Shades of Havelock Blue #597DCF
Tints of Havelock Blue #597DCF
RGB
CMYK
RGB Variations
Color information
#597DCF (or 0x597DCF) is known color: Havelock Blue. HEX triplet: 59, 7D and CF. RGB value is (89,125,207). Sum of RGB (Red+Green+Blue) = 89+125+207=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #597DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCF is #A68230. Grayscale: #7B7B7B. Windows color (decimal): -10912305 or 13598041. OLE color: 13598041.
HSL color Cylindrical-coordinate representation of color #597DCF: hue angle of 221.69º degrees, saturation: 0.55, 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 #597DCF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 125 | 207 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.19 |
| HSL | 221.69º | 0.55% | 0.58% | - |
| HSV(B) | 221.69º | 0.57% | 0.81% | - |
| XYZ | 22.72 | 21.3 | 61.94 | - |
| YUV | 123.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 207 | 0.57 | 0.40 | 0 | 0.19 | 221.69 | 0.55 | 0.58 |
| Hex | 59 | 7D | CF | 39 | 28 | 0 | 13 | DE | 37 | 3A |
| Octal | 131 | 175 | 317 | 71 | 50 | 0 | 23 | 336 | 67 | 72 |
| Binary | 1011001 | 1111101 | 11001111 | 111001 | 101000 | 0 | 10011 | 11011110 | 110111 | 111010 |
Color Harmonies of #597DCF
Complementary color
Monochromatic Colors of #597DCF
Black with #597DCF
Text Example
Text Example
White with #597DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DCF; }
p { color: rgb(89,125,207); }
H1.HeaderClassName
{
color: #597DCF;
}
.AnyTagClassName
{
color: #597DCF;
}
</style>
background-color css
<style>
a { background-color: #597DCF; }
a { background-color: rgb(89,125,207); }
div.DivClassName
{
background-color: #597DCF;
}
.BgClassName
{
background-color: #597DCF;
}
</style>
border-color css
<style>
span { border-color: #597DCF; }
span { border-color: rgb(89,125,207); }
td.TdClassName
{
border-color: #597DCF;
}
.TagClassName
{
border-color: #597DCF;
}
</style>