Shades of Havelock Blue #5883DB
Tints of Havelock Blue #5883DB
RGB
CMYK
RGB Variations
Color information
#5883DB (or 0x5883DB) is known color: Havelock Blue. HEX triplet: 58, 83 and DB. RGB value is (88,131,219). Sum of RGB (Red+Green+Blue) = 88+131+219=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5883DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883DB is #A77C24. Grayscale: #7F7F7F. Windows color (decimal): -10976293 or 14386008. OLE color: 14386008.
HSL color Cylindrical-coordinate representation of color #5883DB: hue angle of 220.31º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5883DB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 131 | 219 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.14 |
| HSL | 220.31º | 0.65% | 0.6% | - |
| HSV(B) | 220.31º | 0.6% | 0.86% | - |
| XYZ | 24.93 | 23.42 | 70.22 | - |
| YUV | 128.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 219 | 0.60 | 0.40 | 0 | 0.14 | 220.31 | 0.65 | 0.6 |
| Hex | 58 | 83 | DB | 3C | 28 | 0 | E | DC | 41 | 3C |
| Octal | 130 | 203 | 333 | 74 | 50 | 0 | 16 | 334 | 101 | 74 |
| Binary | 1011000 | 10000011 | 11011011 | 111100 | 101000 | 0 | 1110 | 11011100 | 1000001 | 111100 |
Color Harmonies of #5883DB
Complementary color
Monochromatic Colors of #5883DB
Black with #5883DB
Text Example
Text Example
White with #5883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883DB; }
p { color: rgb(88,131,219); }
H1.HeaderClassName
{
color: #5883DB;
}
.AnyTagClassName
{
color: #5883DB;
}
</style>
background-color css
<style>
a { background-color: #5883DB; }
a { background-color: rgb(88,131,219); }
div.DivClassName
{
background-color: #5883DB;
}
.BgClassName
{
background-color: #5883DB;
}
</style>
border-color css
<style>
span { border-color: #5883DB; }
span { border-color: rgb(88,131,219); }
td.TdClassName
{
border-color: #5883DB;
}
.TagClassName
{
border-color: #5883DB;
}
</style>