Shades of Steel Blue #537AAF
Tints of Steel Blue #537AAF
RGB
CMYK
RGB Variations
Color information
#537AAF (or 0x537AAF) is known color: Steel Blue. HEX triplet: 53, 7A and AF. RGB value is (83,122,175). Sum of RGB (Red+Green+Blue) = 83+122+175=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #537AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AAF is #AC8550. Grayscale: #747474. Windows color (decimal): -11306321 or 11500115. OLE color: 11500115.
HSL color Cylindrical-coordinate representation of color #537AAF: hue angle of 214.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537AAF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 122 | 175 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.31 |
| HSL | 214.57º | 0.37% | 0.51% | - |
| HSV(B) | 214.57º | 0.53% | 0.69% | - |
| XYZ | 18.26 | 18.85 | 43.23 | - |
| YUV | 116.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 175 | 0.53 | 0.30 | 0 | 0.31 | 214.57 | 0.37 | 0.51 |
| Hex | 53 | 7A | AF | 35 | 1E | 0 | 1F | D7 | 25 | 33 |
| Octal | 123 | 172 | 257 | 65 | 36 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010011 | 1111010 | 10101111 | 110101 | 11110 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #537AAF
Complementary color
Monochromatic Colors of #537AAF
Black with #537AAF
Text Example
Text Example
White with #537AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AAF; }
p { color: rgb(83,122,175); }
H1.HeaderClassName
{
color: #537AAF;
}
.AnyTagClassName
{
color: #537AAF;
}
</style>
background-color css
<style>
a { background-color: #537AAF; }
a { background-color: rgb(83,122,175); }
div.DivClassName
{
background-color: #537AAF;
}
.BgClassName
{
background-color: #537AAF;
}
</style>
border-color css
<style>
span { border-color: #537AAF; }
span { border-color: rgb(83,122,175); }
td.TdClassName
{
border-color: #537AAF;
}
.TagClassName
{
border-color: #537AAF;
}
</style>