Shades of Havelock Blue #528AD0
Tints of Havelock Blue #528AD0
RGB
CMYK
RGB Variations
Color information
#528AD0 (or 0x528AD0) is known color: Havelock Blue. HEX triplet: 52, 8A and D0. RGB value is (82,138,208). Sum of RGB (Red+Green+Blue) = 82+138+208=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #528AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AD0 is #AD752F. Grayscale: #808080. Windows color (decimal): -11367728 or 13666898. OLE color: 13666898.
HSL color Cylindrical-coordinate representation of color #528AD0: hue angle of 213.33º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528AD0 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 138 | 208 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.18 |
| HSL | 213.33º | 0.57% | 0.57% | - |
| HSV(B) | 213.33º | 0.61% | 0.82% | - |
| XYZ | 23.95 | 24.52 | 63.15 | - |
| YUV | 129.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 208 | 0.61 | 0.34 | 0 | 0.18 | 213.33 | 0.57 | 0.57 |
| Hex | 52 | 8A | D0 | 3D | 22 | 0 | 12 | D5 | 39 | 39 |
| Octal | 122 | 212 | 320 | 75 | 42 | 0 | 22 | 325 | 71 | 71 |
| Binary | 1010010 | 10001010 | 11010000 | 111101 | 100010 | 0 | 10010 | 11010101 | 111001 | 111001 |
Color Harmonies of #528AD0
Complementary color
Monochromatic Colors of #528AD0
Black with #528AD0
Text Example
Text Example
White with #528AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AD0; }
p { color: rgb(82,138,208); }
H1.HeaderClassName
{
color: #528AD0;
}
.AnyTagClassName
{
color: #528AD0;
}
</style>
background-color css
<style>
a { background-color: #528AD0; }
a { background-color: rgb(82,138,208); }
div.DivClassName
{
background-color: #528AD0;
}
.BgClassName
{
background-color: #528AD0;
}
</style>
border-color css
<style>
span { border-color: #528AD0; }
span { border-color: rgb(82,138,208); }
td.TdClassName
{
border-color: #528AD0;
}
.TagClassName
{
border-color: #528AD0;
}
</style>