Shades of Havelock Blue #597CB9
Tints of Havelock Blue #597CB9
RGB
CMYK
RGB Variations
Color information
#597CB9 (or 0x597CB9) is known color: Havelock Blue. HEX triplet: 59, 7C and B9. RGB value is (89,124,185). Sum of RGB (Red+Green+Blue) = 89+124+185=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #597CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CB9 is #A68346. Grayscale: #787878. Windows color (decimal): -10912583 or 12155993. OLE color: 12155993.
HSL color Cylindrical-coordinate representation of color #597CB9: hue angle of 218.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597CB9 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 124 | 185 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.27 |
| HSL | 218.13º | 0.41% | 0.54% | - |
| HSV(B) | 218.13º | 0.52% | 0.73% | - |
| XYZ | 20.08 | 20.04 | 48.71 | - |
| YUV | 120.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 185 | 0.52 | 0.33 | 0 | 0.27 | 218.13 | 0.41 | 0.54 |
| Hex | 59 | 7C | B9 | 34 | 21 | 0 | 1B | DA | 29 | 36 |
| Octal | 131 | 174 | 271 | 64 | 41 | 0 | 33 | 332 | 51 | 66 |
| Binary | 1011001 | 1111100 | 10111001 | 110100 | 100001 | 0 | 11011 | 11011010 | 101001 | 110110 |
Color Harmonies of #597CB9
Complementary color
Monochromatic Colors of #597CB9
Black with #597CB9
Text Example
Text Example
White with #597CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CB9; }
p { color: rgb(89,124,185); }
H1.HeaderClassName
{
color: #597CB9;
}
.AnyTagClassName
{
color: #597CB9;
}
</style>
background-color css
<style>
a { background-color: #597CB9; }
a { background-color: rgb(89,124,185); }
div.DivClassName
{
background-color: #597CB9;
}
.BgClassName
{
background-color: #597CB9;
}
</style>
border-color css
<style>
span { border-color: #597CB9; }
span { border-color: rgb(89,124,185); }
td.TdClassName
{
border-color: #597CB9;
}
.TagClassName
{
border-color: #597CB9;
}
</style>