Shades of Havelock Blue #597DCC
Tints of Havelock Blue #597DCC
RGB
CMYK
RGB Variations
Color information
#597DCC (or 0x597DCC) is known color: Havelock Blue. HEX triplet: 59, 7D and CC. RGB value is (89,125,204). Sum of RGB (Red+Green+Blue) = 89+125+204=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #597DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCC is #A68233. Grayscale: #7A7A7A. Windows color (decimal): -10912308 or 13401433. OLE color: 13401433.
HSL color Cylindrical-coordinate representation of color #597DCC: hue angle of 221.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597DCC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 125 | 204 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.2 |
| HSL | 221.22º | 0.53% | 0.57% | - |
| HSV(B) | 221.22º | 0.56% | 0.8% | - |
| XYZ | 22.35 | 21.15 | 60.03 | - |
| YUV | 123.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 204 | 0.56 | 0.39 | 0 | 0.2 | 221.22 | 0.53 | 0.57 |
| Hex | 59 | 7D | CC | 38 | 27 | 0 | 14 | DD | 35 | 39 |
| Octal | 131 | 175 | 314 | 70 | 47 | 0 | 24 | 335 | 65 | 71 |
| Binary | 1011001 | 1111101 | 11001100 | 111000 | 100111 | 0 | 10100 | 11011101 | 110101 | 111001 |
Color Harmonies of #597DCC
Complementary color
Monochromatic Colors of #597DCC
Black with #597DCC
Text Example
Text Example
White with #597DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DCC; }
p { color: rgb(89,125,204); }
H1.HeaderClassName
{
color: #597DCC;
}
.AnyTagClassName
{
color: #597DCC;
}
</style>
background-color css
<style>
a { background-color: #597DCC; }
a { background-color: rgb(89,125,204); }
div.DivClassName
{
background-color: #597DCC;
}
.BgClassName
{
background-color: #597DCC;
}
</style>
border-color css
<style>
span { border-color: #597DCC; }
span { border-color: rgb(89,125,204); }
td.TdClassName
{
border-color: #597DCC;
}
.TagClassName
{
border-color: #597DCC;
}
</style>