Steel blue to RGB — Color Code

RGB

rgb(90, 125, 154)

Format Value
HEX #5a7d9a
RGB rgb(90, 125, 154)
HSL hsl(207.2, 26.2%, 47.8%)
CMYK cmyk(41.6%, 18.8%, 0%, 39.6%)

What is the RGB code for steel blue?

The CSS color steel blue in RGB format is rgb(90, 125, 154). Use this value directly in CSS, SVG, and most design tools.

How do I use steel blue in CSS?

To apply steel blue in CSS:

  • Text color: color: rgb(90, 125, 154);
  • Background: background-color: rgb(90, 125, 154);
  • Border: border-color: rgb(90, 125, 154);

What are all the color format values for steel blue?

FormatValue
HEX#5a7d9a
RGBrgb(90, 125, 154)
HSLhsl(207.2, 26.2%, 47.8%)
CMYKcmyk(41.6%, 18.8%, 0%, 39.6%)

How do I convert steel blue to RGB?

Select steel blue from the color name list in our color converter. The RGB value — rgb(90, 125, 154) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does steel blue belong to?

steel blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 207.2°, saturation 26.2%, lightness 47.8%.

How do I create lighter and darker shades of steel blue?

Lighter variant (lightness 62.8%): #87a2b9. Darker variant (lightness 32.8%): #3e566a. 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.