Shades of Havelock Blue #5986BF
Tints of Havelock Blue #5986BF
RGB
CMYK
RGB Variations
Color information
#5986BF (or 0x5986BF) is known color: Havelock Blue. HEX triplet: 59, 86 and BF. RGB value is (89,134,191). Sum of RGB (Red+Green+Blue) = 89+134+191=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5986BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986BF is #A67940. Grayscale: #7E7E7E. Windows color (decimal): -10910017 or 12551769. OLE color: 12551769.
HSL color Cylindrical-coordinate representation of color #5986BF: hue angle of 213.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5986BF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 134 | 191 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.25 |
| HSL | 213.53º | 0.44% | 0.55% | - |
| HSV(B) | 213.53º | 0.53% | 0.75% | - |
| XYZ | 22.05 | 22.94 | 52.56 | - |
| YUV | 127.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 191 | 0.53 | 0.30 | 0 | 0.25 | 213.53 | 0.44 | 0.55 |
| Hex | 59 | 86 | BF | 35 | 1E | 0 | 19 | D6 | 2C | 37 |
| Octal | 131 | 206 | 277 | 65 | 36 | 0 | 31 | 326 | 54 | 67 |
| Binary | 1011001 | 10000110 | 10111111 | 110101 | 11110 | 0 | 11001 | 11010110 | 101100 | 110111 |
Color Harmonies of #5986BF
Complementary color
Monochromatic Colors of #5986BF
Black with #5986BF
Text Example
Text Example
White with #5986BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986BF; }
p { color: rgb(89,134,191); }
H1.HeaderClassName
{
color: #5986BF;
}
.AnyTagClassName
{
color: #5986BF;
}
</style>
background-color css
<style>
a { background-color: #5986BF; }
a { background-color: rgb(89,134,191); }
div.DivClassName
{
background-color: #5986BF;
}
.BgClassName
{
background-color: #5986BF;
}
</style>
border-color css
<style>
span { border-color: #5986BF; }
span { border-color: rgb(89,134,191); }
td.TdClassName
{
border-color: #5986BF;
}
.TagClassName
{
border-color: #5986BF;
}
</style>