Shades of Havelock Blue #587BC5
Tints of Havelock Blue #587BC5
RGB
CMYK
RGB Variations
Color information
#587BC5 (or 0x587BC5) is known color: Havelock Blue. HEX triplet: 58, 7B and C5. RGB value is (88,123,197). Sum of RGB (Red+Green+Blue) = 88+123+197=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #587BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BC5 is #A7843A. Grayscale: #787878. Windows color (decimal): -10978363 or 12942168. OLE color: 12942168.
HSL color Cylindrical-coordinate representation of color #587BC5: hue angle of 220.73º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #587BC5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 123 | 197 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.23 |
| HSL | 220.73º | 0.48% | 0.56% | - |
| HSV(B) | 220.73º | 0.55% | 0.77% | - |
| XYZ | 21.19 | 20.27 | 55.62 | - |
| YUV | 120.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 197 | 0.55 | 0.38 | 0 | 0.23 | 220.73 | 0.48 | 0.56 |
| Hex | 58 | 7B | C5 | 37 | 26 | 0 | 17 | DD | 30 | 38 |
| Octal | 130 | 173 | 305 | 67 | 46 | 0 | 27 | 335 | 60 | 70 |
| Binary | 1011000 | 1111011 | 11000101 | 110111 | 100110 | 0 | 10111 | 11011101 | 110000 | 111000 |
Color Harmonies of #587BC5
Complementary color
Monochromatic Colors of #587BC5
Black with #587BC5
Text Example
Text Example
White with #587BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BC5; }
p { color: rgb(88,123,197); }
H1.HeaderClassName
{
color: #587BC5;
}
.AnyTagClassName
{
color: #587BC5;
}
</style>
background-color css
<style>
a { background-color: #587BC5; }
a { background-color: rgb(88,123,197); }
div.DivClassName
{
background-color: #587BC5;
}
.BgClassName
{
background-color: #587BC5;
}
</style>
border-color css
<style>
span { border-color: #587BC5; }
span { border-color: rgb(88,123,197); }
td.TdClassName
{
border-color: #587BC5;
}
.TagClassName
{
border-color: #587BC5;
}
</style>