#528DC6

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

Shades of Danube #528DC6

Tints of Danube #528DC6

Color information

#528DC6 (or 0x528DC6) is unknown color: approx Danube. HEX triplet: 52, 8D and C6. RGB value is (82,141,198). Sum of RGB (Red+Green+Blue) = 82+141+198=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #528DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DC6 is #AD7239. Grayscale: #818181. Windows color (decimal): -11366970 or 13012306. OLE color: 13012306.

HSL color Cylindrical-coordinate representation of color #528DC6: hue angle of 209.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528DC6 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82141198-
CMYK0.590.2900.22
HSL209.48º50.43%54.9%-
HSV(B)209.48º58.59%77.65%-
XYZ23.224.9257.01-
YUV129.86166.4593.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=19.48%
G=33.49%
B=47.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821411980.590.2900.22209.4850.4354.9
Hex528DC63B1D016d13237
Octal12221530673350263216267
Binary101001010001101110001101110111110101011011010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,198); }

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

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

 a { background-color: rgb(82,141,198); }

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

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

 span { border-color: rgb(82,141,198); }

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