Shades of Havelock Blue #5987C3
Tints of Havelock Blue #5987C3
RGB
CMYK
RGB Variations
Color information
#5987C3 (or 0x5987C3) is known color: Havelock Blue. HEX triplet: 59, 87 and C3. RGB value is (89,135,195). Sum of RGB (Red+Green+Blue) = 89+135+195=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #5987C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5987C3 is #A6783C. Grayscale: #7F7F7F. Windows color (decimal): -10909757 or 12814169. OLE color: 12814169.
HSL color Cylindrical-coordinate representation of color #5987C3: hue angle of 213.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5987C3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 135 | 195 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.24 |
| HSL | 213.96º | 0.47% | 0.56% | - |
| HSV(B) | 213.96º | 0.54% | 0.76% | - |
| XYZ | 22.63 | 23.39 | 54.95 | - |
| YUV | 128.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 195 | 0.54 | 0.31 | 0 | 0.24 | 213.96 | 0.47 | 0.56 |
| Hex | 59 | 87 | C3 | 36 | 1F | 0 | 18 | D6 | 2F | 38 |
| Octal | 131 | 207 | 303 | 66 | 37 | 0 | 30 | 326 | 57 | 70 |
| Binary | 1011001 | 10000111 | 11000011 | 110110 | 11111 | 0 | 11000 | 11010110 | 101111 | 111000 |
Color Harmonies of #5987C3
Complementary color
Monochromatic Colors of #5987C3
Black with #5987C3
Text Example
Text Example
White with #5987C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5987C3; }
p { color: rgb(89,135,195); }
H1.HeaderClassName
{
color: #5987C3;
}
.AnyTagClassName
{
color: #5987C3;
}
</style>
background-color css
<style>
a { background-color: #5987C3; }
a { background-color: rgb(89,135,195); }
div.DivClassName
{
background-color: #5987C3;
}
.BgClassName
{
background-color: #5987C3;
}
</style>
border-color css
<style>
span { border-color: #5987C3; }
span { border-color: rgb(89,135,195); }
td.TdClassName
{
border-color: #5987C3;
}
.TagClassName
{
border-color: #5987C3;
}
</style>