Shades of Havelock Blue #5883CC
Tints of Havelock Blue #5883CC
RGB
CMYK
RGB Variations
Color information
#5883CC (or 0x5883CC) is known color: Havelock Blue. HEX triplet: 58, 83 and CC. RGB value is (88,131,204). Sum of RGB (Red+Green+Blue) = 88+131+204=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #5883CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883CC is #A77C33. Grayscale: #7E7E7E. Windows color (decimal): -10976308 or 13402968. OLE color: 13402968.
HSL color Cylindrical-coordinate representation of color #5883CC: hue angle of 217.76º 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 #5883CC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 131 | 204 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.2 |
| HSL | 217.76º | 0.53% | 0.57% | - |
| HSV(B) | 217.76º | 0.57% | 0.8% | - |
| XYZ | 23.04 | 22.67 | 60.29 | - |
| YUV | 126.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 204 | 0.57 | 0.36 | 0 | 0.2 | 217.76 | 0.53 | 0.57 |
| Hex | 58 | 83 | CC | 39 | 24 | 0 | 14 | DA | 35 | 39 |
| Octal | 130 | 203 | 314 | 71 | 44 | 0 | 24 | 332 | 65 | 71 |
| Binary | 1011000 | 10000011 | 11001100 | 111001 | 100100 | 0 | 10100 | 11011010 | 110101 | 111001 |
Color Harmonies of #5883CC
Complementary color
Monochromatic Colors of #5883CC
Black with #5883CC
Text Example
Text Example
White with #5883CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883CC; }
p { color: rgb(88,131,204); }
H1.HeaderClassName
{
color: #5883CC;
}
.AnyTagClassName
{
color: #5883CC;
}
</style>
background-color css
<style>
a { background-color: #5883CC; }
a { background-color: rgb(88,131,204); }
div.DivClassName
{
background-color: #5883CC;
}
.BgClassName
{
background-color: #5883CC;
}
</style>
border-color css
<style>
span { border-color: #5883CC; }
span { border-color: rgb(88,131,204); }
td.TdClassName
{
border-color: #5883CC;
}
.TagClassName
{
border-color: #5883CC;
}
</style>