Shades of Havelock Blue #5980D3
Tints of Havelock Blue #5980D3
RGB
CMYK
RGB Variations
Color information
#5980D3 (or 0x5980D3) is known color: Havelock Blue. HEX triplet: 59, 80 and D3. RGB value is (89,128,211). Sum of RGB (Red+Green+Blue) = 89+128+211=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #5980D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980D3 is #A67F2C. Grayscale: #7D7D7D. Windows color (decimal): -10911533 or 13860953. OLE color: 13860953.
HSL color Cylindrical-coordinate representation of color #5980D3: hue angle of 220.82º 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 #5980D3 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 128 | 211 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.17 |
| HSL | 220.82º | 0.58% | 0.59% | - |
| HSV(B) | 220.82º | 0.58% | 0.83% | - |
| XYZ | 23.6 | 22.27 | 64.68 | - |
| YUV | 125.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 211 | 0.58 | 0.39 | 0 | 0.17 | 220.82 | 0.58 | 0.59 |
| Hex | 59 | 80 | D3 | 3A | 27 | 0 | 11 | DD | 3A | 3B |
| Octal | 131 | 200 | 323 | 72 | 47 | 0 | 21 | 335 | 72 | 73 |
| Binary | 1011001 | 10000000 | 11010011 | 111010 | 100111 | 0 | 10001 | 11011101 | 111010 | 111011 |
Color Harmonies of #5980D3
Complementary color
Monochromatic Colors of #5980D3
Black with #5980D3
Text Example
Text Example
White with #5980D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5980D3; }
p { color: rgb(89,128,211); }
H1.HeaderClassName
{
color: #5980D3;
}
.AnyTagClassName
{
color: #5980D3;
}
</style>
background-color css
<style>
a { background-color: #5980D3; }
a { background-color: rgb(89,128,211); }
div.DivClassName
{
background-color: #5980D3;
}
.BgClassName
{
background-color: #5980D3;
}
</style>
border-color css
<style>
span { border-color: #5980D3; }
span { border-color: rgb(89,128,211); }
td.TdClassName
{
border-color: #5980D3;
}
.TagClassName
{
border-color: #5980D3;
}
</style>