Shades of Steel Blue #537BA9
Tints of Steel Blue #537BA9
RGB
CMYK
RGB Variations
Color information
#537BA9 (or 0x537BA9) is known color: Steel Blue. HEX triplet: 53, 7B and A9. RGB value is (83,123,169). Sum of RGB (Red+Green+Blue) = 83+123+169=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #537BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BA9 is #AC8456. Grayscale: #747474. Windows color (decimal): -11306071 or 11107155. OLE color: 11107155.
HSL color Cylindrical-coordinate representation of color #537BA9: hue angle of 212.09º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #537BA9 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 123 | 169 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.34 |
| HSL | 212.09º | 0.34% | 0.49% | - |
| HSV(B) | 212.09º | 0.51% | 0.66% | - |
| XYZ | 17.81 | 18.87 | 40.24 | - |
| YUV | 116.28 | 157.75 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 169 | 0.51 | 0.27 | 0 | 0.34 | 212.09 | 0.34 | 0.49 |
| Hex | 53 | 7B | A9 | 33 | 1B | 0 | 22 | D4 | 22 | 31 |
| Octal | 123 | 173 | 251 | 63 | 33 | 0 | 42 | 324 | 42 | 61 |
| Binary | 1010011 | 1111011 | 10101001 | 110011 | 11011 | 0 | 100010 | 11010100 | 100010 | 110001 |
Color Harmonies of #537BA9
Complementary color
Monochromatic Colors of #537BA9
Black with #537BA9
Text Example
Text Example
White with #537BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BA9; }
p { color: rgb(83,123,169); }
H1.HeaderClassName
{
color: #537BA9;
}
.AnyTagClassName
{
color: #537BA9;
}
</style>
background-color css
<style>
a { background-color: #537BA9; }
a { background-color: rgb(83,123,169); }
div.DivClassName
{
background-color: #537BA9;
}
.BgClassName
{
background-color: #537BA9;
}
</style>
border-color css
<style>
span { border-color: #537BA9; }
span { border-color: rgb(83,123,169); }
td.TdClassName
{
border-color: #537BA9;
}
.TagClassName
{
border-color: #537BA9;
}
</style>