Shades of Havelock Blue #5E7BC1
Tints of Havelock Blue #5E7BC1
RGB
CMYK
RGB Variations
Color information
#5E7BC1 (or 0x5E7BC1) is known color: Havelock Blue. HEX triplet: 5E, 7B and C1. RGB value is (94,123,193). Sum of RGB (Red+Green+Blue) = 94+123+193=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E7BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BC1 is #A1843E. Grayscale: #7A7A7A. Windows color (decimal): -10585151 or 12680030. OLE color: 12680030.
HSL color Cylindrical-coordinate representation of color #5E7BC1: hue angle of 222.42º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E7BC1 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 123 | 193 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.24 |
| HSL | 222.42º | 0.44% | 0.56% | - |
| HSV(B) | 222.42º | 0.51% | 0.76% | - |
| XYZ | 21.32 | 20.4 | 53.26 | - |
| YUV | 122.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 193 | 0.51 | 0.36 | 0 | 0.24 | 222.42 | 0.44 | 0.56 |
| Hex | 5E | 7B | C1 | 33 | 24 | 0 | 18 | DE | 2C | 38 |
| Octal | 136 | 173 | 301 | 63 | 44 | 0 | 30 | 336 | 54 | 70 |
| Binary | 1011110 | 1111011 | 11000001 | 110011 | 100100 | 0 | 11000 | 11011110 | 101100 | 111000 |
Color Harmonies of #5E7BC1
Complementary color
Monochromatic Colors of #5E7BC1
Black with #5E7BC1
Text Example
Text Example
White with #5E7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7BC1; }
p { color: rgb(94,123,193); }
H1.HeaderClassName
{
color: #5E7BC1;
}
.AnyTagClassName
{
color: #5E7BC1;
}
</style>
background-color css
<style>
a { background-color: #5E7BC1; }
a { background-color: rgb(94,123,193); }
div.DivClassName
{
background-color: #5E7BC1;
}
.BgClassName
{
background-color: #5E7BC1;
}
</style>
border-color css
<style>
span { border-color: #5E7BC1; }
span { border-color: rgb(94,123,193); }
td.TdClassName
{
border-color: #5E7BC1;
}
.TagClassName
{
border-color: #5E7BC1;
}
</style>