Shades of Havelock Blue #5877C9
Tints of Havelock Blue #5877C9
RGB
CMYK
RGB Variations
Color information
#5877C9 (or 0x5877C9) is known color: Havelock Blue. HEX triplet: 58, 77 and C9. RGB value is (88,119,201). Sum of RGB (Red+Green+Blue) = 88+119+201=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #5877C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877C9 is #A78836. Grayscale: #767676. Windows color (decimal): -10979383 or 13203288. OLE color: 13203288.
HSL color Cylindrical-coordinate representation of color #5877C9: hue angle of 223.54º 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 #5877C9 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 119 | 201 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.21 |
| HSL | 223.54º | 0.51% | 0.57% | - |
| HSV(B) | 223.54º | 0.56% | 0.79% | - |
| XYZ | 21.16 | 19.49 | 57.9 | - |
| YUV | 119.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 201 | 0.56 | 0.41 | 0 | 0.21 | 223.54 | 0.51 | 0.57 |
| Hex | 58 | 77 | C9 | 38 | 29 | 0 | 15 | E0 | 33 | 39 |
| Octal | 130 | 167 | 311 | 70 | 51 | 0 | 25 | 340 | 63 | 71 |
| Binary | 1011000 | 1110111 | 11001001 | 111000 | 101001 | 0 | 10101 | 11100000 | 110011 | 111001 |
Color Harmonies of #5877C9
Complementary color
Monochromatic Colors of #5877C9
Black with #5877C9
Text Example
Text Example
White with #5877C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877C9; }
p { color: rgb(88,119,201); }
H1.HeaderClassName
{
color: #5877C9;
}
.AnyTagClassName
{
color: #5877C9;
}
</style>
background-color css
<style>
a { background-color: #5877C9; }
a { background-color: rgb(88,119,201); }
div.DivClassName
{
background-color: #5877C9;
}
.BgClassName
{
background-color: #5877C9;
}
</style>
border-color css
<style>
span { border-color: #5877C9; }
span { border-color: rgb(88,119,201); }
td.TdClassName
{
border-color: #5877C9;
}
.TagClassName
{
border-color: #5877C9;
}
</style>