#529f82

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

Shades of Patina #529F82

Tints of Patina #529F82

Color information

#529F82 (or 0x529F82) is unknown color: approx Patina. HEX triplet: 52, 9F and 82. RGB value is (82,159,130). Sum of RGB (Red+Green+Blue) = 82+159+130=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #529F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F82 is #AD607D. Grayscale: #848484. Windows color (decimal): -11362430 or 8560466. OLE color: 8560466.

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

Color convert

RGB82159130-
CMYK0.4800.180.38
HSL157.4º31.95%47.25%-
HSV(B)157.4º48.43%62.35%-
XYZ19.9128.225.51-
YUV132.67126.4991.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=22.10%
G=42.86%
B=35.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591300.4800.180.38157.431.9547.25
Hex529F8230012269d202f
Octal12223720260022462354057
Binary1010010100111111000001011000001001010011010011101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,130); }

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

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

 a { background-color: rgb(82,159,130); }

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

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

 span { border-color: rgb(82,159,130); }

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