Shades of Havelock Blue #597EC0
Tints of Havelock Blue #597EC0
RGB
CMYK
RGB Variations
Color information
#597EC0 (or 0x597EC0) is known color: Havelock Blue. HEX triplet: 59, 7E and C0. RGB value is (89,126,192). Sum of RGB (Red+Green+Blue) = 89+126+192=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #597EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597EC0 is #A6813F. Grayscale: #7A7A7A. Windows color (decimal): -10912064 or 12615257. OLE color: 12615257.
HSL color Cylindrical-coordinate representation of color #597EC0: hue angle of 218.45º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597EC0 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 126 | 192 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.25 |
| HSL | 218.45º | 0.45% | 0.55% | - |
| HSV(B) | 218.45º | 0.54% | 0.75% | - |
| XYZ | 21.1 | 20.85 | 52.78 | - |
| YUV | 122.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 192 | 0.54 | 0.34 | 0 | 0.25 | 218.45 | 0.45 | 0.55 |
| Hex | 59 | 7E | C0 | 36 | 22 | 0 | 19 | DA | 2D | 37 |
| Octal | 131 | 176 | 300 | 66 | 42 | 0 | 31 | 332 | 55 | 67 |
| Binary | 1011001 | 1111110 | 11000000 | 110110 | 100010 | 0 | 11001 | 11011010 | 101101 | 110111 |
Color Harmonies of #597EC0
Complementary color
Monochromatic Colors of #597EC0
Black with #597EC0
Text Example
Text Example
White with #597EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597EC0; }
p { color: rgb(89,126,192); }
H1.HeaderClassName
{
color: #597EC0;
}
.AnyTagClassName
{
color: #597EC0;
}
</style>
background-color css
<style>
a { background-color: #597EC0; }
a { background-color: rgb(89,126,192); }
div.DivClassName
{
background-color: #597EC0;
}
.BgClassName
{
background-color: #597EC0;
}
</style>
border-color css
<style>
span { border-color: #597EC0; }
span { border-color: rgb(89,126,192); }
td.TdClassName
{
border-color: #597EC0;
}
.TagClassName
{
border-color: #597EC0;
}
</style>