Shades of Havelock Blue #597CCE
Tints of Havelock Blue #597CCE
RGB
CMYK
RGB Variations
Color information
#597CCE (or 0x597CCE) is known color: Havelock Blue. HEX triplet: 59, 7C and CE. RGB value is (89,124,206). Sum of RGB (Red+Green+Blue) = 89+124+206=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #597CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CCE is #A68331. Grayscale: #7A7A7A. Windows color (decimal): -10912562 or 13532249. OLE color: 13532249.
HSL color Cylindrical-coordinate representation of color #597CCE: hue angle of 222.05º degrees, saturation: 0.54, 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 #597CCE is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 124 | 206 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.19 |
| HSL | 222.05º | 0.54% | 0.58% | - |
| HSV(B) | 222.05º | 0.57% | 0.81% | - |
| XYZ | 22.47 | 21 | 61.26 | - |
| YUV | 122.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 206 | 0.57 | 0.40 | 0 | 0.19 | 222.05 | 0.54 | 0.58 |
| Hex | 59 | 7C | CE | 39 | 28 | 0 | 13 | DE | 36 | 3A |
| Octal | 131 | 174 | 316 | 71 | 50 | 0 | 23 | 336 | 66 | 72 |
| Binary | 1011001 | 1111100 | 11001110 | 111001 | 101000 | 0 | 10011 | 11011110 | 110110 | 111010 |
Color Harmonies of #597CCE
Complementary color
Monochromatic Colors of #597CCE
Black with #597CCE
Text Example
Text Example
White with #597CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CCE; }
p { color: rgb(89,124,206); }
H1.HeaderClassName
{
color: #597CCE;
}
.AnyTagClassName
{
color: #597CCE;
}
</style>
background-color css
<style>
a { background-color: #597CCE; }
a { background-color: rgb(89,124,206); }
div.DivClassName
{
background-color: #597CCE;
}
.BgClassName
{
background-color: #597CCE;
}
</style>
border-color css
<style>
span { border-color: #597CCE; }
span { border-color: rgb(89,124,206); }
td.TdClassName
{
border-color: #597CCE;
}
.TagClassName
{
border-color: #597CCE;
}
</style>