#59A588

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

Shades of Patina #59A588

Tints of Patina #59A588

Color information

#59A588 (or 0x59A588) is unknown color: approx Patina. HEX triplet: 59, A5 and 88. RGB value is (89,165,136). Sum of RGB (Red+Green+Blue) = 89+165+136=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #59A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A588 is #A65A77. Grayscale: #8B8B8B. Windows color (decimal): -10902136 or 8955225. OLE color: 8955225.

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

Color convert

RGB89165136-
CMYK0.4600.180.35
HSL157.11º29.92%49.8%-
HSV(B)157.11º46.06%64.71%-
XYZ22.0230.8128.08-
YUV138.97126.3292.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=22.82%
G=42.31%
B=34.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651360.4600.180.35157.1129.9249.8
Hex59A5882E012239d1e32
Octal13124521056022432353662
Binary101100110100101100010001011100100101000111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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