Shades of Havelock Blue #528CCE
Tints of Havelock Blue #528CCE
RGB
CMYK
RGB Variations
Color information
#528CCE (or 0x528CCE) is known color: Havelock Blue. HEX triplet: 52, 8C and CE. RGB value is (82,140,206). Sum of RGB (Red+Green+Blue) = 82+140+206=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #528CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCE is #AD7331. Grayscale: #818181. Windows color (decimal): -11367218 or 13536338. OLE color: 13536338.
HSL color Cylindrical-coordinate representation of color #528CCE: hue angle of 211.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528CCE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 140 | 206 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.19 |
| HSL | 211.94º | 0.56% | 0.56% | - |
| HSV(B) | 211.94º | 0.6% | 0.81% | - |
| XYZ | 24 | 25.01 | 61.95 | - |
| YUV | 130.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 206 | 0.60 | 0.32 | 0 | 0.19 | 211.94 | 0.56 | 0.56 |
| Hex | 52 | 8C | CE | 3C | 20 | 0 | 13 | D4 | 38 | 38 |
| Octal | 122 | 214 | 316 | 74 | 40 | 0 | 23 | 324 | 70 | 70 |
| Binary | 1010010 | 10001100 | 11001110 | 111100 | 100000 | 0 | 10011 | 11010100 | 111000 | 111000 |
Color Harmonies of #528CCE
Complementary color
Monochromatic Colors of #528CCE
Black with #528CCE
Text Example
Text Example
White with #528CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CCE; }
p { color: rgb(82,140,206); }
H1.HeaderClassName
{
color: #528CCE;
}
.AnyTagClassName
{
color: #528CCE;
}
</style>
background-color css
<style>
a { background-color: #528CCE; }
a { background-color: rgb(82,140,206); }
div.DivClassName
{
background-color: #528CCE;
}
.BgClassName
{
background-color: #528CCE;
}
</style>
border-color css
<style>
span { border-color: #528CCE; }
span { border-color: rgb(82,140,206); }
td.TdClassName
{
border-color: #528CCE;
}
.TagClassName
{
border-color: #528CCE;
}
</style>