Shades of Steel Blue #537FAD
Tints of Steel Blue #537FAD
RGB
CMYK
RGB Variations
Color information
#537FAD (or 0x537FAD) is known color: Steel Blue. HEX triplet: 53, 7F and AD. RGB value is (83,127,173). Sum of RGB (Red+Green+Blue) = 83+127+173=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #537FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAD is #AC8052. Grayscale: #767676. Windows color (decimal): -11305043 or 11370323. OLE color: 11370323.
HSL color Cylindrical-coordinate representation of color #537FAD: hue angle of 210.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #537FAD is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 127 | 173 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.32 |
| HSL | 210.67º | 0.35% | 0.5% | - |
| HSV(B) | 210.67º | 0.52% | 0.68% | - |
| XYZ | 18.7 | 20.03 | 42.42 | - |
| YUV | 119.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 173 | 0.52 | 0.27 | 0 | 0.32 | 210.67 | 0.35 | 0.5 |
| Hex | 53 | 7F | AD | 34 | 1B | 0 | 20 | D3 | 23 | 32 |
| Octal | 123 | 177 | 255 | 64 | 33 | 0 | 40 | 323 | 43 | 62 |
| Binary | 1010011 | 1111111 | 10101101 | 110100 | 11011 | 0 | 100000 | 11010011 | 100011 | 110010 |
Color Harmonies of #537FAD
Complementary color
Monochromatic Colors of #537FAD
Black with #537FAD
Text Example
Text Example
White with #537FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FAD; }
p { color: rgb(83,127,173); }
H1.HeaderClassName
{
color: #537FAD;
}
.AnyTagClassName
{
color: #537FAD;
}
</style>
background-color css
<style>
a { background-color: #537FAD; }
a { background-color: rgb(83,127,173); }
div.DivClassName
{
background-color: #537FAD;
}
.BgClassName
{
background-color: #537FAD;
}
</style>
border-color css
<style>
span { border-color: #537FAD; }
span { border-color: rgb(83,127,173); }
td.TdClassName
{
border-color: #537FAD;
}
.TagClassName
{
border-color: #537FAD;
}
</style>