Shades of Havelock Blue #587FC0
Tints of Havelock Blue #587FC0
RGB
CMYK
RGB Variations
Color information
#587FC0 (or 0x587FC0) is known color: Havelock Blue. HEX triplet: 58, 7F and C0. RGB value is (88,127,192). Sum of RGB (Red+Green+Blue) = 88+127+192=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #587FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FC0 is #A7803F. Grayscale: #7A7A7A. Windows color (decimal): -10977344 or 12615512. OLE color: 12615512.
HSL color Cylindrical-coordinate representation of color #587FC0: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #587FC0 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 127 | 192 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.25 |
| HSL | 217.5º | 0.45% | 0.55% | - |
| HSV(B) | 217.5º | 0.54% | 0.75% | - |
| XYZ | 21.13 | 21.06 | 52.82 | - |
| YUV | 122.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 192 | 0.54 | 0.34 | 0 | 0.25 | 217.5 | 0.45 | 0.55 |
| Hex | 58 | 7F | C0 | 36 | 22 | 0 | 19 | DA | 2D | 37 |
| Octal | 130 | 177 | 300 | 66 | 42 | 0 | 31 | 332 | 55 | 67 |
| Binary | 1011000 | 1111111 | 11000000 | 110110 | 100010 | 0 | 11001 | 11011010 | 101101 | 110111 |
Color Harmonies of #587FC0
Complementary color
Monochromatic Colors of #587FC0
Black with #587FC0
Text Example
Text Example
White with #587FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587FC0; }
p { color: rgb(88,127,192); }
H1.HeaderClassName
{
color: #587FC0;
}
.AnyTagClassName
{
color: #587FC0;
}
</style>
background-color css
<style>
a { background-color: #587FC0; }
a { background-color: rgb(88,127,192); }
div.DivClassName
{
background-color: #587FC0;
}
.BgClassName
{
background-color: #587FC0;
}
</style>
border-color css
<style>
span { border-color: #587FC0; }
span { border-color: rgb(88,127,192); }
td.TdClassName
{
border-color: #587FC0;
}
.TagClassName
{
border-color: #587FC0;
}
</style>