#528BC2

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

Shades of Danube #528BC2

Tints of Danube #528BC2

Color information

#528BC2 (or 0x528BC2) is unknown color: approx Danube. HEX triplet: 52, 8B and C2. RGB value is (82,139,194). Sum of RGB (Red+Green+Blue) = 82+139+194=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #528BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BC2 is #AD743D. Grayscale: #7F7F7F. Windows color (decimal): -11367486 or 12749650. OLE color: 12749650.

HSL color Cylindrical-coordinate representation of color #528BC2: hue angle of 209.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528BC2 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82139194-
CMYK0.580.2800.24
HSL209.46º47.86%54.12%-
HSV(B)209.46º57.73%76.08%-
XYZ22.4524.1554.52-
YUV128.23165.1295.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=19.76%
G=33.49%
B=46.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821391940.580.2800.24209.4647.8654.12
Hex528BC23A1C018d13036
Octal12221330272340303216066
Binary101001010001011110000101110101110001100011010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,194); }

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

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

 a { background-color: rgb(82,139,194); }

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

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

 span { border-color: rgb(82,139,194); }

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