#529F87

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

Shades of Patina #529F87

Tints of Patina #529F87

Color information

#529F87 (or 0x529F87) is unknown color: approx Patina. HEX triplet: 52, 9F and 87. RGB value is (82,159,135). Sum of RGB (Red+Green+Blue) = 82+159+135=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #529F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F87 is #AD6078. Grayscale: #858585. Windows color (decimal): -11362425 or 8888146. OLE color: 8888146.

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

Color convert

RGB82159135-
CMYK0.4800.150.38
HSL161.3º31.95%47.25%-
HSV(B)161.3º48.43%62.35%-
XYZ20.2528.3427.32-
YUV133.24128.9991.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=21.81%
G=42.29%
B=35.90%

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
Decimal821591350.4800.150.38161.331.9547.25
Hex529F87300F26a1202f
Octal12223720760017462414057
Binary101001010011111100001111100000111110011010100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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