Shades of Havelock Blue #5E81CB
Tints of Havelock Blue #5E81CB
RGB
CMYK
RGB Variations
Color information
#5E81CB (or 0x5E81CB) is known color: Havelock Blue. HEX triplet: 5E, 81 and CB. RGB value is (94,129,203). Sum of RGB (Red+Green+Blue) = 94+129+203=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E81CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E81CB is #A17E34. Grayscale: #7E7E7E. Windows color (decimal): -10583605 or 13336926. OLE color: 13336926.
HSL color Cylindrical-coordinate representation of color #5E81CB: hue angle of 220.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E81CB is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 129 | 203 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.20 |
| HSL | 220.73º | 0.51% | 0.58% | - |
| HSV(B) | 220.73º | 0.54% | 0.8% | - |
| XYZ | 23.25 | 22.39 | 59.6 | - |
| YUV | 126.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 203 | 0.54 | 0.36 | 0 | 0.20 | 220.73 | 0.51 | 0.58 |
| Hex | 5E | 81 | CB | 36 | 24 | 0 | 14 | DD | 33 | 3A |
| Octal | 136 | 201 | 313 | 66 | 44 | 0 | 24 | 335 | 63 | 72 |
| Binary | 1011110 | 10000001 | 11001011 | 110110 | 100100 | 0 | 10100 | 11011101 | 110011 | 111010 |
Color Harmonies of #5E81CB
Complementary color
Monochromatic Colors of #5E81CB
Black with #5E81CB
Text Example
Text Example
White with #5E81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E81CB; }
p { color: rgb(94,129,203); }
H1.HeaderClassName
{
color: #5E81CB;
}
.AnyTagClassName
{
color: #5E81CB;
}
</style>
background-color css
<style>
a { background-color: #5E81CB; }
a { background-color: rgb(94,129,203); }
div.DivClassName
{
background-color: #5E81CB;
}
.BgClassName
{
background-color: #5E81CB;
}
</style>
border-color css
<style>
span { border-color: #5E81CB; }
span { border-color: rgb(94,129,203); }
td.TdClassName
{
border-color: #5E81CB;
}
.TagClassName
{
border-color: #5E81CB;
}
</style>