Shades of Havelock Blue #597CC8
Tints of Havelock Blue #597CC8
RGB
CMYK
RGB Variations
Color information
#597CC8 (or 0x597CC8) is known color: Havelock Blue. HEX triplet: 59, 7C and C8. RGB value is (89,124,200). Sum of RGB (Red+Green+Blue) = 89+124+200=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #597CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CC8 is #A68337. Grayscale: #797979. Windows color (decimal): -10912568 or 13139033. OLE color: 13139033.
HSL color Cylindrical-coordinate representation of color #597CC8: hue angle of 221.08º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597CC8 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 124 | 200 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.22 |
| HSL | 221.08º | 0.5% | 0.57% | - |
| HSV(B) | 221.08º | 0.56% | 0.78% | - |
| XYZ | 21.75 | 20.71 | 57.49 | - |
| YUV | 122.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 200 | 0.56 | 0.38 | 0 | 0.22 | 221.08 | 0.5 | 0.57 |
| Hex | 59 | 7C | C8 | 38 | 26 | 0 | 16 | DD | 32 | 39 |
| Octal | 131 | 174 | 310 | 70 | 46 | 0 | 26 | 335 | 62 | 71 |
| Binary | 1011001 | 1111100 | 11001000 | 111000 | 100110 | 0 | 10110 | 11011101 | 110010 | 111001 |
Color Harmonies of #597CC8
Complementary color
Monochromatic Colors of #597CC8
Black with #597CC8
Text Example
Text Example
White with #597CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CC8; }
p { color: rgb(89,124,200); }
H1.HeaderClassName
{
color: #597CC8;
}
.AnyTagClassName
{
color: #597CC8;
}
</style>
background-color css
<style>
a { background-color: #597CC8; }
a { background-color: rgb(89,124,200); }
div.DivClassName
{
background-color: #597CC8;
}
.BgClassName
{
background-color: #597CC8;
}
</style>
border-color css
<style>
span { border-color: #597CC8; }
span { border-color: rgb(89,124,200); }
td.TdClassName
{
border-color: #597CC8;
}
.TagClassName
{
border-color: #597CC8;
}
</style>