Shades of Havelock Blue #5881CE
Tints of Havelock Blue #5881CE
RGB
CMYK
RGB Variations
Color information
#5881CE (or 0x5881CE) is known color: Havelock Blue. HEX triplet: 58, 81 and CE. RGB value is (88,129,206). Sum of RGB (Red+Green+Blue) = 88+129+206=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5881CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881CE is #A77E31. Grayscale: #7D7D7D. Windows color (decimal): -10976818 or 13533528. OLE color: 13533528.
HSL color Cylindrical-coordinate representation of color #5881CE: hue angle of 219.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5881CE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 129 | 206 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.19 |
| HSL | 219.15º | 0.55% | 0.58% | - |
| HSV(B) | 219.15º | 0.57% | 0.81% | - |
| XYZ | 23.02 | 22.23 | 61.47 | - |
| YUV | 125.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 206 | 0.57 | 0.37 | 0 | 0.19 | 219.15 | 0.55 | 0.58 |
| Hex | 58 | 81 | CE | 39 | 25 | 0 | 13 | DB | 37 | 3A |
| Octal | 130 | 201 | 316 | 71 | 45 | 0 | 23 | 333 | 67 | 72 |
| Binary | 1011000 | 10000001 | 11001110 | 111001 | 100101 | 0 | 10011 | 11011011 | 110111 | 111010 |
Color Harmonies of #5881CE
Complementary color
Monochromatic Colors of #5881CE
Black with #5881CE
Text Example
Text Example
White with #5881CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5881CE; }
p { color: rgb(88,129,206); }
H1.HeaderClassName
{
color: #5881CE;
}
.AnyTagClassName
{
color: #5881CE;
}
</style>
background-color css
<style>
a { background-color: #5881CE; }
a { background-color: rgb(88,129,206); }
div.DivClassName
{
background-color: #5881CE;
}
.BgClassName
{
background-color: #5881CE;
}
</style>
border-color css
<style>
span { border-color: #5881CE; }
span { border-color: rgb(88,129,206); }
td.TdClassName
{
border-color: #5881CE;
}
.TagClassName
{
border-color: #5881CE;
}
</style>