Shades of Steel Blue #537FAB
Tints of Steel Blue #537FAB
RGB
CMYK
RGB Variations
Color information
#537FAB (or 0x537FAB) is known color: Steel Blue. HEX triplet: 53, 7F and AB. RGB value is (83,127,171). Sum of RGB (Red+Green+Blue) = 83+127+171=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #537FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAB is #AC8054. Grayscale: #767676. Windows color (decimal): -11305045 or 11239251. OLE color: 11239251.
HSL color Cylindrical-coordinate representation of color #537FAB: hue angle of 210º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #537FAB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 127 | 171 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.33 |
| HSL | 210º | 0.35% | 0.5% | - |
| HSV(B) | 210º | 0.51% | 0.67% | - |
| XYZ | 18.51 | 19.96 | 41.4 | - |
| YUV | 118.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 171 | 0.51 | 0.26 | 0 | 0.33 | 210 | 0.35 | 0.5 |
| Hex | 53 | 7F | AB | 33 | 1A | 0 | 21 | D2 | 23 | 32 |
| Octal | 123 | 177 | 253 | 63 | 32 | 0 | 41 | 322 | 43 | 62 |
| Binary | 1010011 | 1111111 | 10101011 | 110011 | 11010 | 0 | 100001 | 11010010 | 100011 | 110010 |
Color Harmonies of #537FAB
Complementary color
Monochromatic Colors of #537FAB
Black with #537FAB
Text Example
Text Example
White with #537FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FAB; }
p { color: rgb(83,127,171); }
H1.HeaderClassName
{
color: #537FAB;
}
.AnyTagClassName
{
color: #537FAB;
}
</style>
background-color css
<style>
a { background-color: #537FAB; }
a { background-color: rgb(83,127,171); }
div.DivClassName
{
background-color: #537FAB;
}
.BgClassName
{
background-color: #537FAB;
}
</style>
border-color css
<style>
span { border-color: #537FAB; }
span { border-color: rgb(83,127,171); }
td.TdClassName
{
border-color: #537FAB;
}
.TagClassName
{
border-color: #537FAB;
}
</style>