What is the HEX code for dusty blue?
The CSS color dusty blue in HEX format is #5a86ad. Use this value directly in CSS, SVG, and most design tools.
How do I use dusty blue in CSS?
To apply dusty blue in CSS:
- Text color: color: #5a86ad;
- Background: background-color: #5a86ad;
- Border: border-color: #5a86ad;
What are all the color format values for dusty blue?
| Format | Value |
|---|---|
| HEX | #5a86ad |
| RGB | rgb(90, 134, 173) |
| HSL | hsl(208.2, 33.6%, 51.6%) |
| CMYK | cmyk(48%, 22.5%, 0%, 32.2%) |
How do I convert dusty blue to HEX?
Select dusty blue from the color name list in our color converter. The HEX value — #5a86ad — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusty blue belong to?
dusty blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.2°, saturation 33.6%, lightness 51.6%.
How do I create lighter and darker shades of dusty blue?
Lighter variant (lightness 66.6%): #8dacc6. Darker variant (lightness 36.6%): #3e5f7d. 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.