Shades of Steel Blue #537DB1
Tints of Steel Blue #537DB1
RGB
CMYK
RGB Variations
Color information
#537DB1 (or 0x537DB1) is known color: Steel Blue. HEX triplet: 53, 7D and B1. RGB value is (83,125,177). Sum of RGB (Red+Green+Blue) = 83+125+177=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #537DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DB1 is #AC824E. Grayscale: #767676. Windows color (decimal): -11305551 or 11631955. OLE color: 11631955.
HSL color Cylindrical-coordinate representation of color #537DB1: hue angle of 213.19º 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 #537DB1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 125 | 177 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.31 |
| HSL | 213.19º | 0.38% | 0.51% | - |
| HSV(B) | 213.19º | 0.53% | 0.69% | - |
| XYZ | 18.84 | 19.68 | 44.4 | - |
| YUV | 118.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 177 | 0.53 | 0.29 | 0 | 0.31 | 213.19 | 0.38 | 0.51 |
| Hex | 53 | 7D | B1 | 35 | 1D | 0 | 1F | D5 | 26 | 33 |
| Octal | 123 | 175 | 261 | 65 | 35 | 0 | 37 | 325 | 46 | 63 |
| Binary | 1010011 | 1111101 | 10110001 | 110101 | 11101 | 0 | 11111 | 11010101 | 100110 | 110011 |
Color Harmonies of #537DB1
Complementary color
Monochromatic Colors of #537DB1
Black with #537DB1
Text Example
Text Example
White with #537DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DB1; }
p { color: rgb(83,125,177); }
H1.HeaderClassName
{
color: #537DB1;
}
.AnyTagClassName
{
color: #537DB1;
}
</style>
background-color css
<style>
a { background-color: #537DB1; }
a { background-color: rgb(83,125,177); }
div.DivClassName
{
background-color: #537DB1;
}
.BgClassName
{
background-color: #537DB1;
}
</style>
border-color css
<style>
span { border-color: #537DB1; }
span { border-color: rgb(83,125,177); }
td.TdClassName
{
border-color: #537DB1;
}
.TagClassName
{
border-color: #537DB1;
}
</style>