Shades of Havelock Blue #537DB6
Tints of Havelock Blue #537DB6
RGB
CMYK
RGB Variations
Color information
#537DB6 (or 0x537DB6) is known color: Havelock Blue. HEX triplet: 53, 7D and B6. RGB value is (83,125,182). Sum of RGB (Red+Green+Blue) = 83+125+182=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #537DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DB6 is #AC8249. Grayscale: #767676. Windows color (decimal): -11305546 or 11959635. OLE color: 11959635.
HSL color Cylindrical-coordinate representation of color #537DB6: hue angle of 214.55º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537DB6 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 125 | 182 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.29 |
| HSL | 214.55º | 0.4% | 0.52% | - |
| HSV(B) | 214.55º | 0.54% | 0.71% | - |
| XYZ | 19.34 | 19.88 | 47.07 | - |
| YUV | 118.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 182 | 0.54 | 0.31 | 0 | 0.29 | 214.55 | 0.4 | 0.52 |
| Hex | 53 | 7D | B6 | 36 | 1F | 0 | 1D | D7 | 28 | 34 |
| Octal | 123 | 175 | 266 | 66 | 37 | 0 | 35 | 327 | 50 | 64 |
| Binary | 1010011 | 1111101 | 10110110 | 110110 | 11111 | 0 | 11101 | 11010111 | 101000 | 110100 |
Color Harmonies of #537DB6
Complementary color
Monochromatic Colors of #537DB6
Black with #537DB6
Text Example
Text Example
White with #537DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DB6; }
p { color: rgb(83,125,182); }
H1.HeaderClassName
{
color: #537DB6;
}
.AnyTagClassName
{
color: #537DB6;
}
</style>
background-color css
<style>
a { background-color: #537DB6; }
a { background-color: rgb(83,125,182); }
div.DivClassName
{
background-color: #537DB6;
}
.BgClassName
{
background-color: #537DB6;
}
</style>
border-color css
<style>
span { border-color: #537DB6; }
span { border-color: rgb(83,125,182); }
td.TdClassName
{
border-color: #537DB6;
}
.TagClassName
{
border-color: #537DB6;
}
</style>