Shades of Havelock Blue #587DC5
Tints of Havelock Blue #587DC5
RGB
CMYK
RGB Variations
Color information
#587DC5 (or 0x587DC5) is known color: Havelock Blue. HEX triplet: 58, 7D and C5. RGB value is (88,125,197). Sum of RGB (Red+Green+Blue) = 88+125+197=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #587DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DC5 is #A7823A. Grayscale: #797979. Windows color (decimal): -10977851 or 12942680. OLE color: 12942680.
HSL color Cylindrical-coordinate representation of color #587DC5: hue angle of 219.63º 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 #587DC5 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 125 | 197 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.23 |
| HSL | 219.63º | 0.48% | 0.56% | - |
| HSV(B) | 219.63º | 0.55% | 0.77% | - |
| XYZ | 21.44 | 20.77 | 55.7 | - |
| YUV | 122.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 197 | 0.55 | 0.37 | 0 | 0.23 | 219.63 | 0.48 | 0.56 |
| Hex | 58 | 7D | C5 | 37 | 25 | 0 | 17 | DC | 30 | 38 |
| Octal | 130 | 175 | 305 | 67 | 45 | 0 | 27 | 334 | 60 | 70 |
| Binary | 1011000 | 1111101 | 11000101 | 110111 | 100101 | 0 | 10111 | 11011100 | 110000 | 111000 |
Color Harmonies of #587DC5
Complementary color
Monochromatic Colors of #587DC5
Black with #587DC5
Text Example
Text Example
White with #587DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DC5; }
p { color: rgb(88,125,197); }
H1.HeaderClassName
{
color: #587DC5;
}
.AnyTagClassName
{
color: #587DC5;
}
</style>
background-color css
<style>
a { background-color: #587DC5; }
a { background-color: rgb(88,125,197); }
div.DivClassName
{
background-color: #587DC5;
}
.BgClassName
{
background-color: #587DC5;
}
</style>
border-color css
<style>
span { border-color: #587DC5; }
span { border-color: rgb(88,125,197); }
td.TdClassName
{
border-color: #587DC5;
}
.TagClassName
{
border-color: #587DC5;
}
</style>