Shades of Havelock Blue #5986C1
Tints of Havelock Blue #5986C1
RGB
CMYK
RGB Variations
Color information
#5986C1 (or 0x5986C1) is known color: Havelock Blue. HEX triplet: 59, 86 and C1. RGB value is (89,134,193). Sum of RGB (Red+Green+Blue) = 89+134+193=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #5986C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986C1 is #A6793E. Grayscale: #7E7E7E. Windows color (decimal): -10910015 or 12682841. OLE color: 12682841.
HSL color Cylindrical-coordinate representation of color #5986C1: hue angle of 214.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5986C1 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 134 | 193 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.24 |
| HSL | 214.04º | 0.46% | 0.55% | - |
| HSV(B) | 214.04º | 0.54% | 0.76% | - |
| XYZ | 22.27 | 23.02 | 53.72 | - |
| YUV | 127.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 193 | 0.54 | 0.31 | 0 | 0.24 | 214.04 | 0.46 | 0.55 |
| Hex | 59 | 86 | C1 | 36 | 1F | 0 | 18 | D6 | 2E | 37 |
| Octal | 131 | 206 | 301 | 66 | 37 | 0 | 30 | 326 | 56 | 67 |
| Binary | 1011001 | 10000110 | 11000001 | 110110 | 11111 | 0 | 11000 | 11010110 | 101110 | 110111 |
Color Harmonies of #5986C1
Complementary color
Monochromatic Colors of #5986C1
Black with #5986C1
Text Example
Text Example
White with #5986C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986C1; }
p { color: rgb(89,134,193); }
H1.HeaderClassName
{
color: #5986C1;
}
.AnyTagClassName
{
color: #5986C1;
}
</style>
background-color css
<style>
a { background-color: #5986C1; }
a { background-color: rgb(89,134,193); }
div.DivClassName
{
background-color: #5986C1;
}
.BgClassName
{
background-color: #5986C1;
}
</style>
border-color css
<style>
span { border-color: #5986C1; }
span { border-color: rgb(89,134,193); }
td.TdClassName
{
border-color: #5986C1;
}
.TagClassName
{
border-color: #5986C1;
}
</style>