Shades of Havelock Blue #5288DB
Tints of Havelock Blue #5288DB
RGB
CMYK
RGB Variations
Color information
#5288DB (or 0x5288DB) is known color: Havelock Blue. HEX triplet: 52, 88 and DB. RGB value is (82,136,219). Sum of RGB (Red+Green+Blue) = 82+136+219=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5288DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288DB is #AD7724. Grayscale: #808080. Windows color (decimal): -11368229 or 14387282. OLE color: 14387282.
HSL color Cylindrical-coordinate representation of color #5288DB: hue angle of 216.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5288DB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 136 | 219 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.14 |
| HSL | 216.35º | 0.66% | 0.59% | - |
| HSV(B) | 216.35º | 0.63% | 0.86% | - |
| XYZ | 25.07 | 24.52 | 70.43 | - |
| YUV | 129.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 219 | 0.63 | 0.38 | 0 | 0.14 | 216.35 | 0.66 | 0.59 |
| Hex | 52 | 88 | DB | 3F | 26 | 0 | E | D8 | 42 | 3B |
| Octal | 122 | 210 | 333 | 77 | 46 | 0 | 16 | 330 | 102 | 73 |
| Binary | 1010010 | 10001000 | 11011011 | 111111 | 100110 | 0 | 1110 | 11011000 | 1000010 | 111011 |
Color Harmonies of #5288DB
Complementary color
Monochromatic Colors of #5288DB
Black with #5288DB
Text Example
Text Example
White with #5288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5288DB; }
p { color: rgb(82,136,219); }
H1.HeaderClassName
{
color: #5288DB;
}
.AnyTagClassName
{
color: #5288DB;
}
</style>
background-color css
<style>
a { background-color: #5288DB; }
a { background-color: rgb(82,136,219); }
div.DivClassName
{
background-color: #5288DB;
}
.BgClassName
{
background-color: #5288DB;
}
</style>
border-color css
<style>
span { border-color: #5288DB; }
span { border-color: rgb(82,136,219); }
td.TdClassName
{
border-color: #5288DB;
}
.TagClassName
{
border-color: #5288DB;
}
</style>