Shades of Havelock Blue #5E7DBD
Tints of Havelock Blue #5E7DBD
RGB
CMYK
RGB Variations
Color information
#5E7DBD (or 0x5E7DBD) is known color: Havelock Blue. HEX triplet: 5E, 7D and BD. RGB value is (94,125,189). Sum of RGB (Red+Green+Blue) = 94+125+189=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E7DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DBD is #A18242. Grayscale: #7A7A7A. Windows color (decimal): -10584643 or 12418398. OLE color: 12418398.
HSL color Cylindrical-coordinate representation of color #5E7DBD: hue angle of 220.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7DBD is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 125 | 189 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.26 |
| HSL | 220.42º | 0.42% | 0.55% | - |
| HSV(B) | 220.42º | 0.5% | 0.74% | - |
| XYZ | 21.14 | 20.72 | 51.03 | - |
| YUV | 123.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 189 | 0.50 | 0.34 | 0 | 0.26 | 220.42 | 0.42 | 0.55 |
| Hex | 5E | 7D | BD | 32 | 22 | 0 | 1A | DC | 2A | 37 |
| Octal | 136 | 175 | 275 | 62 | 42 | 0 | 32 | 334 | 52 | 67 |
| Binary | 1011110 | 1111101 | 10111101 | 110010 | 100010 | 0 | 11010 | 11011100 | 101010 | 110111 |
Color Harmonies of #5E7DBD
Complementary color
Monochromatic Colors of #5E7DBD
Black with #5E7DBD
Text Example
Text Example
White with #5E7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7DBD; }
p { color: rgb(94,125,189); }
H1.HeaderClassName
{
color: #5E7DBD;
}
.AnyTagClassName
{
color: #5E7DBD;
}
</style>
background-color css
<style>
a { background-color: #5E7DBD; }
a { background-color: rgb(94,125,189); }
div.DivClassName
{
background-color: #5E7DBD;
}
.BgClassName
{
background-color: #5E7DBD;
}
</style>
border-color css
<style>
span { border-color: #5E7DBD; }
span { border-color: rgb(94,125,189); }
td.TdClassName
{
border-color: #5E7DBD;
}
.TagClassName
{
border-color: #5E7DBD;
}
</style>