Shades of Havelock Blue #5880CC
Tints of Havelock Blue #5880CC
RGB
CMYK
RGB Variations
Color information
#5880CC (or 0x5880CC) is known color: Havelock Blue. HEX triplet: 58, 80 and CC. RGB value is (88,128,204). Sum of RGB (Red+Green+Blue) = 88+128+204=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5880CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880CC is #A77F33. Grayscale: #7C7C7C. Windows color (decimal): -10977076 or 13402200. OLE color: 13402200.
HSL color Cylindrical-coordinate representation of color #5880CC: hue angle of 219.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5880CC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 128 | 204 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.2 |
| HSL | 219.31º | 0.53% | 0.57% | - |
| HSV(B) | 219.31º | 0.57% | 0.8% | - |
| XYZ | 22.64 | 21.87 | 60.16 | - |
| YUV | 124.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 204 | 0.57 | 0.37 | 0 | 0.2 | 219.31 | 0.53 | 0.57 |
| Hex | 58 | 80 | CC | 39 | 25 | 0 | 14 | DB | 35 | 39 |
| Octal | 130 | 200 | 314 | 71 | 45 | 0 | 24 | 333 | 65 | 71 |
| Binary | 1011000 | 10000000 | 11001100 | 111001 | 100101 | 0 | 10100 | 11011011 | 110101 | 111001 |
Color Harmonies of #5880CC
Complementary color
Monochromatic Colors of #5880CC
Black with #5880CC
Text Example
Text Example
White with #5880CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880CC; }
p { color: rgb(88,128,204); }
H1.HeaderClassName
{
color: #5880CC;
}
.AnyTagClassName
{
color: #5880CC;
}
</style>
background-color css
<style>
a { background-color: #5880CC; }
a { background-color: rgb(88,128,204); }
div.DivClassName
{
background-color: #5880CC;
}
.BgClassName
{
background-color: #5880CC;
}
</style>
border-color css
<style>
span { border-color: #5880CC; }
span { border-color: rgb(88,128,204); }
td.TdClassName
{
border-color: #5880CC;
}
.TagClassName
{
border-color: #5880CC;
}
</style>