#528DBE

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

Shades of Danube #528DBE

Tints of Danube #528DBE

Color information

#528DBE (or 0x528DBE) is unknown color: approx Danube. HEX triplet: 52, 8D and BE. RGB value is (82,141,190). Sum of RGB (Red+Green+Blue) = 82+141+190=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #528DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DBE is #AD7241. Grayscale: #808080. Windows color (decimal): -11366978 or 12488018. OLE color: 12488018.

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

Color convert

RGB82141190-
CMYK0.570.2600.25
HSL207.22º45.38%53.33%-
HSV(B)207.22º56.84%74.51%-
XYZ22.324.5652.28-
YUV128.94162.4594.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=19.85%
G=34.14%
B=46.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821411900.570.2600.25207.2245.3853.33
Hex528DBE391A019cf2d35
Octal12221527671320313175565
Binary101001010001101101111101110011101001100111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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