#59A586

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

Shades of Patina #59A586

Tints of Patina #59A586

Color information

#59A586 (or 0x59A586) is unknown color: approx Patina. HEX triplet: 59, A5 and 86. RGB value is (89,165,134). Sum of RGB (Red+Green+Blue) = 89+165+134=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #59A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A586 is #A65A79. Grayscale: #8A8A8A. Windows color (decimal): -10902138 or 8824153. OLE color: 8824153.

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

Color convert

RGB89165134-
CMYK0.4600.190.35
HSL155.53º29.92%49.8%-
HSV(B)155.53º46.06%64.71%-
XYZ21.8830.7627.34-
YUV138.74125.3292.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=22.94%
G=42.53%
B=34.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651340.4600.190.35155.5329.9249.8
Hex59A5862E013239c1e32
Octal13124520656023432343662
Binary101100110100101100001101011100100111000111001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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