What is the HSL code for bluey grey?
The CSS color bluey grey in HSL format is hsl(204.6, 19.8%, 61.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluey grey in CSS?
To apply bluey grey in CSS:
- Text color: color: hsl(204.6, 19.8%, 61.4%);
- Background: background-color: hsl(204.6, 19.8%, 61.4%);
- Border: border-color: hsl(204.6, 19.8%, 61.4%);
What are all the color format values for bluey grey?
| Format | Value |
|---|---|
| HEX | #89a0b0 |
| RGB | rgb(137, 160, 176) |
| HSL | hsl(204.6, 19.8%, 61.4%) |
| CMYK | cmyk(22.2%, 9.1%, 0%, 31%) |
How do I convert bluey grey to HSL?
Select bluey grey from the color name list in our color converter. The HSL value — hsl(204.6, 19.8%, 61.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluey grey belong to?
bluey grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 204.6°, saturation 19.8%, lightness 61.4%.
How do I create lighter and darker shades of bluey grey?
Lighter variant (lightness 76.4%): #b7c5cf. Darker variant (lightness 46.4%): #5f7b8e. 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.