Shades of Havelock Blue #5E7AD1
Tints of Havelock Blue #5E7AD1
RGB
CMYK
RGB Variations
Color information
#5E7AD1 (or 0x5E7AD1) is known color: Havelock Blue. HEX triplet: 5E, 7A and D1. RGB value is (94,122,209). Sum of RGB (Red+Green+Blue) = 94+122+209=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #5E7AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7AD1 is #A1852E. Grayscale: #7B7B7B. Windows color (decimal): -10585391 or 13728350. OLE color: 13728350.
HSL color Cylindrical-coordinate representation of color #5E7AD1: hue angle of 225.39º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E7AD1 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 122 | 209 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.18 |
| HSL | 225.39º | 0.56% | 0.59% | - |
| HSV(B) | 225.39º | 0.55% | 0.82% | - |
| XYZ | 23.08 | 20.9 | 63.14 | - |
| YUV | 123.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 209 | 0.55 | 0.42 | 0 | 0.18 | 225.39 | 0.56 | 0.59 |
| Hex | 5E | 7A | D1 | 37 | 2A | 0 | 12 | E1 | 38 | 3B |
| Octal | 136 | 172 | 321 | 67 | 52 | 0 | 22 | 341 | 70 | 73 |
| Binary | 1011110 | 1111010 | 11010001 | 110111 | 101010 | 0 | 10010 | 11100001 | 111000 | 111011 |
Color Harmonies of #5E7AD1
Complementary color
Monochromatic Colors of #5E7AD1
Black with #5E7AD1
Text Example
Text Example
White with #5E7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7AD1; }
p { color: rgb(94,122,209); }
H1.HeaderClassName
{
color: #5E7AD1;
}
.AnyTagClassName
{
color: #5E7AD1;
}
</style>
background-color css
<style>
a { background-color: #5E7AD1; }
a { background-color: rgb(94,122,209); }
div.DivClassName
{
background-color: #5E7AD1;
}
.BgClassName
{
background-color: #5E7AD1;
}
</style>
border-color css
<style>
span { border-color: #5E7AD1; }
span { border-color: rgb(94,122,209); }
td.TdClassName
{
border-color: #5E7AD1;
}
.TagClassName
{
border-color: #5E7AD1;
}
</style>