Shades of Steel Blue #537DB2
Tints of Steel Blue #537DB2
RGB
CMYK
RGB Variations
Color information
#537DB2 (or 0x537DB2) is known color: Steel Blue. HEX triplet: 53, 7D and B2. RGB value is (83,125,178). Sum of RGB (Red+Green+Blue) = 83+125+178=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #537DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DB2 is #AC824D. Grayscale: #767676. Windows color (decimal): -11305550 or 11697491. OLE color: 11697491.
HSL color Cylindrical-coordinate representation of color #537DB2: hue angle of 213.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537DB2 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 125 | 178 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.30 |
| HSL | 213.47º | 0.38% | 0.51% | - |
| HSV(B) | 213.47º | 0.53% | 0.7% | - |
| XYZ | 18.94 | 19.72 | 44.93 | - |
| YUV | 118.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 178 | 0.53 | 0.30 | 0 | 0.30 | 213.47 | 0.38 | 0.51 |
| Hex | 53 | 7D | B2 | 35 | 1E | 0 | 1E | D5 | 26 | 33 |
| Octal | 123 | 175 | 262 | 65 | 36 | 0 | 36 | 325 | 46 | 63 |
| Binary | 1010011 | 1111101 | 10110010 | 110101 | 11110 | 0 | 11110 | 11010101 | 100110 | 110011 |
Color Harmonies of #537DB2
Complementary color
Monochromatic Colors of #537DB2
Black with #537DB2
Text Example
Text Example
White with #537DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DB2; }
p { color: rgb(83,125,178); }
H1.HeaderClassName
{
color: #537DB2;
}
.AnyTagClassName
{
color: #537DB2;
}
</style>
background-color css
<style>
a { background-color: #537DB2; }
a { background-color: rgb(83,125,178); }
div.DivClassName
{
background-color: #537DB2;
}
.BgClassName
{
background-color: #537DB2;
}
</style>
border-color css
<style>
span { border-color: #537DB2; }
span { border-color: rgb(83,125,178); }
td.TdClassName
{
border-color: #537DB2;
}
.TagClassName
{
border-color: #537DB2;
}
</style>