Shades of Havelock Blue #5989D3
Tints of Havelock Blue #5989D3
RGB
CMYK
RGB Variations
Color information
#5989D3 (or 0x5989D3) is known color: Havelock Blue. HEX triplet: 59, 89 and D3. RGB value is (89,137,211). Sum of RGB (Red+Green+Blue) = 89+137+211=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #5989D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989D3 is #A6762C. Grayscale: #828282. Windows color (decimal): -10909229 or 13863257. OLE color: 13863257.
HSL color Cylindrical-coordinate representation of color #5989D3: hue angle of 216.39º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5989D3 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 137 | 211 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.17 |
| HSL | 216.39º | 0.58% | 0.59% | - |
| HSV(B) | 216.39º | 0.58% | 0.83% | - |
| XYZ | 24.82 | 24.72 | 65.09 | - |
| YUV | 131.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 211 | 0.58 | 0.35 | 0 | 0.17 | 216.39 | 0.58 | 0.59 |
| Hex | 59 | 89 | D3 | 3A | 23 | 0 | 11 | D8 | 3A | 3B |
| Octal | 131 | 211 | 323 | 72 | 43 | 0 | 21 | 330 | 72 | 73 |
| Binary | 1011001 | 10001001 | 11010011 | 111010 | 100011 | 0 | 10001 | 11011000 | 111010 | 111011 |
Color Harmonies of #5989D3
Complementary color
Monochromatic Colors of #5989D3
Black with #5989D3
Text Example
Text Example
White with #5989D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989D3; }
p { color: rgb(89,137,211); }
H1.HeaderClassName
{
color: #5989D3;
}
.AnyTagClassName
{
color: #5989D3;
}
</style>
background-color css
<style>
a { background-color: #5989D3; }
a { background-color: rgb(89,137,211); }
div.DivClassName
{
background-color: #5989D3;
}
.BgClassName
{
background-color: #5989D3;
}
</style>
border-color css
<style>
span { border-color: #5989D3; }
span { border-color: rgb(89,137,211); }
td.TdClassName
{
border-color: #5989D3;
}
.TagClassName
{
border-color: #5989D3;
}
</style>