Shades of Havelock Blue #5E84CD
Tints of Havelock Blue #5E84CD
RGB
CMYK
RGB Variations
Color information
#5E84CD (or 0x5E84CD) is known color: Havelock Blue. HEX triplet: 5E, 84 and CD. RGB value is (94,132,205). Sum of RGB (Red+Green+Blue) = 94+132+205=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E84CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84CD is #A17B32. Grayscale: #808080. Windows color (decimal): -10582835 or 13468766. OLE color: 13468766.
HSL color Cylindrical-coordinate representation of color #5E84CD: hue angle of 219.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E84CD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 132 | 205 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.20 |
| HSL | 219.46º | 0.53% | 0.59% | - |
| HSV(B) | 219.46º | 0.54% | 0.8% | - |
| XYZ | 23.89 | 23.29 | 60.99 | - |
| YUV | 128.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 205 | 0.54 | 0.36 | 0 | 0.20 | 219.46 | 0.53 | 0.59 |
| Hex | 5E | 84 | CD | 36 | 24 | 0 | 14 | DB | 35 | 3B |
| Octal | 136 | 204 | 315 | 66 | 44 | 0 | 24 | 333 | 65 | 73 |
| Binary | 1011110 | 10000100 | 11001101 | 110110 | 100100 | 0 | 10100 | 11011011 | 110101 | 111011 |
Color Harmonies of #5E84CD
Complementary color
Monochromatic Colors of #5E84CD
Black with #5E84CD
Text Example
Text Example
White with #5E84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E84CD; }
p { color: rgb(94,132,205); }
H1.HeaderClassName
{
color: #5E84CD;
}
.AnyTagClassName
{
color: #5E84CD;
}
</style>
background-color css
<style>
a { background-color: #5E84CD; }
a { background-color: rgb(94,132,205); }
div.DivClassName
{
background-color: #5E84CD;
}
.BgClassName
{
background-color: #5E84CD;
}
</style>
border-color css
<style>
span { border-color: #5E84CD; }
span { border-color: rgb(94,132,205); }
td.TdClassName
{
border-color: #5E84CD;
}
.TagClassName
{
border-color: #5E84CD;
}
</style>