#528DBC

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

Shades of Danube #528DBC

Tints of Danube #528DBC

Color information

#528DBC (or 0x528DBC) is unknown color: approx Danube. HEX triplet: 52, 8D and BC. RGB value is (82,141,188). Sum of RGB (Red+Green+Blue) = 82+141+188=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #528DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DBC is #AD7243. Grayscale: #808080. Windows color (decimal): -11366980 or 12356946. OLE color: 12356946.

HSL color Cylindrical-coordinate representation of color #528DBC: hue angle of 206.6º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528DBC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82141188-
CMYK0.560.2500.26
HSL206.6º44.17%52.94%-
HSV(B)206.6º56.38%73.73%-
XYZ22.0824.4751.14-
YUV128.72161.4594.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=19.95%
G=34.31%
B=45.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821411880.560.2500.26206.644.1752.94
Hex528DBC381901Acf2c35
Octal12221527470310323175465
Binary101001010001101101111001110001100101101011001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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