Shades of Steel Blue #537BB0
Tints of Steel Blue #537BB0
RGB
CMYK
RGB Variations
Color information
#537BB0 (or 0x537BB0) is known color: Steel Blue. HEX triplet: 53, 7B and B0. RGB value is (83,123,176). Sum of RGB (Red+Green+Blue) = 83+123+176=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #537BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BB0 is #AC844F. Grayscale: #747474. Windows color (decimal): -11306064 or 11565907. OLE color: 11565907.
HSL color Cylindrical-coordinate representation of color #537BB0: hue angle of 214.19º 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 #537BB0 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 123 | 176 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.31 |
| HSL | 214.19º | 0.37% | 0.51% | - |
| HSV(B) | 214.19º | 0.53% | 0.69% | - |
| XYZ | 18.49 | 19.14 | 43.79 | - |
| YUV | 117.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 176 | 0.53 | 0.30 | 0 | 0.31 | 214.19 | 0.37 | 0.51 |
| Hex | 53 | 7B | B0 | 35 | 1E | 0 | 1F | D6 | 25 | 33 |
| Octal | 123 | 173 | 260 | 65 | 36 | 0 | 37 | 326 | 45 | 63 |
| Binary | 1010011 | 1111011 | 10110000 | 110101 | 11110 | 0 | 11111 | 11010110 | 100101 | 110011 |
Color Harmonies of #537BB0
Complementary color
Monochromatic Colors of #537BB0
Black with #537BB0
Text Example
Text Example
White with #537BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BB0; }
p { color: rgb(83,123,176); }
H1.HeaderClassName
{
color: #537BB0;
}
.AnyTagClassName
{
color: #537BB0;
}
</style>
background-color css
<style>
a { background-color: #537BB0; }
a { background-color: rgb(83,123,176); }
div.DivClassName
{
background-color: #537BB0;
}
.BgClassName
{
background-color: #537BB0;
}
</style>
border-color css
<style>
span { border-color: #537BB0; }
span { border-color: rgb(83,123,176); }
td.TdClassName
{
border-color: #537BB0;
}
.TagClassName
{
border-color: #537BB0;
}
</style>