Shades of Havelock Blue #5E88CF
Tints of Havelock Blue #5E88CF
RGB
CMYK
RGB Variations
Color information
#5E88CF (or 0x5E88CF) is known color: Havelock Blue. HEX triplet: 5E, 88 and CF. RGB value is (94,136,207). Sum of RGB (Red+Green+Blue) = 94+136+207=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E88CF is #A17730. Grayscale: #838383. Windows color (decimal): -10581809 or 13600862. OLE color: 13600862.
HSL color Cylindrical-coordinate representation of color #5E88CF: hue angle of 217.7º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E88CF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 136 | 207 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.19 |
| HSL | 217.7º | 0.54% | 0.59% | - |
| HSV(B) | 217.7º | 0.55% | 0.81% | - |
| XYZ | 24.68 | 24.49 | 62.46 | - |
| YUV | 131.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 207 | 0.55 | 0.34 | 0 | 0.19 | 217.7 | 0.54 | 0.59 |
| Hex | 5E | 88 | CF | 37 | 22 | 0 | 13 | DA | 36 | 3B |
| Octal | 136 | 210 | 317 | 67 | 42 | 0 | 23 | 332 | 66 | 73 |
| Binary | 1011110 | 10001000 | 11001111 | 110111 | 100010 | 0 | 10011 | 11011010 | 110110 | 111011 |
Color Harmonies of #5E88CF
Complementary color
Monochromatic Colors of #5E88CF
Black with #5E88CF
Text Example
Text Example
White with #5E88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E88CF; }
p { color: rgb(94,136,207); }
H1.HeaderClassName
{
color: #5E88CF;
}
.AnyTagClassName
{
color: #5E88CF;
}
</style>
background-color css
<style>
a { background-color: #5E88CF; }
a { background-color: rgb(94,136,207); }
div.DivClassName
{
background-color: #5E88CF;
}
.BgClassName
{
background-color: #5E88CF;
}
</style>
border-color css
<style>
span { border-color: #5E88CF; }
span { border-color: rgb(94,136,207); }
td.TdClassName
{
border-color: #5E88CF;
}
.TagClassName
{
border-color: #5E88CF;
}
</style>