Shades of Havelock Blue #5889CC
Tints of Havelock Blue #5889CC
RGB
CMYK
RGB Variations
Color information
#5889CC (or 0x5889CC) is known color: Havelock Blue. HEX triplet: 58, 89 and CC. RGB value is (88,137,204). Sum of RGB (Red+Green+Blue) = 88+137+204=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #5889CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889CC is #A77633. Grayscale: #818181. Windows color (decimal): -10974772 or 13404504. OLE color: 13404504.
HSL color Cylindrical-coordinate representation of color #5889CC: hue angle of 214.66º 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 #5889CC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 137 | 204 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.2 |
| HSL | 214.66º | 0.53% | 0.57% | - |
| HSV(B) | 214.66º | 0.57% | 0.8% | - |
| XYZ | 23.87 | 24.33 | 60.56 | - |
| YUV | 129.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 204 | 0.57 | 0.33 | 0 | 0.2 | 214.66 | 0.53 | 0.57 |
| Hex | 58 | 89 | CC | 39 | 21 | 0 | 14 | D7 | 35 | 39 |
| Octal | 130 | 211 | 314 | 71 | 41 | 0 | 24 | 327 | 65 | 71 |
| Binary | 1011000 | 10001001 | 11001100 | 111001 | 100001 | 0 | 10100 | 11010111 | 110101 | 111001 |
Color Harmonies of #5889CC
Complementary color
Monochromatic Colors of #5889CC
Black with #5889CC
Text Example
Text Example
White with #5889CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5889CC; }
p { color: rgb(88,137,204); }
H1.HeaderClassName
{
color: #5889CC;
}
.AnyTagClassName
{
color: #5889CC;
}
</style>
background-color css
<style>
a { background-color: #5889CC; }
a { background-color: rgb(88,137,204); }
div.DivClassName
{
background-color: #5889CC;
}
.BgClassName
{
background-color: #5889CC;
}
</style>
border-color css
<style>
span { border-color: #5889CC; }
span { border-color: rgb(88,137,204); }
td.TdClassName
{
border-color: #5889CC;
}
.TagClassName
{
border-color: #5889CC;
}
</style>