Shades of Havelock Blue #587EC7
Tints of Havelock Blue #587EC7
RGB
CMYK
RGB Variations
Color information
#587EC7 (or 0x587EC7) is known color: Havelock Blue. HEX triplet: 58, 7E and C7. RGB value is (88,126,199). Sum of RGB (Red+Green+Blue) = 88+126+199=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #587EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587EC7 is #A78138. Grayscale: #7A7A7A. Windows color (decimal): -10977593 or 13074008. OLE color: 13074008.
HSL color Cylindrical-coordinate representation of color #587EC7: hue angle of 219.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #587EC7 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 126 | 199 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.22 |
| HSL | 219.46º | 0.5% | 0.56% | - |
| HSV(B) | 219.46º | 0.56% | 0.78% | - |
| XYZ | 21.79 | 21.12 | 56.96 | - |
| YUV | 122.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 199 | 0.56 | 0.37 | 0 | 0.22 | 219.46 | 0.5 | 0.56 |
| Hex | 58 | 7E | C7 | 38 | 25 | 0 | 16 | DB | 32 | 38 |
| Octal | 130 | 176 | 307 | 70 | 45 | 0 | 26 | 333 | 62 | 70 |
| Binary | 1011000 | 1111110 | 11000111 | 111000 | 100101 | 0 | 10110 | 11011011 | 110010 | 111000 |
Color Harmonies of #587EC7
Complementary color
Monochromatic Colors of #587EC7
Black with #587EC7
Text Example
Text Example
White with #587EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587EC7; }
p { color: rgb(88,126,199); }
H1.HeaderClassName
{
color: #587EC7;
}
.AnyTagClassName
{
color: #587EC7;
}
</style>
background-color css
<style>
a { background-color: #587EC7; }
a { background-color: rgb(88,126,199); }
div.DivClassName
{
background-color: #587EC7;
}
.BgClassName
{
background-color: #587EC7;
}
</style>
border-color css
<style>
span { border-color: #587EC7; }
span { border-color: rgb(88,126,199); }
td.TdClassName
{
border-color: #587EC7;
}
.TagClassName
{
border-color: #587EC7;
}
</style>