What is the HEX code for greyish blue?
The CSS color greyish blue in HEX format is #5e819d. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish blue in CSS?
To apply greyish blue in CSS:
- Text color: color: #5e819d;
- Background: background-color: #5e819d;
- Border: border-color: #5e819d;
What are all the color format values for greyish blue?
| Format | Value |
|---|---|
| HEX | #5e819d |
| RGB | rgb(94, 129, 157) |
| HSL | hsl(206.7, 25.1%, 49.2%) |
| CMYK | cmyk(40.1%, 17.8%, 0%, 38.4%) |
How do I convert greyish blue to HEX?
Select greyish blue from the color name list in our color converter. The HEX value — #5e819d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish blue belong to?
greyish blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 206.7°, saturation 25.1%, lightness 49.2%.
How do I create lighter and darker shades of greyish blue?
Lighter variant (lightness 64.2%): #8da6bb. Darker variant (lightness 34.2%): #415a6d. 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.