Shades of Havelock Blue #597BCF
Tints of Havelock Blue #597BCF
RGB
CMYK
RGB Variations
Color information
#597BCF (or 0x597BCF) is known color: Havelock Blue. HEX triplet: 59, 7B and CF. RGB value is (89,123,207). Sum of RGB (Red+Green+Blue) = 89+123+207=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #597BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BCF is #A68430. Grayscale: #7A7A7A. Windows color (decimal): -10912817 or 13597529. OLE color: 13597529.
HSL color Cylindrical-coordinate representation of color #597BCF: hue angle of 222.71º 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 #597BCF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 123 | 207 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.19 |
| HSL | 222.71º | 0.55% | 0.58% | - |
| HSV(B) | 222.71º | 0.57% | 0.81% | - |
| XYZ | 22.47 | 20.79 | 61.86 | - |
| YUV | 122.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 207 | 0.57 | 0.41 | 0 | 0.19 | 222.71 | 0.55 | 0.58 |
| Hex | 59 | 7B | CF | 39 | 29 | 0 | 13 | DF | 37 | 3A |
| Octal | 131 | 173 | 317 | 71 | 51 | 0 | 23 | 337 | 67 | 72 |
| Binary | 1011001 | 1111011 | 11001111 | 111001 | 101001 | 0 | 10011 | 11011111 | 110111 | 111010 |
Color Harmonies of #597BCF
Complementary color
Monochromatic Colors of #597BCF
Black with #597BCF
Text Example
Text Example
White with #597BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BCF; }
p { color: rgb(89,123,207); }
H1.HeaderClassName
{
color: #597BCF;
}
.AnyTagClassName
{
color: #597BCF;
}
</style>
background-color css
<style>
a { background-color: #597BCF; }
a { background-color: rgb(89,123,207); }
div.DivClassName
{
background-color: #597BCF;
}
.BgClassName
{
background-color: #597BCF;
}
</style>
border-color css
<style>
span { border-color: #597BCF; }
span { border-color: rgb(89,123,207); }
td.TdClassName
{
border-color: #597BCF;
}
.TagClassName
{
border-color: #597BCF;
}
</style>