#529D84

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

Shades of Patina #529D84

Tints of Patina #529D84

Color information

#529D84 (or 0x529D84) is unknown color: approx Patina. HEX triplet: 52, 9D and 84. RGB value is (82,157,132). Sum of RGB (Red+Green+Blue) = 82+157+132=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #529D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D84 is #AD627B. Grayscale: #838383. Windows color (decimal): -11362940 or 8691026. OLE color: 8691026.

HSL color Cylindrical-coordinate representation of color #529D84: hue angle of 160º 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 #529D84 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB82157132-
CMYK0.4800.160.38
HSL160º31.38%46.86%-
HSV(B)160º47.77%61.57%-
XYZ19.727.5726.11-
YUV131.72128.1592.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=22.10%
G=42.32%
B=35.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571320.4800.160.3816031.3846.86
Hex529D843001026a01f2f
Octal12223520460020462403757
Binary101001010011101100001001100000100001001101010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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