Shades of Havelock Blue #5286CC
Tints of Havelock Blue #5286CC
RGB
CMYK
RGB Variations
Color information
#5286CC (or 0x5286CC) is known color: Havelock Blue. HEX triplet: 52, 86 and CC. RGB value is (82,134,204). Sum of RGB (Red+Green+Blue) = 82+134+204=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5286CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5286CC is #AD7933. Grayscale: #7E7E7E. Windows color (decimal): -11368756 or 13403730. OLE color: 13403730.
HSL color Cylindrical-coordinate representation of color #5286CC: hue angle of 214.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5286CC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 134 | 204 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.2 |
| HSL | 214.43º | 0.54% | 0.56% | - |
| HSV(B) | 214.43º | 0.6% | 0.8% | - |
| XYZ | 22.9 | 23.2 | 60.4 | - |
| YUV | 126.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 204 | 0.60 | 0.34 | 0 | 0.2 | 214.43 | 0.54 | 0.56 |
| Hex | 52 | 86 | CC | 3C | 22 | 0 | 14 | D6 | 36 | 38 |
| Octal | 122 | 206 | 314 | 74 | 42 | 0 | 24 | 326 | 66 | 70 |
| Binary | 1010010 | 10000110 | 11001100 | 111100 | 100010 | 0 | 10100 | 11010110 | 110110 | 111000 |
Color Harmonies of #5286CC
Complementary color
Monochromatic Colors of #5286CC
Black with #5286CC
Text Example
Text Example
White with #5286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5286CC; }
p { color: rgb(82,134,204); }
H1.HeaderClassName
{
color: #5286CC;
}
.AnyTagClassName
{
color: #5286CC;
}
</style>
background-color css
<style>
a { background-color: #5286CC; }
a { background-color: rgb(82,134,204); }
div.DivClassName
{
background-color: #5286CC;
}
.BgClassName
{
background-color: #5286CC;
}
</style>
border-color css
<style>
span { border-color: #5286CC; }
span { border-color: rgb(82,134,204); }
td.TdClassName
{
border-color: #5286CC;
}
.TagClassName
{
border-color: #5286CC;
}
</style>