Shades of Havelock Blue #587CB7
Tints of Havelock Blue #587CB7
RGB
CMYK
RGB Variations
Color information
#587CB7 (or 0x587CB7) is known color: Havelock Blue. HEX triplet: 58, 7C and B7. RGB value is (88,124,183). Sum of RGB (Red+Green+Blue) = 88+124+183=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #587CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587CB7 is #A78348. Grayscale: #777777. Windows color (decimal): -10978121 or 12024920. OLE color: 12024920.
HSL color Cylindrical-coordinate representation of color #587CB7: hue angle of 217.26º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587CB7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 124 | 183 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.28 |
| HSL | 217.26º | 0.4% | 0.53% | - |
| HSV(B) | 217.26º | 0.52% | 0.72% | - |
| XYZ | 19.78 | 19.91 | 47.6 | - |
| YUV | 119.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 183 | 0.52 | 0.32 | 0 | 0.28 | 217.26 | 0.4 | 0.53 |
| Hex | 58 | 7C | B7 | 34 | 20 | 0 | 1C | D9 | 28 | 35 |
| Octal | 130 | 174 | 267 | 64 | 40 | 0 | 34 | 331 | 50 | 65 |
| Binary | 1011000 | 1111100 | 10110111 | 110100 | 100000 | 0 | 11100 | 11011001 | 101000 | 110101 |
Color Harmonies of #587CB7
Complementary color
Monochromatic Colors of #587CB7
Black with #587CB7
Text Example
Text Example
White with #587CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CB7; }
p { color: rgb(88,124,183); }
H1.HeaderClassName
{
color: #587CB7;
}
.AnyTagClassName
{
color: #587CB7;
}
</style>
background-color css
<style>
a { background-color: #587CB7; }
a { background-color: rgb(88,124,183); }
div.DivClassName
{
background-color: #587CB7;
}
.BgClassName
{
background-color: #587CB7;
}
</style>
border-color css
<style>
span { border-color: #587CB7; }
span { border-color: rgb(88,124,183); }
td.TdClassName
{
border-color: #587CB7;
}
.TagClassName
{
border-color: #587CB7;
}
</style>