Shades of Havelock Blue #597ED0
Tints of Havelock Blue #597ED0
RGB
CMYK
RGB Variations
Color information
#597ED0 (or 0x597ED0) is known color: Havelock Blue. HEX triplet: 59, 7E and D0. RGB value is (89,126,208). Sum of RGB (Red+Green+Blue) = 89+126+208=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #597ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ED0 is #A6812F. Grayscale: #7B7B7B. Windows color (decimal): -10912048 or 13663833. OLE color: 13663833.
HSL color Cylindrical-coordinate representation of color #597ED0: hue angle of 221.34º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597ED0 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 126 | 208 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.18 |
| HSL | 221.34º | 0.56% | 0.58% | - |
| HSV(B) | 221.34º | 0.57% | 0.82% | - |
| XYZ | 22.97 | 21.6 | 62.63 | - |
| YUV | 124.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 208 | 0.57 | 0.39 | 0 | 0.18 | 221.34 | 0.56 | 0.58 |
| Hex | 59 | 7E | D0 | 39 | 27 | 0 | 12 | DD | 38 | 3A |
| Octal | 131 | 176 | 320 | 71 | 47 | 0 | 22 | 335 | 70 | 72 |
| Binary | 1011001 | 1111110 | 11010000 | 111001 | 100111 | 0 | 10010 | 11011101 | 111000 | 111010 |
Color Harmonies of #597ED0
Complementary color
Monochromatic Colors of #597ED0
Black with #597ED0
Text Example
Text Example
White with #597ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ED0; }
p { color: rgb(89,126,208); }
H1.HeaderClassName
{
color: #597ED0;
}
.AnyTagClassName
{
color: #597ED0;
}
</style>
background-color css
<style>
a { background-color: #597ED0; }
a { background-color: rgb(89,126,208); }
div.DivClassName
{
background-color: #597ED0;
}
.BgClassName
{
background-color: #597ED0;
}
</style>
border-color css
<style>
span { border-color: #597ED0; }
span { border-color: rgb(89,126,208); }
td.TdClassName
{
border-color: #597ED0;
}
.TagClassName
{
border-color: #597ED0;
}
</style>