#528FCC

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

Shades of Danube #528FCC

Tints of Danube #528FCC

Color information

#528FCC (or 0x528FCC) is unknown color: approx Danube. HEX triplet: 52, 8F and CC. RGB value is (82,143,204). Sum of RGB (Red+Green+Blue) = 82+143+204=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #528FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FCC is #AD7033. Grayscale: #838383. Windows color (decimal): -11366452 or 13406034. OLE color: 13406034.

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

Color convert

RGB82143204-
CMYK0.600.3000.2
HSL210º54.46%56.08%-
HSV(B)210º59.8%80%-
XYZ24.225.860.83-
YUV131.71168.7992.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=19.11%
G=33.33%
B=47.55%

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
Decimal821432040.600.3000.221054.4656.08
Hex528FCC3C1E014d23638
Octal12221731474360243226670
Binary101001010001111110011001111001111001010011010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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