Shades of Havelock Blue #587CC2
Tints of Havelock Blue #587CC2
RGB
CMYK
RGB Variations
Color information
#587CC2 (or 0x587CC2) is known color: Havelock Blue. HEX triplet: 58, 7C and C2. RGB value is (88,124,194). Sum of RGB (Red+Green+Blue) = 88+124+194=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #587CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587CC2 is #A7833D. Grayscale: #787878. Windows color (decimal): -10978110 or 12745816. OLE color: 12745816.
HSL color Cylindrical-coordinate representation of color #587CC2: hue angle of 219.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #587CC2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 124 | 194 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.24 |
| HSL | 219.62º | 0.46% | 0.55% | - |
| HSV(B) | 219.62º | 0.55% | 0.76% | - |
| XYZ | 20.97 | 20.39 | 53.87 | - |
| YUV | 121.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 194 | 0.55 | 0.36 | 0 | 0.24 | 219.62 | 0.46 | 0.55 |
| Hex | 58 | 7C | C2 | 37 | 24 | 0 | 18 | DC | 2E | 37 |
| Octal | 130 | 174 | 302 | 67 | 44 | 0 | 30 | 334 | 56 | 67 |
| Binary | 1011000 | 1111100 | 11000010 | 110111 | 100100 | 0 | 11000 | 11011100 | 101110 | 110111 |
Color Harmonies of #587CC2
Complementary color
Monochromatic Colors of #587CC2
Black with #587CC2
Text Example
Text Example
White with #587CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CC2; }
p { color: rgb(88,124,194); }
H1.HeaderClassName
{
color: #587CC2;
}
.AnyTagClassName
{
color: #587CC2;
}
</style>
background-color css
<style>
a { background-color: #587CC2; }
a { background-color: rgb(88,124,194); }
div.DivClassName
{
background-color: #587CC2;
}
.BgClassName
{
background-color: #587CC2;
}
</style>
border-color css
<style>
span { border-color: #587CC2; }
span { border-color: rgb(88,124,194); }
td.TdClassName
{
border-color: #587CC2;
}
.TagClassName
{
border-color: #587CC2;
}
</style>