Steel Hex Code — #71797E
RGB, HSL, and CMYK values for Steel.
Steel Color Values
| Format | Value |
|---|---|
| HEX | #71797E |
| RGB | rgb(113, 121, 126) |
| HSL | hsl(203, 5%, 47%) |
| CMYK | cmyk(10%, 4%, 0%, 51%) |
Want to explore more shades? Use our Color Converter
About Steel
Color psychology: Strength, reliability.
Steel (#71797E) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where strength, reliability are desired associations.
How to Use Steel in CSS
/* Using HEX */ color: #71797E; background-color: #71797E; /* Using RGB */ color: rgb(113, 121, 126); /* Using HSL */ color: hsl(203, 5%, 47%);