Shades of Havelock Blue #5E81BF
Tints of Havelock Blue #5E81BF
RGB
CMYK
RGB Variations
Color information
#5E81BF (or 0x5E81BF) is known color: Havelock Blue. HEX triplet: 5E, 81 and BF. RGB value is (94,129,191). Sum of RGB (Red+Green+Blue) = 94+129+191=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E81BF is #A17E40. Grayscale: #7D7D7D. Windows color (decimal): -10583617 or 12550494. OLE color: 12550494.
HSL color Cylindrical-coordinate representation of color #5E81BF: hue angle of 218.35º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E81BF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 129 | 191 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.25 |
| HSL | 218.35º | 0.43% | 0.56% | - |
| HSV(B) | 218.35º | 0.51% | 0.75% | - |
| XYZ | 21.87 | 21.84 | 52.35 | - |
| YUV | 125.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 191 | 0.51 | 0.32 | 0 | 0.25 | 218.35 | 0.43 | 0.56 |
| Hex | 5E | 81 | BF | 33 | 20 | 0 | 19 | DA | 2B | 38 |
| Octal | 136 | 201 | 277 | 63 | 40 | 0 | 31 | 332 | 53 | 70 |
| Binary | 1011110 | 10000001 | 10111111 | 110011 | 100000 | 0 | 11001 | 11011010 | 101011 | 111000 |
Color Harmonies of #5E81BF
Complementary color
Monochromatic Colors of #5E81BF
Black with #5E81BF
Text Example
Text Example
White with #5E81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E81BF; }
p { color: rgb(94,129,191); }
H1.HeaderClassName
{
color: #5E81BF;
}
.AnyTagClassName
{
color: #5E81BF;
}
</style>
background-color css
<style>
a { background-color: #5E81BF; }
a { background-color: rgb(94,129,191); }
div.DivClassName
{
background-color: #5E81BF;
}
.BgClassName
{
background-color: #5E81BF;
}
</style>
border-color css
<style>
span { border-color: #5E81BF; }
span { border-color: rgb(94,129,191); }
td.TdClassName
{
border-color: #5E81BF;
}
.TagClassName
{
border-color: #5E81BF;
}
</style>