What is the RGB code for dark grey?
The CSS color dark grey in RGB format is rgb(54, 55, 55). Use this value directly in CSS, SVG, and most design tools.
How do I use dark grey in CSS?
To apply dark grey in CSS:
- Text color: color: rgb(54, 55, 55);
- Background: background-color: rgb(54, 55, 55);
- Border: border-color: rgb(54, 55, 55);
What are all the color format values for dark grey?
| Format | Value |
|---|---|
| HEX | #363737 |
| RGB | rgb(54, 55, 55) |
| HSL | hsl(180, 0.9%, 21.4%) |
| CMYK | cmyk(1.8%, 0%, 0%, 78.4%) |
How do I convert dark grey to RGB?
Select dark grey from the color name list in our color converter. The RGB value — rgb(54, 55, 55) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark grey belong to?
dark grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 180°, saturation 0.9%, lightness 21.4%.
How do I create lighter and darker shades of dark grey?
Lighter variant (lightness 36.4%): #5c5e5e. Darker variant (lightness 6.399999999999999%): #101010. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.