What is the RGB code for dusty blue?
The CSS color dusty blue in RGB format is rgb(90, 134, 173). 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: rgb(90, 134, 173);
- Background: background-color: rgb(90, 134, 173);
- Border: border-color: rgb(90, 134, 173);
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 RGB?
Select dusty blue from the color name list in our color converter. The RGB value — rgb(90, 134, 173) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.