Shades of Havelock Blue #528ED3
Tints of Havelock Blue #528ED3
RGB
CMYK
RGB Variations
Color information
#528ED3 (or 0x528ED3) is known color: Havelock Blue. HEX triplet: 52, 8E and D3. RGB value is (82,142,211). Sum of RGB (Red+Green+Blue) = 82+142+211=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #528ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ED3 is #AD712C. Grayscale: #838383. Windows color (decimal): -11366701 or 13864530. OLE color: 13864530.
HSL color Cylindrical-coordinate representation of color #528ED3: hue angle of 212.09º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528ED3 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 142 | 211 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.17 |
| HSL | 212.09º | 0.59% | 0.57% | - |
| HSV(B) | 212.09º | 0.61% | 0.83% | - |
| XYZ | 24.91 | 25.84 | 65.3 | - |
| YUV | 131.93 | 172.62 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 211 | 0.61 | 0.33 | 0 | 0.17 | 212.09 | 0.59 | 0.57 |
| Hex | 52 | 8E | D3 | 3D | 21 | 0 | 11 | D4 | 3B | 39 |
| Octal | 122 | 216 | 323 | 75 | 41 | 0 | 21 | 324 | 73 | 71 |
| Binary | 1010010 | 10001110 | 11010011 | 111101 | 100001 | 0 | 10001 | 11010100 | 111011 | 111001 |
Color Harmonies of #528ED3
Complementary color
Monochromatic Colors of #528ED3
Black with #528ED3
Text Example
Text Example
White with #528ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528ED3; }
p { color: rgb(82,142,211); }
H1.HeaderClassName
{
color: #528ED3;
}
.AnyTagClassName
{
color: #528ED3;
}
</style>
background-color css
<style>
a { background-color: #528ED3; }
a { background-color: rgb(82,142,211); }
div.DivClassName
{
background-color: #528ED3;
}
.BgClassName
{
background-color: #528ED3;
}
</style>
border-color css
<style>
span { border-color: #528ED3; }
span { border-color: rgb(82,142,211); }
td.TdClassName
{
border-color: #528ED3;
}
.TagClassName
{
border-color: #528ED3;
}
</style>