Shades of Havelock Blue #5880CD
Tints of Havelock Blue #5880CD
RGB
CMYK
RGB Variations
Color information
#5880CD (or 0x5880CD) is known color: Havelock Blue. HEX triplet: 58, 80 and CD. RGB value is (88,128,205). Sum of RGB (Red+Green+Blue) = 88+128+205=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #5880CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880CD is #A77F32. Grayscale: #7C7C7C. Windows color (decimal): -10977075 or 13467736. OLE color: 13467736.
HSL color Cylindrical-coordinate representation of color #5880CD: hue angle of 219.49º degrees, saturation: 0.54, 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 #5880CD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 128 | 205 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.20 |
| HSL | 219.49º | 0.54% | 0.57% | - |
| HSV(B) | 219.49º | 0.57% | 0.8% | - |
| XYZ | 22.76 | 21.92 | 60.79 | - |
| YUV | 124.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 205 | 0.57 | 0.38 | 0 | 0.20 | 219.49 | 0.54 | 0.57 |
| Hex | 58 | 80 | CD | 39 | 26 | 0 | 14 | DB | 36 | 39 |
| Octal | 130 | 200 | 315 | 71 | 46 | 0 | 24 | 333 | 66 | 71 |
| Binary | 1011000 | 10000000 | 11001101 | 111001 | 100110 | 0 | 10100 | 11011011 | 110110 | 111001 |
Color Harmonies of #5880CD
Complementary color
Monochromatic Colors of #5880CD
Black with #5880CD
Text Example
Text Example
White with #5880CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880CD; }
p { color: rgb(88,128,205); }
H1.HeaderClassName
{
color: #5880CD;
}
.AnyTagClassName
{
color: #5880CD;
}
</style>
background-color css
<style>
a { background-color: #5880CD; }
a { background-color: rgb(88,128,205); }
div.DivClassName
{
background-color: #5880CD;
}
.BgClassName
{
background-color: #5880CD;
}
</style>
border-color css
<style>
span { border-color: #5880CD; }
span { border-color: rgb(88,128,205); }
td.TdClassName
{
border-color: #5880CD;
}
.TagClassName
{
border-color: #5880CD;
}
</style>