Shades of Havelock Blue #5982DB
Tints of Havelock Blue #5982DB
RGB
CMYK
RGB Variations
Color information
#5982DB (or 0x5982DB) is known color: Havelock Blue. HEX triplet: 59, 82 and DB. RGB value is (89,130,219). Sum of RGB (Red+Green+Blue) = 89+130+219=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5982DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982DB is #A67D24. Grayscale: #7F7F7F. Windows color (decimal): -10911013 or 14385753. OLE color: 14385753.
HSL color Cylindrical-coordinate representation of color #5982DB: hue angle of 221.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5982DB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 130 | 219 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.14 |
| HSL | 221.08º | 0.64% | 0.6% | - |
| HSV(B) | 221.08º | 0.59% | 0.86% | - |
| XYZ | 24.89 | 23.2 | 70.18 | - |
| YUV | 127.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 219 | 0.59 | 0.41 | 0 | 0.14 | 221.08 | 0.64 | 0.6 |
| Hex | 59 | 82 | DB | 3B | 29 | 0 | E | DD | 40 | 3C |
| Octal | 131 | 202 | 333 | 73 | 51 | 0 | 16 | 335 | 100 | 74 |
| Binary | 1011001 | 10000010 | 11011011 | 111011 | 101001 | 0 | 1110 | 11011101 | 1000000 | 111100 |
Color Harmonies of #5982DB
Complementary color
Monochromatic Colors of #5982DB
Black with #5982DB
Text Example
Text Example
White with #5982DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982DB; }
p { color: rgb(89,130,219); }
H1.HeaderClassName
{
color: #5982DB;
}
.AnyTagClassName
{
color: #5982DB;
}
</style>
background-color css
<style>
a { background-color: #5982DB; }
a { background-color: rgb(89,130,219); }
div.DivClassName
{
background-color: #5982DB;
}
.BgClassName
{
background-color: #5982DB;
}
</style>
border-color css
<style>
span { border-color: #5982DB; }
span { border-color: rgb(89,130,219); }
td.TdClassName
{
border-color: #5982DB;
}
.TagClassName
{
border-color: #5982DB;
}
</style>