Shades of Havelock Blue #5985CF
Tints of Havelock Blue #5985CF
RGB
CMYK
RGB Variations
Color information
#5985CF (or 0x5985CF) is known color: Havelock Blue. HEX triplet: 59, 85 and CF. RGB value is (89,133,207). Sum of RGB (Red+Green+Blue) = 89+133+207=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #5985CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985CF is #A67A30. Grayscale: #7F7F7F. Windows color (decimal): -10910257 or 13600089. OLE color: 13600089.
HSL color Cylindrical-coordinate representation of color #5985CF: hue angle of 217.63º degrees, saturation: 0.55, 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 #5985CF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 133 | 207 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.19 |
| HSL | 217.63º | 0.55% | 0.58% | - |
| HSV(B) | 217.63º | 0.57% | 0.81% | - |
| XYZ | 23.77 | 23.4 | 62.3 | - |
| YUV | 128.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 207 | 0.57 | 0.36 | 0 | 0.19 | 217.63 | 0.55 | 0.58 |
| Hex | 59 | 85 | CF | 39 | 24 | 0 | 13 | DA | 37 | 3A |
| Octal | 131 | 205 | 317 | 71 | 44 | 0 | 23 | 332 | 67 | 72 |
| Binary | 1011001 | 10000101 | 11001111 | 111001 | 100100 | 0 | 10011 | 11011010 | 110111 | 111010 |
Color Harmonies of #5985CF
Complementary color
Monochromatic Colors of #5985CF
Black with #5985CF
Text Example
Text Example
White with #5985CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985CF; }
p { color: rgb(89,133,207); }
H1.HeaderClassName
{
color: #5985CF;
}
.AnyTagClassName
{
color: #5985CF;
}
</style>
background-color css
<style>
a { background-color: #5985CF; }
a { background-color: rgb(89,133,207); }
div.DivClassName
{
background-color: #5985CF;
}
.BgClassName
{
background-color: #5985CF;
}
</style>
border-color css
<style>
span { border-color: #5985CF; }
span { border-color: rgb(89,133,207); }
td.TdClassName
{
border-color: #5985CF;
}
.TagClassName
{
border-color: #5985CF;
}
</style>