Shades of Havelock Blue #5980CC
Tints of Havelock Blue #5980CC
RGB
CMYK
RGB Variations
Color information
#5980CC (or 0x5980CC) is known color: Havelock Blue. HEX triplet: 59, 80 and CC. RGB value is (89,128,204). Sum of RGB (Red+Green+Blue) = 89+128+204=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5980CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980CC is #A67F33. Grayscale: #7C7C7C. Windows color (decimal): -10911540 or 13402201. OLE color: 13402201.
HSL color Cylindrical-coordinate representation of color #5980CC: hue angle of 219.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5980CC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 128 | 204 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.2 |
| HSL | 219.65º | 0.53% | 0.57% | - |
| HSV(B) | 219.65º | 0.56% | 0.8% | - |
| XYZ | 22.74 | 21.92 | 60.16 | - |
| YUV | 125 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 204 | 0.56 | 0.37 | 0 | 0.2 | 219.65 | 0.53 | 0.57 |
| Hex | 59 | 80 | CC | 38 | 25 | 0 | 14 | DC | 35 | 39 |
| Octal | 131 | 200 | 314 | 70 | 45 | 0 | 24 | 334 | 65 | 71 |
| Binary | 1011001 | 10000000 | 11001100 | 111000 | 100101 | 0 | 10100 | 11011100 | 110101 | 111001 |
Color Harmonies of #5980CC
Complementary color
Monochromatic Colors of #5980CC
Black with #5980CC
Text Example
Text Example
White with #5980CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5980CC; }
p { color: rgb(89,128,204); }
H1.HeaderClassName
{
color: #5980CC;
}
.AnyTagClassName
{
color: #5980CC;
}
</style>
background-color css
<style>
a { background-color: #5980CC; }
a { background-color: rgb(89,128,204); }
div.DivClassName
{
background-color: #5980CC;
}
.BgClassName
{
background-color: #5980CC;
}
</style>
border-color css
<style>
span { border-color: #5980CC; }
span { border-color: rgb(89,128,204); }
td.TdClassName
{
border-color: #5980CC;
}
.TagClassName
{
border-color: #5980CC;
}
</style>