#59A589

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

Shades of Patina #59A589

Tints of Patina #59A589

Color information

#59A589 (or 0x59A589) is unknown color: approx Patina. HEX triplet: 59, A5 and 89. RGB value is (89,165,137). Sum of RGB (Red+Green+Blue) = 89+165+137=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #59A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A589 is #A65A76. Grayscale: #8B8B8B. Windows color (decimal): -10902135 or 9020761. OLE color: 9020761.

HSL color Cylindrical-coordinate representation of color #59A589: hue angle of 157.89º 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 #59A589 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB89165137-
CMYK0.4600.170.35
HSL157.89º29.92%49.8%-
HSV(B)157.89º46.06%64.71%-
XYZ22.0930.8428.46-
YUV139.08126.8292.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=22.76%
G=42.20%
B=35.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651370.4600.170.35157.8929.9249.8
Hex59A5892E011239e1e32
Octal13124521156021432363662
Binary101100110100101100010011011100100011000111001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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