#528ECA

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

Shades of Danube #528ECA

Tints of Danube #528ECA

Color information

#528ECA (or 0x528ECA) is unknown color: approx Danube. HEX triplet: 52, 8E and CA. RGB value is (82,142,202). Sum of RGB (Red+Green+Blue) = 82+142+202=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #528ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ECA is #AD7135. Grayscale: #828282. Windows color (decimal): -11366710 or 13274706. OLE color: 13274706.

HSL color Cylindrical-coordinate representation of color #528ECA: hue angle of 210º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528ECA is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82142202-
CMYK0.590.3000.21
HSL210º53.1%55.69%-
HSV(B)210º59.41%79.22%-
XYZ23.8125.459.53-
YUV130.9168.1293.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=19.25%
G=33.33%
B=47.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821422020.590.3000.2121053.155.69
Hex528ECA3B1E015d23538
Octal12221631273360253226570
Binary101001010001110110010101110111111001010111010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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