Shades of Havelock Blue #597ECB
Tints of Havelock Blue #597ECB
RGB
CMYK
RGB Variations
Color information
#597ECB (or 0x597ECB) is known color: Havelock Blue. HEX triplet: 59, 7E and CB. RGB value is (89,126,203). Sum of RGB (Red+Green+Blue) = 89+126+203=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #597ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ECB is #A68134. Grayscale: #7B7B7B. Windows color (decimal): -10912053 or 13336153. OLE color: 13336153.
HSL color Cylindrical-coordinate representation of color #597ECB: hue angle of 220.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597ECB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 126 | 203 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.20 |
| HSL | 220.53º | 0.52% | 0.57% | - |
| HSV(B) | 220.53º | 0.56% | 0.8% | - |
| XYZ | 22.36 | 21.36 | 59.44 | - |
| YUV | 123.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 203 | 0.56 | 0.38 | 0 | 0.20 | 220.53 | 0.52 | 0.57 |
| Hex | 59 | 7E | CB | 38 | 26 | 0 | 14 | DD | 34 | 39 |
| Octal | 131 | 176 | 313 | 70 | 46 | 0 | 24 | 335 | 64 | 71 |
| Binary | 1011001 | 1111110 | 11001011 | 111000 | 100110 | 0 | 10100 | 11011101 | 110100 | 111001 |
Color Harmonies of #597ECB
Complementary color
Monochromatic Colors of #597ECB
Black with #597ECB
Text Example
Text Example
White with #597ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ECB; }
p { color: rgb(89,126,203); }
H1.HeaderClassName
{
color: #597ECB;
}
.AnyTagClassName
{
color: #597ECB;
}
</style>
background-color css
<style>
a { background-color: #597ECB; }
a { background-color: rgb(89,126,203); }
div.DivClassName
{
background-color: #597ECB;
}
.BgClassName
{
background-color: #597ECB;
}
</style>
border-color css
<style>
span { border-color: #597ECB; }
span { border-color: rgb(89,126,203); }
td.TdClassName
{
border-color: #597ECB;
}
.TagClassName
{
border-color: #597ECB;
}
</style>