Shades of Havelock Blue #5286DC
Tints of Havelock Blue #5286DC
RGB
CMYK
RGB Variations
Color information
#5286DC (or 0x5286DC) is known color: Havelock Blue. HEX triplet: 52, 86 and DC. RGB value is (82,134,220). Sum of RGB (Red+Green+Blue) = 82+134+220=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #5286DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5286DC is #AD7923. Grayscale: #7F7F7F. Windows color (decimal): -11368740 or 14452306. OLE color: 14452306.
HSL color Cylindrical-coordinate representation of color #5286DC: hue angle of 217.39º 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 #5286DC is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 134 | 220 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.14 |
| HSL | 217.39º | 0.66% | 0.59% | - |
| HSV(B) | 217.39º | 0.63% | 0.86% | - |
| XYZ | 24.92 | 24.01 | 71.03 | - |
| YUV | 128.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 220 | 0.63 | 0.39 | 0 | 0.14 | 217.39 | 0.66 | 0.59 |
| Hex | 52 | 86 | DC | 3F | 27 | 0 | E | D9 | 42 | 3B |
| Octal | 122 | 206 | 334 | 77 | 47 | 0 | 16 | 331 | 102 | 73 |
| Binary | 1010010 | 10000110 | 11011100 | 111111 | 100111 | 0 | 1110 | 11011001 | 1000010 | 111011 |
Color Harmonies of #5286DC
Complementary color
Monochromatic Colors of #5286DC
Black with #5286DC
Text Example
Text Example
White with #5286DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5286DC; }
p { color: rgb(82,134,220); }
H1.HeaderClassName
{
color: #5286DC;
}
.AnyTagClassName
{
color: #5286DC;
}
</style>
background-color css
<style>
a { background-color: #5286DC; }
a { background-color: rgb(82,134,220); }
div.DivClassName
{
background-color: #5286DC;
}
.BgClassName
{
background-color: #5286DC;
}
</style>
border-color css
<style>
span { border-color: #5286DC; }
span { border-color: rgb(82,134,220); }
td.TdClassName
{
border-color: #5286DC;
}
.TagClassName
{
border-color: #5286DC;
}
</style>