Shades of Havelock Blue #597ECF
Tints of Havelock Blue #597ECF
RGB
CMYK
RGB Variations
Color information
#597ECF (or 0x597ECF) is known color: Havelock Blue. HEX triplet: 59, 7E and CF. RGB value is (89,126,207). Sum of RGB (Red+Green+Blue) = 89+126+207=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #597ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ECF is #A68130. Grayscale: #7B7B7B. Windows color (decimal): -10912049 or 13598297. OLE color: 13598297.
HSL color Cylindrical-coordinate representation of color #597ECF: hue angle of 221.19º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597ECF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 126 | 207 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.19 |
| HSL | 221.19º | 0.55% | 0.58% | - |
| HSV(B) | 221.19º | 0.57% | 0.81% | - |
| XYZ | 22.84 | 21.55 | 61.99 | - |
| YUV | 124.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 207 | 0.57 | 0.39 | 0 | 0.19 | 221.19 | 0.55 | 0.58 |
| Hex | 59 | 7E | CF | 39 | 27 | 0 | 13 | DD | 37 | 3A |
| Octal | 131 | 176 | 317 | 71 | 47 | 0 | 23 | 335 | 67 | 72 |
| Binary | 1011001 | 1111110 | 11001111 | 111001 | 100111 | 0 | 10011 | 11011101 | 110111 | 111010 |
Color Harmonies of #597ECF
Complementary color
Monochromatic Colors of #597ECF
Black with #597ECF
Text Example
Text Example
White with #597ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ECF; }
p { color: rgb(89,126,207); }
H1.HeaderClassName
{
color: #597ECF;
}
.AnyTagClassName
{
color: #597ECF;
}
</style>
background-color css
<style>
a { background-color: #597ECF; }
a { background-color: rgb(89,126,207); }
div.DivClassName
{
background-color: #597ECF;
}
.BgClassName
{
background-color: #597ECF;
}
</style>
border-color css
<style>
span { border-color: #597ECF; }
span { border-color: rgb(89,126,207); }
td.TdClassName
{
border-color: #597ECF;
}
.TagClassName
{
border-color: #597ECF;
}
</style>