What is the HSL code for slate grey?
The CSS color slate grey in HSL format is hsl(204, 10.1%, 38.8%). 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: hsl(204, 10.1%, 38.8%);
- Background: background-color: hsl(204, 10.1%, 38.8%);
- Border: border-color: hsl(204, 10.1%, 38.8%);
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 HSL?
Select slate grey from the color name list in our color converter. The HSL value — hsl(204, 10.1%, 38.8%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.