#528ED2

Color #528ED2 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #528ED2

Tints of Havelock Blue #528ED2

Color information

#528ED2 (or 0x528ED2) is unknown color: approx Havelock Blue. HEX triplet: 52, 8E and D2. RGB value is (82,142,210). Sum of RGB (Red+Green+Blue) = 82+142+210=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #528ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ED2 is #AD712D. Grayscale: #838383. Windows color (decimal): -11366702 or 13798994. OLE color: 13798994.

HSL color Cylindrical-coordinate representation of color #528ED2: hue angle of 211.88º degrees, saturation: 0.59, 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 #528ED2 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82142210-
CMYK0.610.3200.18
HSL211.88º58.72%57.25%-
HSV(B)211.88º60.95%82.35%-
XYZ24.7925.7964.64-
YUV131.81172.1292.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 210 (82.42% from 255) = 48.39%
R=18.89%
G=32.72%
B=48.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821422100.610.3200.18211.8858.7257.25
Hex528ED23D20012d43b39
Octal12221632275400223247371
Binary1010010100011101101001011110110000001001011010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528ED2; }

 p { color: rgb(82,142,210); }

 H1.HeaderClassName
 {
   color: #528ED2;
 }
 .AnyTagClassName
 {
   color: #528ED2;
 }
</style>
background-color css

<style>
 a { background-color: #528ED2; }

 a { background-color: rgb(82,142,210); }

 div.DivClassName
 {
   background-color: #528ED2;
 }
 .BgClassName
 {
   background-color: #528ED2;
 }
</style>
border-color css

<style>
 span { border-color: #528ED2; }

 span { border-color: rgb(82,142,210); }

 td.TdClassName
 {
   border-color: #528ED2;
 }
 .TagClassName
 {
   border-color: #528ED2;
 }
</style>