Shades of Havelock Blue #597ACF
Tints of Havelock Blue #597ACF
RGB
CMYK
RGB Variations
Color information
#597ACF (or 0x597ACF) is known color: Havelock Blue. HEX triplet: 59, 7A and CF. RGB value is (89,122,207). Sum of RGB (Red+Green+Blue) = 89+122+207=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #597ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ACF is #A68530. Grayscale: #797979. Windows color (decimal): -10913073 or 13597273. OLE color: 13597273.
HSL color Cylindrical-coordinate representation of color #597ACF: hue angle of 223.22º 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 #597ACF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 122 | 207 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.19 |
| HSL | 223.22º | 0.55% | 0.58% | - |
| HSV(B) | 223.22º | 0.57% | 0.81% | - |
| XYZ | 22.34 | 20.55 | 61.82 | - |
| YUV | 121.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 207 | 0.57 | 0.41 | 0 | 0.19 | 223.22 | 0.55 | 0.58 |
| Hex | 59 | 7A | CF | 39 | 29 | 0 | 13 | DF | 37 | 3A |
| Octal | 131 | 172 | 317 | 71 | 51 | 0 | 23 | 337 | 67 | 72 |
| Binary | 1011001 | 1111010 | 11001111 | 111001 | 101001 | 0 | 10011 | 11011111 | 110111 | 111010 |
Color Harmonies of #597ACF
Complementary color
Monochromatic Colors of #597ACF
Black with #597ACF
Text Example
Text Example
White with #597ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ACF; }
p { color: rgb(89,122,207); }
H1.HeaderClassName
{
color: #597ACF;
}
.AnyTagClassName
{
color: #597ACF;
}
</style>
background-color css
<style>
a { background-color: #597ACF; }
a { background-color: rgb(89,122,207); }
div.DivClassName
{
background-color: #597ACF;
}
.BgClassName
{
background-color: #597ACF;
}
</style>
border-color css
<style>
span { border-color: #597ACF; }
span { border-color: rgb(89,122,207); }
td.TdClassName
{
border-color: #597ACF;
}
.TagClassName
{
border-color: #597ACF;
}
</style>