Shades of Havelock Blue #5884CC
Tints of Havelock Blue #5884CC
RGB
CMYK
RGB Variations
Color information
#5884CC (or 0x5884CC) is known color: Havelock Blue. HEX triplet: 58, 84 and CC. RGB value is (88,132,204). Sum of RGB (Red+Green+Blue) = 88+132+204=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5884CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884CC is #A77B33. Grayscale: #7E7E7E. Windows color (decimal): -10976052 or 13403224. OLE color: 13403224.
HSL color Cylindrical-coordinate representation of color #5884CC: hue angle of 217.24º 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 #5884CC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 132 | 204 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.2 |
| HSL | 217.24º | 0.53% | 0.57% | - |
| HSV(B) | 217.24º | 0.57% | 0.8% | - |
| XYZ | 23.17 | 22.94 | 60.33 | - |
| YUV | 127.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 204 | 0.57 | 0.35 | 0 | 0.2 | 217.24 | 0.53 | 0.57 |
| Hex | 58 | 84 | CC | 39 | 23 | 0 | 14 | D9 | 35 | 39 |
| Octal | 130 | 204 | 314 | 71 | 43 | 0 | 24 | 331 | 65 | 71 |
| Binary | 1011000 | 10000100 | 11001100 | 111001 | 100011 | 0 | 10100 | 11011001 | 110101 | 111001 |
Color Harmonies of #5884CC
Complementary color
Monochromatic Colors of #5884CC
Black with #5884CC
Text Example
Text Example
White with #5884CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884CC; }
p { color: rgb(88,132,204); }
H1.HeaderClassName
{
color: #5884CC;
}
.AnyTagClassName
{
color: #5884CC;
}
</style>
background-color css
<style>
a { background-color: #5884CC; }
a { background-color: rgb(88,132,204); }
div.DivClassName
{
background-color: #5884CC;
}
.BgClassName
{
background-color: #5884CC;
}
</style>
border-color css
<style>
span { border-color: #5884CC; }
span { border-color: rgb(88,132,204); }
td.TdClassName
{
border-color: #5884CC;
}
.TagClassName
{
border-color: #5884CC;
}
</style>