#59A58A

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

Shades of Patina #59A58A

Tints of Patina #59A58A

Color information

#59A58A (or 0x59A58A) is unknown color: approx Patina. HEX triplet: 59, A5 and 8A. RGB value is (89,165,138). Sum of RGB (Red+Green+Blue) = 89+165+138=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #59A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A58A is #A65A75. Grayscale: #8B8B8B. Windows color (decimal): -10902134 or 9086297. OLE color: 9086297.

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

Color convert

RGB89165138-
CMYK0.4600.160.35
HSL158.68º29.92%49.8%-
HSV(B)158.68º46.06%64.71%-
XYZ22.1630.8728.84-
YUV139.2127.3292.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=22.70%
G=42.09%
B=35.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651380.4600.160.35158.6829.9249.8
Hex59A58A2E010239f1e32
Octal13124521256020432373662
Binary101100110100101100010101011100100001000111001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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