Shades of Havelock Blue #5877D5
Tints of Havelock Blue #5877D5
RGB
CMYK
RGB Variations
Color information
#5877D5 (or 0x5877D5) is known color: Havelock Blue. HEX triplet: 58, 77 and D5. RGB value is (88,119,213). Sum of RGB (Red+Green+Blue) = 88+119+213=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #5877D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877D5 is #A7882A. Grayscale: #787878. Windows color (decimal): -10979371 or 13989720. OLE color: 13989720.
HSL color Cylindrical-coordinate representation of color #5877D5: hue angle of 225.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5877D5 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 119 | 213 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.16 |
| HSL | 225.12º | 0.6% | 0.59% | - |
| HSV(B) | 225.12º | 0.59% | 0.84% | - |
| XYZ | 22.63 | 20.07 | 65.63 | - |
| YUV | 120.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 213 | 0.59 | 0.44 | 0 | 0.16 | 225.12 | 0.6 | 0.59 |
| Hex | 58 | 77 | D5 | 3B | 2C | 0 | 10 | E1 | 3C | 3B |
| Octal | 130 | 167 | 325 | 73 | 54 | 0 | 20 | 341 | 74 | 73 |
| Binary | 1011000 | 1110111 | 11010101 | 111011 | 101100 | 0 | 10000 | 11100001 | 111100 | 111011 |
Color Harmonies of #5877D5
Complementary color
Monochromatic Colors of #5877D5
Black with #5877D5
Text Example
Text Example
White with #5877D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877D5; }
p { color: rgb(88,119,213); }
H1.HeaderClassName
{
color: #5877D5;
}
.AnyTagClassName
{
color: #5877D5;
}
</style>
background-color css
<style>
a { background-color: #5877D5; }
a { background-color: rgb(88,119,213); }
div.DivClassName
{
background-color: #5877D5;
}
.BgClassName
{
background-color: #5877D5;
}
</style>
border-color css
<style>
span { border-color: #5877D5; }
span { border-color: rgb(88,119,213); }
td.TdClassName
{
border-color: #5877D5;
}
.TagClassName
{
border-color: #5877D5;
}
</style>