#59A486

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

Shades of Patina #59A486

Tints of Patina #59A486

Color information

#59A486 (or 0x59A486) is unknown color: approx Patina. HEX triplet: 59, A4 and 86. RGB value is (89,164,134). Sum of RGB (Red+Green+Blue) = 89+164+134=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #59A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A486 is #A65B79. Grayscale: #8A8A8A. Windows color (decimal): -10902394 or 8823897. OLE color: 8823897.

HSL color Cylindrical-coordinate representation of color #59A486: hue angle of 156º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A486 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB89164134-
CMYK0.4600.180.36
HSL156º29.64%49.61%-
HSV(B)156º45.73%64.31%-
XYZ21.730.427.28-
YUV138.16125.6592.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=23.00%
G=42.38%
B=34.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641340.4600.180.3615629.6449.61
Hex59A4862E012249c1e32
Octal13124420656022442343662
Binary101100110100100100001101011100100101001001001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A486; }

 p { color: rgb(89,164,134); }

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

<style>
 a { background-color: #59A486; }

 a { background-color: rgb(89,164,134); }

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

<style>
 span { border-color: #59A486; }

 span { border-color: rgb(89,164,134); }

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