Shades of Havelock Blue #5E80CB
Tints of Havelock Blue #5E80CB
RGB
CMYK
RGB Variations
Color information
#5E80CB (or 0x5E80CB) is known color: Havelock Blue. HEX triplet: 5E, 80 and CB. RGB value is (94,128,203). Sum of RGB (Red+Green+Blue) = 94+128+203=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E80CB is #A17F34. Grayscale: #7E7E7E. Windows color (decimal): -10583861 or 13336670. OLE color: 13336670.
HSL color Cylindrical-coordinate representation of color #5E80CB: hue angle of 221.28º 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 #5E80CB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 128 | 203 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.20 |
| HSL | 221.28º | 0.51% | 0.58% | - |
| HSV(B) | 221.28º | 0.54% | 0.8% | - |
| XYZ | 23.11 | 22.13 | 59.55 | - |
| YUV | 126.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 203 | 0.54 | 0.37 | 0 | 0.20 | 221.28 | 0.51 | 0.58 |
| Hex | 5E | 80 | CB | 36 | 25 | 0 | 14 | DD | 33 | 3A |
| Octal | 136 | 200 | 313 | 66 | 45 | 0 | 24 | 335 | 63 | 72 |
| Binary | 1011110 | 10000000 | 11001011 | 110110 | 100101 | 0 | 10100 | 11011101 | 110011 | 111010 |
Color Harmonies of #5E80CB
Complementary color
Monochromatic Colors of #5E80CB
Black with #5E80CB
Text Example
Text Example
White with #5E80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80CB; }
p { color: rgb(94,128,203); }
H1.HeaderClassName
{
color: #5E80CB;
}
.AnyTagClassName
{
color: #5E80CB;
}
</style>
background-color css
<style>
a { background-color: #5E80CB; }
a { background-color: rgb(94,128,203); }
div.DivClassName
{
background-color: #5E80CB;
}
.BgClassName
{
background-color: #5E80CB;
}
</style>
border-color css
<style>
span { border-color: #5E80CB; }
span { border-color: rgb(94,128,203); }
td.TdClassName
{
border-color: #5E80CB;
}
.TagClassName
{
border-color: #5E80CB;
}
</style>