Shades of Havelock Blue #5E7BCE
Tints of Havelock Blue #5E7BCE
RGB
CMYK
RGB Variations
Color information
#5E7BCE (or 0x5E7BCE) is known color: Havelock Blue. HEX triplet: 5E, 7B and CE. RGB value is (94,123,206). Sum of RGB (Red+Green+Blue) = 94+123+206=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E7BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BCE is #A18431. Grayscale: #7B7B7B. Windows color (decimal): -10585138 or 13531998. OLE color: 13531998.
HSL color Cylindrical-coordinate representation of color #5E7BCE: hue angle of 224.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7BCE is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 123 | 206 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.19 |
| HSL | 224.46º | 0.53% | 0.59% | - |
| HSV(B) | 224.46º | 0.54% | 0.81% | - |
| XYZ | 22.84 | 21 | 61.24 | - |
| YUV | 123.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 206 | 0.54 | 0.40 | 0 | 0.19 | 224.46 | 0.53 | 0.59 |
| Hex | 5E | 7B | CE | 36 | 28 | 0 | 13 | E0 | 35 | 3B |
| Octal | 136 | 173 | 316 | 66 | 50 | 0 | 23 | 340 | 65 | 73 |
| Binary | 1011110 | 1111011 | 11001110 | 110110 | 101000 | 0 | 10011 | 11100000 | 110101 | 111011 |
Color Harmonies of #5E7BCE
Complementary color
Monochromatic Colors of #5E7BCE
Black with #5E7BCE
Text Example
Text Example
White with #5E7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7BCE; }
p { color: rgb(94,123,206); }
H1.HeaderClassName
{
color: #5E7BCE;
}
.AnyTagClassName
{
color: #5E7BCE;
}
</style>
background-color css
<style>
a { background-color: #5E7BCE; }
a { background-color: rgb(94,123,206); }
div.DivClassName
{
background-color: #5E7BCE;
}
.BgClassName
{
background-color: #5E7BCE;
}
</style>
border-color css
<style>
span { border-color: #5E7BCE; }
span { border-color: rgb(94,123,206); }
td.TdClassName
{
border-color: #5E7BCE;
}
.TagClassName
{
border-color: #5E7BCE;
}
</style>