Shades of Havelock Blue #5985CE
Tints of Havelock Blue #5985CE
RGB
CMYK
RGB Variations
Color information
#5985CE (or 0x5985CE) is known color: Havelock Blue. HEX triplet: 59, 85 and CE. RGB value is (89,133,206). Sum of RGB (Red+Green+Blue) = 89+133+206=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #5985CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985CE is #A67A31. Grayscale: #7F7F7F. Windows color (decimal): -10910258 or 13534553. OLE color: 13534553.
HSL color Cylindrical-coordinate representation of color #5985CE: hue angle of 217.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5985CE is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 133 | 206 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.19 |
| HSL | 217.44º | 0.54% | 0.58% | - |
| HSV(B) | 217.44º | 0.57% | 0.81% | - |
| XYZ | 23.65 | 23.36 | 61.65 | - |
| YUV | 128.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 206 | 0.57 | 0.35 | 0 | 0.19 | 217.44 | 0.54 | 0.58 |
| Hex | 59 | 85 | CE | 39 | 23 | 0 | 13 | D9 | 36 | 3A |
| Octal | 131 | 205 | 316 | 71 | 43 | 0 | 23 | 331 | 66 | 72 |
| Binary | 1011001 | 10000101 | 11001110 | 111001 | 100011 | 0 | 10011 | 11011001 | 110110 | 111010 |
Color Harmonies of #5985CE
Complementary color
Monochromatic Colors of #5985CE
Black with #5985CE
Text Example
Text Example
White with #5985CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985CE; }
p { color: rgb(89,133,206); }
H1.HeaderClassName
{
color: #5985CE;
}
.AnyTagClassName
{
color: #5985CE;
}
</style>
background-color css
<style>
a { background-color: #5985CE; }
a { background-color: rgb(89,133,206); }
div.DivClassName
{
background-color: #5985CE;
}
.BgClassName
{
background-color: #5985CE;
}
</style>
border-color css
<style>
span { border-color: #5985CE; }
span { border-color: rgb(89,133,206); }
td.TdClassName
{
border-color: #5985CE;
}
.TagClassName
{
border-color: #5985CE;
}
</style>