Shades of Havelock Blue #528ED5
Tints of Havelock Blue #528ED5
RGB
CMYK
RGB Variations
Color information
#528ED5 (or 0x528ED5) is known color: Havelock Blue. HEX triplet: 52, 8E and D5. RGB value is (82,142,213). Sum of RGB (Red+Green+Blue) = 82+142+213=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #528ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ED5 is #AD712A. Grayscale: #838383. Windows color (decimal): -11366699 or 13995602. OLE color: 13995602.
HSL color Cylindrical-coordinate representation of color #528ED5: hue angle of 212.52º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528ED5 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 142 | 213 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.16 |
| HSL | 212.52º | 0.61% | 0.58% | - |
| HSV(B) | 212.52º | 0.62% | 0.84% | - |
| XYZ | 25.16 | 25.94 | 66.63 | - |
| YUV | 132.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 213 | 0.62 | 0.33 | 0 | 0.16 | 212.52 | 0.61 | 0.58 |
| Hex | 52 | 8E | D5 | 3E | 21 | 0 | 10 | D5 | 3D | 3A |
| Octal | 122 | 216 | 325 | 76 | 41 | 0 | 20 | 325 | 75 | 72 |
| Binary | 1010010 | 10001110 | 11010101 | 111110 | 100001 | 0 | 10000 | 11010101 | 111101 | 111010 |
Color Harmonies of #528ED5
Complementary color
Monochromatic Colors of #528ED5
Black with #528ED5
Text Example
Text Example
White with #528ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528ED5; }
p { color: rgb(82,142,213); }
H1.HeaderClassName
{
color: #528ED5;
}
.AnyTagClassName
{
color: #528ED5;
}
</style>
background-color css
<style>
a { background-color: #528ED5; }
a { background-color: rgb(82,142,213); }
div.DivClassName
{
background-color: #528ED5;
}
.BgClassName
{
background-color: #528ED5;
}
</style>
border-color css
<style>
span { border-color: #528ED5; }
span { border-color: rgb(82,142,213); }
td.TdClassName
{
border-color: #528ED5;
}
.TagClassName
{
border-color: #528ED5;
}
</style>