Shades of Steel Blue #537CB1
Tints of Steel Blue #537CB1
RGB
CMYK
RGB Variations
Color information
#537CB1 (or 0x537CB1) is known color: Steel Blue. HEX triplet: 53, 7C and B1. RGB value is (83,124,177). Sum of RGB (Red+Green+Blue) = 83+124+177=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #537CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537CB1 is #AC834E. Grayscale: #757575. Windows color (decimal): -11305807 or 11631699. OLE color: 11631699.
HSL color Cylindrical-coordinate representation of color #537CB1: hue angle of 213.83º degrees, saturation: 0.38, 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 #537CB1 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 124 | 177 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.31 |
| HSL | 213.83º | 0.38% | 0.51% | - |
| HSV(B) | 213.83º | 0.53% | 0.69% | - |
| XYZ | 18.71 | 19.43 | 44.36 | - |
| YUV | 117.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 177 | 0.53 | 0.30 | 0 | 0.31 | 213.83 | 0.38 | 0.51 |
| Hex | 53 | 7C | B1 | 35 | 1E | 0 | 1F | D6 | 26 | 33 |
| Octal | 123 | 174 | 261 | 65 | 36 | 0 | 37 | 326 | 46 | 63 |
| Binary | 1010011 | 1111100 | 10110001 | 110101 | 11110 | 0 | 11111 | 11010110 | 100110 | 110011 |
Color Harmonies of #537CB1
Complementary color
Monochromatic Colors of #537CB1
Black with #537CB1
Text Example
Text Example
White with #537CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CB1; }
p { color: rgb(83,124,177); }
H1.HeaderClassName
{
color: #537CB1;
}
.AnyTagClassName
{
color: #537CB1;
}
</style>
background-color css
<style>
a { background-color: #537CB1; }
a { background-color: rgb(83,124,177); }
div.DivClassName
{
background-color: #537CB1;
}
.BgClassName
{
background-color: #537CB1;
}
</style>
border-color css
<style>
span { border-color: #537CB1; }
span { border-color: rgb(83,124,177); }
td.TdClassName
{
border-color: #537CB1;
}
.TagClassName
{
border-color: #537CB1;
}
</style>