Shades of Havelock Blue #5989CA
Tints of Havelock Blue #5989CA
RGB
CMYK
RGB Variations
Color information
#5989CA (or 0x5989CA) is known color: Havelock Blue. HEX triplet: 59, 89 and CA. RGB value is (89,137,202). Sum of RGB (Red+Green+Blue) = 89+137+202=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #5989CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989CA is #A67635. Grayscale: #818181. Windows color (decimal): -10909238 or 13273433. OLE color: 13273433.
HSL color Cylindrical-coordinate representation of color #5989CA: hue angle of 214.51º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5989CA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 137 | 202 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.21 |
| HSL | 214.51º | 0.52% | 0.57% | - |
| HSV(B) | 214.51º | 0.56% | 0.79% | - |
| XYZ | 23.73 | 24.28 | 59.31 | - |
| YUV | 130.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 202 | 0.56 | 0.32 | 0 | 0.21 | 214.51 | 0.52 | 0.57 |
| Hex | 59 | 89 | CA | 38 | 20 | 0 | 15 | D7 | 34 | 39 |
| Octal | 131 | 211 | 312 | 70 | 40 | 0 | 25 | 327 | 64 | 71 |
| Binary | 1011001 | 10001001 | 11001010 | 111000 | 100000 | 0 | 10101 | 11010111 | 110100 | 111001 |
Color Harmonies of #5989CA
Complementary color
Monochromatic Colors of #5989CA
Black with #5989CA
Text Example
Text Example
White with #5989CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989CA; }
p { color: rgb(89,137,202); }
H1.HeaderClassName
{
color: #5989CA;
}
.AnyTagClassName
{
color: #5989CA;
}
</style>
background-color css
<style>
a { background-color: #5989CA; }
a { background-color: rgb(89,137,202); }
div.DivClassName
{
background-color: #5989CA;
}
.BgClassName
{
background-color: #5989CA;
}
</style>
border-color css
<style>
span { border-color: #5989CA; }
span { border-color: rgb(89,137,202); }
td.TdClassName
{
border-color: #5989CA;
}
.TagClassName
{
border-color: #5989CA;
}
</style>