Shades of Havelock Blue #597CCF
Tints of Havelock Blue #597CCF
RGB
CMYK
RGB Variations
Color information
#597CCF (or 0x597CCF) is known color: Havelock Blue. HEX triplet: 59, 7C and CF. RGB value is (89,124,207). Sum of RGB (Red+Green+Blue) = 89+124+207=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #597CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CCF is #A68330. Grayscale: #7A7A7A. Windows color (decimal): -10912561 or 13597785. OLE color: 13597785.
HSL color Cylindrical-coordinate representation of color #597CCF: hue angle of 222.2º 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 #597CCF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 124 | 207 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.19 |
| HSL | 222.2º | 0.55% | 0.58% | - |
| HSV(B) | 222.2º | 0.57% | 0.81% | - |
| XYZ | 22.59 | 21.04 | 61.9 | - |
| YUV | 123 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 207 | 0.57 | 0.40 | 0 | 0.19 | 222.2 | 0.55 | 0.58 |
| Hex | 59 | 7C | CF | 39 | 28 | 0 | 13 | DE | 37 | 3A |
| Octal | 131 | 174 | 317 | 71 | 50 | 0 | 23 | 336 | 67 | 72 |
| Binary | 1011001 | 1111100 | 11001111 | 111001 | 101000 | 0 | 10011 | 11011110 | 110111 | 111010 |
Color Harmonies of #597CCF
Complementary color
Monochromatic Colors of #597CCF
Black with #597CCF
Text Example
Text Example
White with #597CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CCF; }
p { color: rgb(89,124,207); }
H1.HeaderClassName
{
color: #597CCF;
}
.AnyTagClassName
{
color: #597CCF;
}
</style>
background-color css
<style>
a { background-color: #597CCF; }
a { background-color: rgb(89,124,207); }
div.DivClassName
{
background-color: #597CCF;
}
.BgClassName
{
background-color: #597CCF;
}
</style>
border-color css
<style>
span { border-color: #597CCF; }
span { border-color: rgb(89,124,207); }
td.TdClassName
{
border-color: #597CCF;
}
.TagClassName
{
border-color: #597CCF;
}
</style>