#528dc0

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

Shades of Danube #528DC0

Tints of Danube #528DC0

Color information

#528DC0 (or 0x528DC0) is unknown color: approx Danube. HEX triplet: 52, 8D and C0. RGB value is (82,141,192). Sum of RGB (Red+Green+Blue) = 82+141+192=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #528DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DC0 is #AD723F. Grayscale: #808080. Windows color (decimal): -11366976 or 12619090. OLE color: 12619090.

HSL color Cylindrical-coordinate representation of color #528DC0: hue angle of 207.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528DC0 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82141192-
CMYK0.570.2700.25
HSL207.82º46.61%53.73%-
HSV(B)207.82º57.29%75.29%-
XYZ22.5224.6553.44-
YUV129.17163.4594.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=19.76%
G=33.98%
B=46.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821411920.570.2700.25207.8246.6153.73
Hex528DC0391B019d02f36
Octal12221530071330313205766
Binary101001010001101110000001110011101101100111010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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