#528ECC

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

Shades of Danube #528ECC

Tints of Danube #528ECC

Color information

#528ECC (or 0x528ECC) is unknown color: approx Danube. HEX triplet: 52, 8E and CC. RGB value is (82,142,204). Sum of RGB (Red+Green+Blue) = 82+142+204=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #528ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ECC is #AD7133. Grayscale: #828282. Windows color (decimal): -11366708 or 13405778. OLE color: 13405778.

HSL color Cylindrical-coordinate representation of color #528ECC: hue angle of 210.49º 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 #528ECC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82142204-
CMYK0.600.3000.2
HSL210.49º54.46%56.08%-
HSV(B)210.49º59.8%80%-
XYZ24.0525.560.78-
YUV131.13169.1292.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.16%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=19.16%
G=33.18%
B=47.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821422040.600.3000.2210.4954.4656.08
Hex528ECC3C1E014d23638
Octal12221631474360243226670
Binary101001010001110110011001111001111001010011010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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