Shades of Havelock Blue #5986C0
Tints of Havelock Blue #5986C0
RGB
CMYK
RGB Variations
Color information
#5986C0 (or 0x5986C0) is known color: Havelock Blue. HEX triplet: 59, 86 and C0. RGB value is (89,134,192). Sum of RGB (Red+Green+Blue) = 89+134+192=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #5986C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986C0 is #A6793F. Grayscale: #7E7E7E. Windows color (decimal): -10910016 or 12617305. OLE color: 12617305.
HSL color Cylindrical-coordinate representation of color #5986C0: hue angle of 213.79º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5986C0 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 134 | 192 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.25 |
| HSL | 213.79º | 0.45% | 0.55% | - |
| HSV(B) | 213.79º | 0.54% | 0.75% | - |
| XYZ | 22.16 | 22.98 | 53.14 | - |
| YUV | 127.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 192 | 0.54 | 0.30 | 0 | 0.25 | 213.79 | 0.45 | 0.55 |
| Hex | 59 | 86 | C0 | 36 | 1E | 0 | 19 | D6 | 2D | 37 |
| Octal | 131 | 206 | 300 | 66 | 36 | 0 | 31 | 326 | 55 | 67 |
| Binary | 1011001 | 10000110 | 11000000 | 110110 | 11110 | 0 | 11001 | 11010110 | 101101 | 110111 |
Color Harmonies of #5986C0
Complementary color
Monochromatic Colors of #5986C0
Black with #5986C0
Text Example
Text Example
White with #5986C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986C0; }
p { color: rgb(89,134,192); }
H1.HeaderClassName
{
color: #5986C0;
}
.AnyTagClassName
{
color: #5986C0;
}
</style>
background-color css
<style>
a { background-color: #5986C0; }
a { background-color: rgb(89,134,192); }
div.DivClassName
{
background-color: #5986C0;
}
.BgClassName
{
background-color: #5986C0;
}
</style>
border-color css
<style>
span { border-color: #5986C0; }
span { border-color: rgb(89,134,192); }
td.TdClassName
{
border-color: #5986C0;
}
.TagClassName
{
border-color: #5986C0;
}
</style>