Shades of Havelock Blue #5986CC
Tints of Havelock Blue #5986CC
RGB
CMYK
RGB Variations
Color information
#5986CC (or 0x5986CC) is known color: Havelock Blue. HEX triplet: 59, 86 and CC. RGB value is (89,134,204). Sum of RGB (Red+Green+Blue) = 89+134+204=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5986CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986CC is #A67933. Grayscale: #808080. Windows color (decimal): -10910004 or 13403737. OLE color: 13403737.
HSL color Cylindrical-coordinate representation of color #5986CC: hue angle of 216.52º degrees, saturation: 0.53, 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 #5986CC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 134 | 204 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.2 |
| HSL | 216.52º | 0.53% | 0.57% | - |
| HSV(B) | 216.52º | 0.56% | 0.8% | - |
| XYZ | 23.54 | 23.53 | 60.43 | - |
| YUV | 128.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 204 | 0.56 | 0.34 | 0 | 0.2 | 216.52 | 0.53 | 0.57 |
| Hex | 59 | 86 | CC | 38 | 22 | 0 | 14 | D9 | 35 | 39 |
| Octal | 131 | 206 | 314 | 70 | 42 | 0 | 24 | 331 | 65 | 71 |
| Binary | 1011001 | 10000110 | 11001100 | 111000 | 100010 | 0 | 10100 | 11011001 | 110101 | 111001 |
Color Harmonies of #5986CC
Complementary color
Monochromatic Colors of #5986CC
Black with #5986CC
Text Example
Text Example
White with #5986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986CC; }
p { color: rgb(89,134,204); }
H1.HeaderClassName
{
color: #5986CC;
}
.AnyTagClassName
{
color: #5986CC;
}
</style>
background-color css
<style>
a { background-color: #5986CC; }
a { background-color: rgb(89,134,204); }
div.DivClassName
{
background-color: #5986CC;
}
.BgClassName
{
background-color: #5986CC;
}
</style>
border-color css
<style>
span { border-color: #5986CC; }
span { border-color: rgb(89,134,204); }
td.TdClassName
{
border-color: #5986CC;
}
.TagClassName
{
border-color: #5986CC;
}
</style>