What is the HEX code for slate grey?
The CSS color slate grey in HEX format is #59656d. Use this value directly in CSS, SVG, and most design tools.
How do I use slate grey in CSS?
To apply slate grey in CSS:
- Text color: color: #59656d;
- Background: background-color: #59656d;
- Border: border-color: #59656d;
What are all the color format values for slate grey?
| Format | Value |
|---|---|
| HEX | #59656d |
| RGB | rgb(89, 101, 109) |
| HSL | hsl(204, 10.1%, 38.8%) |
| CMYK | cmyk(18.3%, 7.3%, 0%, 57.3%) |
How do I convert slate grey to HEX?
Select slate grey from the color name list in our color converter. The HEX value — #59656d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does slate grey belong to?
slate grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 204°, saturation 10.1%, lightness 38.8%.
How do I create lighter and darker shades of slate grey?
Lighter variant (lightness 53.8%): #7d8c95. Darker variant (lightness 23.799999999999997%): #373e43. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.