Shades of Havelock Blue #528CCD
Tints of Havelock Blue #528CCD
RGB
CMYK
RGB Variations
Color information
#528CCD (or 0x528CCD) is known color: Havelock Blue. HEX triplet: 52, 8C and CD. RGB value is (82,140,205). Sum of RGB (Red+Green+Blue) = 82+140+205=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #528CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCD is #AD7332. Grayscale: #818181. Windows color (decimal): -11367219 or 13470802. OLE color: 13470802.
HSL color Cylindrical-coordinate representation of color #528CCD: hue angle of 211.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528CCD is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 140 | 205 | - |
| CMYK | 0.6 | 0.32 | 0 | 0.20 |
| HSL | 211.71º | 0.55% | 0.56% | - |
| HSV(B) | 211.71º | 0.6% | 0.8% | - |
| XYZ | 23.88 | 24.96 | 61.32 | - |
| YUV | 130.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 205 | 0.6 | 0.32 | 0 | 0.20 | 211.71 | 0.55 | 0.56 |
| Hex | 52 | 8C | CD | 3C | 20 | 0 | 14 | D4 | 37 | 38 |
| Octal | 122 | 214 | 315 | 74 | 40 | 0 | 24 | 324 | 67 | 70 |
| Binary | 1010010 | 10001100 | 11001101 | 111100 | 100000 | 0 | 10100 | 11010100 | 110111 | 111000 |
Color Harmonies of #528CCD
Complementary color
Monochromatic Colors of #528CCD
Black with #528CCD
Text Example
Text Example
White with #528CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CCD; }
p { color: rgb(82,140,205); }
H1.HeaderClassName
{
color: #528CCD;
}
.AnyTagClassName
{
color: #528CCD;
}
</style>
background-color css
<style>
a { background-color: #528CCD; }
a { background-color: rgb(82,140,205); }
div.DivClassName
{
background-color: #528CCD;
}
.BgClassName
{
background-color: #528CCD;
}
</style>
border-color css
<style>
span { border-color: #528CCD; }
span { border-color: rgb(82,140,205); }
td.TdClassName
{
border-color: #528CCD;
}
.TagClassName
{
border-color: #528CCD;
}
</style>