Shades of Havelock Blue #5880CB
Tints of Havelock Blue #5880CB
RGB
CMYK
RGB Variations
Color information
#5880CB (or 0x5880CB) is known color: Havelock Blue. HEX triplet: 58, 80 and CB. RGB value is (88,128,203). Sum of RGB (Red+Green+Blue) = 88+128+203=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5880CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880CB is #A77F34. Grayscale: #7C7C7C. Windows color (decimal): -10977077 or 13336664. OLE color: 13336664.
HSL color Cylindrical-coordinate representation of color #5880CB: hue angle of 219.13º 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 #5880CB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 128 | 203 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.20 |
| HSL | 219.13º | 0.53% | 0.57% | - |
| HSV(B) | 219.13º | 0.57% | 0.8% | - |
| XYZ | 22.52 | 21.82 | 59.53 | - |
| YUV | 124.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 203 | 0.57 | 0.37 | 0 | 0.20 | 219.13 | 0.53 | 0.57 |
| Hex | 58 | 80 | CB | 39 | 25 | 0 | 14 | DB | 35 | 39 |
| Octal | 130 | 200 | 313 | 71 | 45 | 0 | 24 | 333 | 65 | 71 |
| Binary | 1011000 | 10000000 | 11001011 | 111001 | 100101 | 0 | 10100 | 11011011 | 110101 | 111001 |
Color Harmonies of #5880CB
Complementary color
Monochromatic Colors of #5880CB
Black with #5880CB
Text Example
Text Example
White with #5880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880CB; }
p { color: rgb(88,128,203); }
H1.HeaderClassName
{
color: #5880CB;
}
.AnyTagClassName
{
color: #5880CB;
}
</style>
background-color css
<style>
a { background-color: #5880CB; }
a { background-color: rgb(88,128,203); }
div.DivClassName
{
background-color: #5880CB;
}
.BgClassName
{
background-color: #5880CB;
}
</style>
border-color css
<style>
span { border-color: #5880CB; }
span { border-color: rgb(88,128,203); }
td.TdClassName
{
border-color: #5880CB;
}
.TagClassName
{
border-color: #5880CB;
}
</style>