Shades of Steel Blue #537FAC
Tints of Steel Blue #537FAC
RGB
CMYK
RGB Variations
Color information
#537FAC (or 0x537FAC) is known color: Steel Blue. HEX triplet: 53, 7F and AC. RGB value is (83,127,172). Sum of RGB (Red+Green+Blue) = 83+127+172=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #537FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAC is #AC8053. Grayscale: #767676. Windows color (decimal): -11305044 or 11304787. OLE color: 11304787.
HSL color Cylindrical-coordinate representation of color #537FAC: hue angle of 210.34º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #537FAC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 127 | 172 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.33 |
| HSL | 210.34º | 0.35% | 0.5% | - |
| HSV(B) | 210.34º | 0.52% | 0.67% | - |
| XYZ | 18.6 | 20 | 41.91 | - |
| YUV | 118.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 172 | 0.52 | 0.26 | 0 | 0.33 | 210.34 | 0.35 | 0.5 |
| Hex | 53 | 7F | AC | 34 | 1A | 0 | 21 | D2 | 23 | 32 |
| Octal | 123 | 177 | 254 | 64 | 32 | 0 | 41 | 322 | 43 | 62 |
| Binary | 1010011 | 1111111 | 10101100 | 110100 | 11010 | 0 | 100001 | 11010010 | 100011 | 110010 |
Color Harmonies of #537FAC
Complementary color
Monochromatic Colors of #537FAC
Black with #537FAC
Text Example
Text Example
White with #537FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FAC; }
p { color: rgb(83,127,172); }
H1.HeaderClassName
{
color: #537FAC;
}
.AnyTagClassName
{
color: #537FAC;
}
</style>
background-color css
<style>
a { background-color: #537FAC; }
a { background-color: rgb(83,127,172); }
div.DivClassName
{
background-color: #537FAC;
}
.BgClassName
{
background-color: #537FAC;
}
</style>
border-color css
<style>
span { border-color: #537FAC; }
span { border-color: rgb(83,127,172); }
td.TdClassName
{
border-color: #537FAC;
}
.TagClassName
{
border-color: #537FAC;
}
</style>