Shades of Havelock Blue #528CCC
Tints of Havelock Blue #528CCC
RGB
CMYK
RGB Variations
Color information
#528CCC (or 0x528CCC) is known color: Havelock Blue. HEX triplet: 52, 8C and CC. RGB value is (82,140,204). Sum of RGB (Red+Green+Blue) = 82+140+204=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #528CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCC is #AD7333. Grayscale: #818181. Windows color (decimal): -11367220 or 13405266. OLE color: 13405266.
HSL color Cylindrical-coordinate representation of color #528CCC: hue angle of 211.48º degrees, saturation: 0.54, 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 #528CCC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 140 | 204 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.2 |
| HSL | 211.48º | 0.54% | 0.56% | - |
| HSV(B) | 211.48º | 0.6% | 0.8% | - |
| XYZ | 23.76 | 24.91 | 60.68 | - |
| YUV | 129.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 204 | 0.60 | 0.31 | 0 | 0.2 | 211.48 | 0.54 | 0.56 |
| Hex | 52 | 8C | CC | 3C | 1F | 0 | 14 | D3 | 36 | 38 |
| Octal | 122 | 214 | 314 | 74 | 37 | 0 | 24 | 323 | 66 | 70 |
| Binary | 1010010 | 10001100 | 11001100 | 111100 | 11111 | 0 | 10100 | 11010011 | 110110 | 111000 |
Color Harmonies of #528CCC
Complementary color
Monochromatic Colors of #528CCC
Black with #528CCC
Text Example
Text Example
White with #528CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CCC; }
p { color: rgb(82,140,204); }
H1.HeaderClassName
{
color: #528CCC;
}
.AnyTagClassName
{
color: #528CCC;
}
</style>
background-color css
<style>
a { background-color: #528CCC; }
a { background-color: rgb(82,140,204); }
div.DivClassName
{
background-color: #528CCC;
}
.BgClassName
{
background-color: #528CCC;
}
</style>
border-color css
<style>
span { border-color: #528CCC; }
span { border-color: rgb(82,140,204); }
td.TdClassName
{
border-color: #528CCC;
}
.TagClassName
{
border-color: #528CCC;
}
</style>