Shades of Havelock Blue #5E77CD
Tints of Havelock Blue #5E77CD
RGB
CMYK
RGB Variations
Color information
#5E77CD (or 0x5E77CD) is known color: Havelock Blue. HEX triplet: 5E, 77 and CD. RGB value is (94,119,205). Sum of RGB (Red+Green+Blue) = 94+119+205=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E77CD is #A18832. Grayscale: #787878. Windows color (decimal): -10586163 or 13465438. OLE color: 13465438.
HSL color Cylindrical-coordinate representation of color #5E77CD: hue angle of 226.49º 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 #5E77CD is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 119 | 205 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.20 |
| HSL | 226.49º | 0.53% | 0.59% | - |
| HSV(B) | 226.49º | 0.54% | 0.8% | - |
| XYZ | 22.23 | 19.98 | 60.44 | - |
| YUV | 121.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 205 | 0.54 | 0.42 | 0 | 0.20 | 226.49 | 0.53 | 0.59 |
| Hex | 5E | 77 | CD | 36 | 2A | 0 | 14 | E2 | 35 | 3B |
| Octal | 136 | 167 | 315 | 66 | 52 | 0 | 24 | 342 | 65 | 73 |
| Binary | 1011110 | 1110111 | 11001101 | 110110 | 101010 | 0 | 10100 | 11100010 | 110101 | 111011 |
Color Harmonies of #5E77CD
Complementary color
Monochromatic Colors of #5E77CD
Black with #5E77CD
Text Example
Text Example
White with #5E77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E77CD; }
p { color: rgb(94,119,205); }
H1.HeaderClassName
{
color: #5E77CD;
}
.AnyTagClassName
{
color: #5E77CD;
}
</style>
background-color css
<style>
a { background-color: #5E77CD; }
a { background-color: rgb(94,119,205); }
div.DivClassName
{
background-color: #5E77CD;
}
.BgClassName
{
background-color: #5E77CD;
}
</style>
border-color css
<style>
span { border-color: #5E77CD; }
span { border-color: rgb(94,119,205); }
td.TdClassName
{
border-color: #5E77CD;
}
.TagClassName
{
border-color: #5E77CD;
}
</style>