Shades of Havelock Blue #528ED4
Tints of Havelock Blue #528ED4
RGB
CMYK
RGB Variations
Color information
#528ED4 (or 0x528ED4) is known color: Havelock Blue. HEX triplet: 52, 8E and D4. RGB value is (82,142,212). Sum of RGB (Red+Green+Blue) = 82+142+212=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #528ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ED4 is #AD712B. Grayscale: #838383. Windows color (decimal): -11366700 or 13930066. OLE color: 13930066.
HSL color Cylindrical-coordinate representation of color #528ED4: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528ED4 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 142 | 212 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.17 |
| HSL | 212.31º | 0.6% | 0.58% | - |
| HSV(B) | 212.31º | 0.61% | 0.83% | - |
| XYZ | 25.04 | 25.89 | 65.97 | - |
| YUV | 132.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 212 | 0.61 | 0.33 | 0 | 0.17 | 212.31 | 0.6 | 0.58 |
| Hex | 52 | 8E | D4 | 3D | 21 | 0 | 11 | D4 | 3C | 3A |
| Octal | 122 | 216 | 324 | 75 | 41 | 0 | 21 | 324 | 74 | 72 |
| Binary | 1010010 | 10001110 | 11010100 | 111101 | 100001 | 0 | 10001 | 11010100 | 111100 | 111010 |
Color Harmonies of #528ED4
Complementary color
Monochromatic Colors of #528ED4
Black with #528ED4
Text Example
Text Example
White with #528ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528ED4; }
p { color: rgb(82,142,212); }
H1.HeaderClassName
{
color: #528ED4;
}
.AnyTagClassName
{
color: #528ED4;
}
</style>
background-color css
<style>
a { background-color: #528ED4; }
a { background-color: rgb(82,142,212); }
div.DivClassName
{
background-color: #528ED4;
}
.BgClassName
{
background-color: #528ED4;
}
</style>
border-color css
<style>
span { border-color: #528ED4; }
span { border-color: rgb(82,142,212); }
td.TdClassName
{
border-color: #528ED4;
}
.TagClassName
{
border-color: #528ED4;
}
</style>