Shades of Havelock Blue #5E7BB2
Tints of Havelock Blue #5E7BB2
RGB
CMYK
RGB Variations
Color information
#5E7BB2 (or 0x5E7BB2) is known color: Havelock Blue. HEX triplet: 5E, 7B and B2. RGB value is (94,123,178). Sum of RGB (Red+Green+Blue) = 94+123+178=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E7BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7BB2 is #A1844D. Grayscale: #787878. Windows color (decimal): -10585166 or 11696990. OLE color: 11696990.
HSL color Cylindrical-coordinate representation of color #5E7BB2: hue angle of 219.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E7BB2 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 123 | 178 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.30 |
| HSL | 219.29º | 0.35% | 0.53% | - |
| HSV(B) | 219.29º | 0.47% | 0.7% | - |
| XYZ | 19.73 | 19.76 | 44.89 | - |
| YUV | 120.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 178 | 0.47 | 0.31 | 0 | 0.30 | 219.29 | 0.35 | 0.53 |
| Hex | 5E | 7B | B2 | 2F | 1F | 0 | 1E | DB | 23 | 35 |
| Octal | 136 | 173 | 262 | 57 | 37 | 0 | 36 | 333 | 43 | 65 |
| Binary | 1011110 | 1111011 | 10110010 | 101111 | 11111 | 0 | 11110 | 11011011 | 100011 | 110101 |
Color Harmonies of #5E7BB2
Complementary color
Monochromatic Colors of #5E7BB2
Black with #5E7BB2
Text Example
Text Example
White with #5E7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7BB2; }
p { color: rgb(94,123,178); }
H1.HeaderClassName
{
color: #5E7BB2;
}
.AnyTagClassName
{
color: #5E7BB2;
}
</style>
background-color css
<style>
a { background-color: #5E7BB2; }
a { background-color: rgb(94,123,178); }
div.DivClassName
{
background-color: #5E7BB2;
}
.BgClassName
{
background-color: #5E7BB2;
}
</style>
border-color css
<style>
span { border-color: #5E7BB2; }
span { border-color: rgb(94,123,178); }
td.TdClassName
{
border-color: #5E7BB2;
}
.TagClassName
{
border-color: #5E7BB2;
}
</style>