Shades of Havelock Blue #5E7FCD
Tints of Havelock Blue #5E7FCD
RGB
CMYK
RGB Variations
Color information
#5E7FCD (or 0x5E7FCD) is known color: Havelock Blue. HEX triplet: 5E, 7F and CD. RGB value is (94,127,205). Sum of RGB (Red+Green+Blue) = 94+127+205=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FCD is #A18032. Grayscale: #7D7D7D. Windows color (decimal): -10584115 or 13467486. OLE color: 13467486.
HSL color Cylindrical-coordinate representation of color #5E7FCD: hue angle of 222.16º 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 #5E7FCD is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 127 | 205 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.20 |
| HSL | 222.16º | 0.53% | 0.59% | - |
| HSV(B) | 222.16º | 0.54% | 0.8% | - |
| XYZ | 23.22 | 21.97 | 60.77 | - |
| YUV | 126.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 205 | 0.54 | 0.38 | 0 | 0.20 | 222.16 | 0.53 | 0.59 |
| Hex | 5E | 7F | CD | 36 | 26 | 0 | 14 | DE | 35 | 3B |
| Octal | 136 | 177 | 315 | 66 | 46 | 0 | 24 | 336 | 65 | 73 |
| Binary | 1011110 | 1111111 | 11001101 | 110110 | 100110 | 0 | 10100 | 11011110 | 110101 | 111011 |
Color Harmonies of #5E7FCD
Complementary color
Monochromatic Colors of #5E7FCD
Black with #5E7FCD
Text Example
Text Example
White with #5E7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FCD; }
p { color: rgb(94,127,205); }
H1.HeaderClassName
{
color: #5E7FCD;
}
.AnyTagClassName
{
color: #5E7FCD;
}
</style>
background-color css
<style>
a { background-color: #5E7FCD; }
a { background-color: rgb(94,127,205); }
div.DivClassName
{
background-color: #5E7FCD;
}
.BgClassName
{
background-color: #5E7FCD;
}
</style>
border-color css
<style>
span { border-color: #5E7FCD; }
span { border-color: rgb(94,127,205); }
td.TdClassName
{
border-color: #5E7FCD;
}
.TagClassName
{
border-color: #5E7FCD;
}
</style>