Shades of Havelock Blue #597FCF
Tints of Havelock Blue #597FCF
RGB
CMYK
RGB Variations
Color information
#597FCF (or 0x597FCF) is known color: Havelock Blue. HEX triplet: 59, 7F and CF. RGB value is (89,127,207). Sum of RGB (Red+Green+Blue) = 89+127+207=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #597FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FCF is #A68030. Grayscale: #7C7C7C. Windows color (decimal): -10911793 or 13598553. OLE color: 13598553.
HSL color Cylindrical-coordinate representation of color #597FCF: hue angle of 220.68º 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 #597FCF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 127 | 207 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.19 |
| HSL | 220.68º | 0.55% | 0.58% | - |
| HSV(B) | 220.68º | 0.57% | 0.81% | - |
| XYZ | 22.97 | 21.81 | 62.03 | - |
| YUV | 124.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 207 | 0.57 | 0.39 | 0 | 0.19 | 220.68 | 0.55 | 0.58 |
| Hex | 59 | 7F | CF | 39 | 27 | 0 | 13 | DD | 37 | 3A |
| Octal | 131 | 177 | 317 | 71 | 47 | 0 | 23 | 335 | 67 | 72 |
| Binary | 1011001 | 1111111 | 11001111 | 111001 | 100111 | 0 | 10011 | 11011101 | 110111 | 111010 |
Color Harmonies of #597FCF
Complementary color
Monochromatic Colors of #597FCF
Black with #597FCF
Text Example
Text Example
White with #597FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FCF; }
p { color: rgb(89,127,207); }
H1.HeaderClassName
{
color: #597FCF;
}
.AnyTagClassName
{
color: #597FCF;
}
</style>
background-color css
<style>
a { background-color: #597FCF; }
a { background-color: rgb(89,127,207); }
div.DivClassName
{
background-color: #597FCF;
}
.BgClassName
{
background-color: #597FCF;
}
</style>
border-color css
<style>
span { border-color: #597FCF; }
span { border-color: rgb(89,127,207); }
td.TdClassName
{
border-color: #597FCF;
}
.TagClassName
{
border-color: #597FCF;
}
</style>