Shades of Steel Blue #537BAC
Tints of Steel Blue #537BAC
RGB
CMYK
RGB Variations
Color information
#537BAC (or 0x537BAC) is known color: Steel Blue. HEX triplet: 53, 7B and AC. RGB value is (83,123,172). Sum of RGB (Red+Green+Blue) = 83+123+172=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #537BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BAC is #AC8453. Grayscale: #747474. Windows color (decimal): -11306068 or 11303763. OLE color: 11303763.
HSL color Cylindrical-coordinate representation of color #537BAC: hue angle of 213.03º 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 #537BAC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 123 | 172 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.33 |
| HSL | 213.03º | 0.35% | 0.5% | - |
| HSV(B) | 213.03º | 0.52% | 0.67% | - |
| XYZ | 18.1 | 18.98 | 41.74 | - |
| YUV | 116.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 172 | 0.52 | 0.28 | 0 | 0.33 | 213.03 | 0.35 | 0.5 |
| Hex | 53 | 7B | AC | 34 | 1C | 0 | 21 | D5 | 23 | 32 |
| Octal | 123 | 173 | 254 | 64 | 34 | 0 | 41 | 325 | 43 | 62 |
| Binary | 1010011 | 1111011 | 10101100 | 110100 | 11100 | 0 | 100001 | 11010101 | 100011 | 110010 |
Color Harmonies of #537BAC
Complementary color
Monochromatic Colors of #537BAC
Black with #537BAC
Text Example
Text Example
White with #537BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BAC; }
p { color: rgb(83,123,172); }
H1.HeaderClassName
{
color: #537BAC;
}
.AnyTagClassName
{
color: #537BAC;
}
</style>
background-color css
<style>
a { background-color: #537BAC; }
a { background-color: rgb(83,123,172); }
div.DivClassName
{
background-color: #537BAC;
}
.BgClassName
{
background-color: #537BAC;
}
</style>
border-color css
<style>
span { border-color: #537BAC; }
span { border-color: rgb(83,123,172); }
td.TdClassName
{
border-color: #537BAC;
}
.TagClassName
{
border-color: #537BAC;
}
</style>