Shades of Havelock Blue #5882C9
Tints of Havelock Blue #5882C9
RGB
CMYK
RGB Variations
Color information
#5882C9 (or 0x5882C9) is known color: Havelock Blue. HEX triplet: 58, 82 and C9. RGB value is (88,130,201). Sum of RGB (Red+Green+Blue) = 88+130+201=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #5882C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5882C9 is #A77D36. Grayscale: #7D7D7D. Windows color (decimal): -10976567 or 13206104. OLE color: 13206104.
HSL color Cylindrical-coordinate representation of color #5882C9: hue angle of 217.7º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5882C9 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 130 | 201 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.21 |
| HSL | 217.7º | 0.51% | 0.57% | - |
| HSV(B) | 217.7º | 0.56% | 0.79% | - |
| XYZ | 22.55 | 22.26 | 58.37 | - |
| YUV | 125.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 201 | 0.56 | 0.35 | 0 | 0.21 | 217.7 | 0.51 | 0.57 |
| Hex | 58 | 82 | C9 | 38 | 23 | 0 | 15 | DA | 33 | 39 |
| Octal | 130 | 202 | 311 | 70 | 43 | 0 | 25 | 332 | 63 | 71 |
| Binary | 1011000 | 10000010 | 11001001 | 111000 | 100011 | 0 | 10101 | 11011010 | 110011 | 111001 |
Color Harmonies of #5882C9
Complementary color
Monochromatic Colors of #5882C9
Black with #5882C9
Text Example
Text Example
White with #5882C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5882C9; }
p { color: rgb(88,130,201); }
H1.HeaderClassName
{
color: #5882C9;
}
.AnyTagClassName
{
color: #5882C9;
}
</style>
background-color css
<style>
a { background-color: #5882C9; }
a { background-color: rgb(88,130,201); }
div.DivClassName
{
background-color: #5882C9;
}
.BgClassName
{
background-color: #5882C9;
}
</style>
border-color css
<style>
span { border-color: #5882C9; }
span { border-color: rgb(88,130,201); }
td.TdClassName
{
border-color: #5882C9;
}
.TagClassName
{
border-color: #5882C9;
}
</style>