Shades of Havelock Blue #597DB6
Tints of Havelock Blue #597DB6
RGB
CMYK
RGB Variations
Color information
#597DB6 (or 0x597DB6) is known color: Havelock Blue. HEX triplet: 59, 7D and B6. RGB value is (89,125,182). Sum of RGB (Red+Green+Blue) = 89+125+182=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #597DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB6 is #A68249. Grayscale: #787878. Windows color (decimal): -10912330 or 11959641. OLE color: 11959641.
HSL color Cylindrical-coordinate representation of color #597DB6: hue angle of 216.77º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #597DB6 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 125 | 182 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.29 |
| HSL | 216.77º | 0.39% | 0.53% | - |
| HSV(B) | 216.77º | 0.51% | 0.71% | - |
| XYZ | 19.9 | 20.17 | 47.1 | - |
| YUV | 120.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 182 | 0.51 | 0.31 | 0 | 0.29 | 216.77 | 0.39 | 0.53 |
| Hex | 59 | 7D | B6 | 33 | 1F | 0 | 1D | D9 | 27 | 35 |
| Octal | 131 | 175 | 266 | 63 | 37 | 0 | 35 | 331 | 47 | 65 |
| Binary | 1011001 | 1111101 | 10110110 | 110011 | 11111 | 0 | 11101 | 11011001 | 100111 | 110101 |
Color Harmonies of #597DB6
Complementary color
Monochromatic Colors of #597DB6
Black with #597DB6
Text Example
Text Example
White with #597DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DB6; }
p { color: rgb(89,125,182); }
H1.HeaderClassName
{
color: #597DB6;
}
.AnyTagClassName
{
color: #597DB6;
}
</style>
background-color css
<style>
a { background-color: #597DB6; }
a { background-color: rgb(89,125,182); }
div.DivClassName
{
background-color: #597DB6;
}
.BgClassName
{
background-color: #597DB6;
}
</style>
border-color css
<style>
span { border-color: #597DB6; }
span { border-color: rgb(89,125,182); }
td.TdClassName
{
border-color: #597DB6;
}
.TagClassName
{
border-color: #597DB6;
}
</style>