Shades of Havelock Blue #5284BA
Tints of Havelock Blue #5284BA
RGB
CMYK
RGB Variations
Color information
#5284BA (or 0x5284BA) is known color: Havelock Blue. HEX triplet: 52, 84 and BA. RGB value is (82,132,186). Sum of RGB (Red+Green+Blue) = 82+132+186=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #5284BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5284BA is #AD7B45. Grayscale: #7A7A7A. Windows color (decimal): -11369286 or 12223570. OLE color: 12223570.
HSL color Cylindrical-coordinate representation of color #5284BA: hue angle of 211.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5284BA is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 132 | 186 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.27 |
| HSL | 211.15º | 0.43% | 0.53% | - |
| HSV(B) | 211.15º | 0.56% | 0.73% | - |
| XYZ | 20.59 | 21.84 | 49.58 | - |
| YUV | 123.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 186 | 0.56 | 0.29 | 0 | 0.27 | 211.15 | 0.43 | 0.53 |
| Hex | 52 | 84 | BA | 38 | 1D | 0 | 1B | D3 | 2B | 35 |
| Octal | 122 | 204 | 272 | 70 | 35 | 0 | 33 | 323 | 53 | 65 |
| Binary | 1010010 | 10000100 | 10111010 | 111000 | 11101 | 0 | 11011 | 11010011 | 101011 | 110101 |
Color Harmonies of #5284BA
Complementary color
Monochromatic Colors of #5284BA
Black with #5284BA
Text Example
Text Example
White with #5284BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5284BA; }
p { color: rgb(82,132,186); }
H1.HeaderClassName
{
color: #5284BA;
}
.AnyTagClassName
{
color: #5284BA;
}
</style>
background-color css
<style>
a { background-color: #5284BA; }
a { background-color: rgb(82,132,186); }
div.DivClassName
{
background-color: #5284BA;
}
.BgClassName
{
background-color: #5284BA;
}
</style>
border-color css
<style>
span { border-color: #5284BA; }
span { border-color: rgb(82,132,186); }
td.TdClassName
{
border-color: #5284BA;
}
.TagClassName
{
border-color: #5284BA;
}
</style>