Shades of Havelock Blue #5E7CCD
Tints of Havelock Blue #5E7CCD
RGB
CMYK
RGB Variations
Color information
#5E7CCD (or 0x5E7CCD) is known color: Havelock Blue. HEX triplet: 5E, 7C and CD. RGB value is (94,124,205). Sum of RGB (Red+Green+Blue) = 94+124+205=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CCD is #A18332. Grayscale: #7B7B7B. Windows color (decimal): -10584883 or 13466718. OLE color: 13466718.
HSL color Cylindrical-coordinate representation of color #5E7CCD: hue angle of 223.78º 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 #5E7CCD is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 124 | 205 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.20 |
| HSL | 223.78º | 0.53% | 0.59% | - |
| HSV(B) | 223.78º | 0.54% | 0.8% | - |
| XYZ | 22.84 | 21.2 | 60.65 | - |
| YUV | 124.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 205 | 0.54 | 0.40 | 0 | 0.20 | 223.78 | 0.53 | 0.59 |
| Hex | 5E | 7C | CD | 36 | 28 | 0 | 14 | E0 | 35 | 3B |
| Octal | 136 | 174 | 315 | 66 | 50 | 0 | 24 | 340 | 65 | 73 |
| Binary | 1011110 | 1111100 | 11001101 | 110110 | 101000 | 0 | 10100 | 11100000 | 110101 | 111011 |
Color Harmonies of #5E7CCD
Complementary color
Monochromatic Colors of #5E7CCD
Black with #5E7CCD
Text Example
Text Example
White with #5E7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7CCD; }
p { color: rgb(94,124,205); }
H1.HeaderClassName
{
color: #5E7CCD;
}
.AnyTagClassName
{
color: #5E7CCD;
}
</style>
background-color css
<style>
a { background-color: #5E7CCD; }
a { background-color: rgb(94,124,205); }
div.DivClassName
{
background-color: #5E7CCD;
}
.BgClassName
{
background-color: #5E7CCD;
}
</style>
border-color css
<style>
span { border-color: #5E7CCD; }
span { border-color: rgb(94,124,205); }
td.TdClassName
{
border-color: #5E7CCD;
}
.TagClassName
{
border-color: #5E7CCD;
}
</style>