#529A80

Color #529A80 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #529A80

Tints of Patina #529A80

Color information

#529A80 (or 0x529A80) is unknown color: approx Patina. HEX triplet: 52, 9A and 80. RGB value is (82,154,128). Sum of RGB (Red+Green+Blue) = 82+154+128=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #529A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A80 is #AD657F. Grayscale: #818181. Windows color (decimal): -11363712 or 8428114. OLE color: 8428114.

HSL color Cylindrical-coordinate representation of color #529A80: hue angle of 158.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A80 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB82154128-
CMYK0.4700.170.40
HSL158.33º30.51%46.27%-
HSV(B)158.33º46.75%60.39%-
XYZ18.9326.4624.53-
YUV129.51127.1594.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=22.53%
G=42.31%
B=35.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541280.4700.170.40158.3330.5146.27
Hex529A802F011289e1f2e
Octal12223220057021502363756
Binary101001010011010100000001011110100011010001001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A80; }

 p { color: rgb(82,154,128); }

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

<style>
 a { background-color: #529A80; }

 a { background-color: rgb(82,154,128); }

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

<style>
 span { border-color: #529A80; }

 span { border-color: rgb(82,154,128); }

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