Shades of Havelock Blue #587FCC
Tints of Havelock Blue #587FCC
RGB
CMYK
RGB Variations
Color information
#587FCC (or 0x587FCC) is known color: Havelock Blue. HEX triplet: 58, 7F and CC. RGB value is (88,127,204). Sum of RGB (Red+Green+Blue) = 88+127+204=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #587FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FCC is #A78033. Grayscale: #7B7B7B. Windows color (decimal): -10977332 or 13401944. OLE color: 13401944.
HSL color Cylindrical-coordinate representation of color #587FCC: hue angle of 219.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587FCC is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 127 | 204 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.2 |
| HSL | 219.83º | 0.53% | 0.57% | - |
| HSV(B) | 219.83º | 0.57% | 0.8% | - |
| XYZ | 22.51 | 21.61 | 60.11 | - |
| YUV | 124.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 204 | 0.57 | 0.38 | 0 | 0.2 | 219.83 | 0.53 | 0.57 |
| Hex | 58 | 7F | CC | 39 | 26 | 0 | 14 | DC | 35 | 39 |
| Octal | 130 | 177 | 314 | 71 | 46 | 0 | 24 | 334 | 65 | 71 |
| Binary | 1011000 | 1111111 | 11001100 | 111001 | 100110 | 0 | 10100 | 11011100 | 110101 | 111001 |
Color Harmonies of #587FCC
Complementary color
Monochromatic Colors of #587FCC
Black with #587FCC
Text Example
Text Example
White with #587FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587FCC; }
p { color: rgb(88,127,204); }
H1.HeaderClassName
{
color: #587FCC;
}
.AnyTagClassName
{
color: #587FCC;
}
</style>
background-color css
<style>
a { background-color: #587FCC; }
a { background-color: rgb(88,127,204); }
div.DivClassName
{
background-color: #587FCC;
}
.BgClassName
{
background-color: #587FCC;
}
</style>
border-color css
<style>
span { border-color: #587FCC; }
span { border-color: rgb(88,127,204); }
td.TdClassName
{
border-color: #587FCC;
}
.TagClassName
{
border-color: #587FCC;
}
</style>