Shades of Steel Blue #537AAA
Tints of Steel Blue #537AAA
RGB
CMYK
RGB Variations
Color information
#537AAA (or 0x537AAA) is known color: Steel Blue. HEX triplet: 53, 7A and AA. RGB value is (83,122,170). Sum of RGB (Red+Green+Blue) = 83+122+170=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #537AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AAA is #AC8555. Grayscale: #737373. Windows color (decimal): -11306326 or 11172435. OLE color: 11172435.
HSL color Cylindrical-coordinate representation of color #537AAA: hue angle of 213.1º degrees, saturation: 0.34, 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 #537AAA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 122 | 170 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.33 |
| HSL | 213.1º | 0.34% | 0.5% | - |
| HSV(B) | 213.1º | 0.51% | 0.67% | - |
| XYZ | 17.78 | 18.66 | 40.69 | - |
| YUV | 115.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 170 | 0.51 | 0.28 | 0 | 0.33 | 213.1 | 0.34 | 0.5 |
| Hex | 53 | 7A | AA | 33 | 1C | 0 | 21 | D5 | 22 | 32 |
| Octal | 123 | 172 | 252 | 63 | 34 | 0 | 41 | 325 | 42 | 62 |
| Binary | 1010011 | 1111010 | 10101010 | 110011 | 11100 | 0 | 100001 | 11010101 | 100010 | 110010 |
Color Harmonies of #537AAA
Complementary color
Monochromatic Colors of #537AAA
Black with #537AAA
Text Example
Text Example
White with #537AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AAA; }
p { color: rgb(83,122,170); }
H1.HeaderClassName
{
color: #537AAA;
}
.AnyTagClassName
{
color: #537AAA;
}
</style>
background-color css
<style>
a { background-color: #537AAA; }
a { background-color: rgb(83,122,170); }
div.DivClassName
{
background-color: #537AAA;
}
.BgClassName
{
background-color: #537AAA;
}
</style>
border-color css
<style>
span { border-color: #537AAA; }
span { border-color: rgb(83,122,170); }
td.TdClassName
{
border-color: #537AAA;
}
.TagClassName
{
border-color: #537AAA;
}
</style>