Shades of Havelock Blue #597ECE
Tints of Havelock Blue #597ECE
RGB
CMYK
RGB Variations
Color information
#597ECE (or 0x597ECE) is known color: Havelock Blue. HEX triplet: 59, 7E and CE. RGB value is (89,126,206). Sum of RGB (Red+Green+Blue) = 89+126+206=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #597ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ECE is #A68131. Grayscale: #7B7B7B. Windows color (decimal): -10912050 or 13532761. OLE color: 13532761.
HSL color Cylindrical-coordinate representation of color #597ECE: hue angle of 221.03º degrees, saturation: 0.54, 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 #597ECE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 126 | 206 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.19 |
| HSL | 221.03º | 0.54% | 0.58% | - |
| HSV(B) | 221.03º | 0.57% | 0.81% | - |
| XYZ | 22.72 | 21.5 | 61.35 | - |
| YUV | 124.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 206 | 0.57 | 0.39 | 0 | 0.19 | 221.03 | 0.54 | 0.58 |
| Hex | 59 | 7E | CE | 39 | 27 | 0 | 13 | DD | 36 | 3A |
| Octal | 131 | 176 | 316 | 71 | 47 | 0 | 23 | 335 | 66 | 72 |
| Binary | 1011001 | 1111110 | 11001110 | 111001 | 100111 | 0 | 10011 | 11011101 | 110110 | 111010 |
Color Harmonies of #597ECE
Complementary color
Monochromatic Colors of #597ECE
Black with #597ECE
Text Example
Text Example
White with #597ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ECE; }
p { color: rgb(89,126,206); }
H1.HeaderClassName
{
color: #597ECE;
}
.AnyTagClassName
{
color: #597ECE;
}
</style>
background-color css
<style>
a { background-color: #597ECE; }
a { background-color: rgb(89,126,206); }
div.DivClassName
{
background-color: #597ECE;
}
.BgClassName
{
background-color: #597ECE;
}
</style>
border-color css
<style>
span { border-color: #597ECE; }
span { border-color: rgb(89,126,206); }
td.TdClassName
{
border-color: #597ECE;
}
.TagClassName
{
border-color: #597ECE;
}
</style>