Shades of Havelock Blue #5E86CA
Tints of Havelock Blue #5E86CA
RGB
CMYK
RGB Variations
Color information
#5E86CA (or 0x5E86CA) is known color: Havelock Blue. HEX triplet: 5E, 86 and CA. RGB value is (94,134,202). Sum of RGB (Red+Green+Blue) = 94+134+202=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E86CA is #A17935. Grayscale: #818181. Windows color (decimal): -10582326 or 13272670. OLE color: 13272670.
HSL color Cylindrical-coordinate representation of color #5E86CA: hue angle of 217.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E86CA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 134 | 202 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.21 |
| HSL | 217.78º | 0.5% | 0.58% | - |
| HSV(B) | 217.78º | 0.53% | 0.79% | - |
| XYZ | 23.8 | 23.69 | 59.2 | - |
| YUV | 129.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 202 | 0.53 | 0.34 | 0 | 0.21 | 217.78 | 0.5 | 0.58 |
| Hex | 5E | 86 | CA | 35 | 22 | 0 | 15 | DA | 32 | 3A |
| Octal | 136 | 206 | 312 | 65 | 42 | 0 | 25 | 332 | 62 | 72 |
| Binary | 1011110 | 10000110 | 11001010 | 110101 | 100010 | 0 | 10101 | 11011010 | 110010 | 111010 |
Color Harmonies of #5E86CA
Complementary color
Monochromatic Colors of #5E86CA
Black with #5E86CA
Text Example
Text Example
White with #5E86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E86CA; }
p { color: rgb(94,134,202); }
H1.HeaderClassName
{
color: #5E86CA;
}
.AnyTagClassName
{
color: #5E86CA;
}
</style>
background-color css
<style>
a { background-color: #5E86CA; }
a { background-color: rgb(94,134,202); }
div.DivClassName
{
background-color: #5E86CA;
}
.BgClassName
{
background-color: #5E86CA;
}
</style>
border-color css
<style>
span { border-color: #5E86CA; }
span { border-color: rgb(94,134,202); }
td.TdClassName
{
border-color: #5E86CA;
}
.TagClassName
{
border-color: #5E86CA;
}
</style>