Shades of Havelock Blue #5E80CA
Tints of Havelock Blue #5E80CA
RGB
CMYK
RGB Variations
Color information
#5E80CA (or 0x5E80CA) is known color: Havelock Blue. HEX triplet: 5E, 80 and CA. RGB value is (94,128,202). Sum of RGB (Red+Green+Blue) = 94+128+202=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E80CA is #A17F35. Grayscale: #7D7D7D. Windows color (decimal): -10583862 or 13271134. OLE color: 13271134.
HSL color Cylindrical-coordinate representation of color #5E80CA: hue angle of 221.11º 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 #5E80CA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 128 | 202 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.21 |
| HSL | 221.11º | 0.5% | 0.58% | - |
| HSV(B) | 221.11º | 0.53% | 0.79% | - |
| XYZ | 23 | 22.08 | 58.93 | - |
| YUV | 126.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 202 | 0.53 | 0.37 | 0 | 0.21 | 221.11 | 0.5 | 0.58 |
| Hex | 5E | 80 | CA | 35 | 25 | 0 | 15 | DD | 32 | 3A |
| Octal | 136 | 200 | 312 | 65 | 45 | 0 | 25 | 335 | 62 | 72 |
| Binary | 1011110 | 10000000 | 11001010 | 110101 | 100101 | 0 | 10101 | 11011101 | 110010 | 111010 |
Color Harmonies of #5E80CA
Complementary color
Monochromatic Colors of #5E80CA
Black with #5E80CA
Text Example
Text Example
White with #5E80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80CA; }
p { color: rgb(94,128,202); }
H1.HeaderClassName
{
color: #5E80CA;
}
.AnyTagClassName
{
color: #5E80CA;
}
</style>
background-color css
<style>
a { background-color: #5E80CA; }
a { background-color: rgb(94,128,202); }
div.DivClassName
{
background-color: #5E80CA;
}
.BgClassName
{
background-color: #5E80CA;
}
</style>
border-color css
<style>
span { border-color: #5E80CA; }
span { border-color: rgb(94,128,202); }
td.TdClassName
{
border-color: #5E80CA;
}
.TagClassName
{
border-color: #5E80CA;
}
</style>