#529D85

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

Shades of Patina #529D85

Tints of Patina #529D85

Color information

#529D85 (or 0x529D85) is unknown color: approx Patina. HEX triplet: 52, 9D and 85. RGB value is (82,157,133). Sum of RGB (Red+Green+Blue) = 82+157+133=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #529D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D85 is #AD627A. Grayscale: #838383. Windows color (decimal): -11362939 or 8756562. OLE color: 8756562.

HSL color Cylindrical-coordinate representation of color #529D85: hue angle of 160.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D85 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB82157133-
CMYK0.4800.150.38
HSL160.8º31.38%46.86%-
HSV(B)160.8º47.77%61.57%-
XYZ19.7727.626.48-
YUV131.84128.6592.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=22.04%
G=42.20%
B=35.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571330.4800.150.38160.831.3846.86
Hex529D85300F26a11f2f
Octal12223520560017462413757
Binary10100101001110110000101110000011111001101010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,133); }

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

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

 a { background-color: rgb(82,157,133); }

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

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

 span { border-color: rgb(82,157,133); }

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