#59A288

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

Shades of Patina #59A288

Tints of Patina #59A288

Color information

#59A288 (or 0x59A288) is unknown color: approx Patina. HEX triplet: 59, A2 and 88. RGB value is (89,162,136). Sum of RGB (Red+Green+Blue) = 89+162+136=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #59A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A288 is #A65D77. Grayscale: #898989. Windows color (decimal): -10902904 or 8954457. OLE color: 8954457.

HSL color Cylindrical-coordinate representation of color #59A288: hue angle of 158.63º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A288 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB89162136-
CMYK0.4500.160.36
HSL158.63º29.08%49.22%-
HSV(B)158.63º45.06%63.53%-
XYZ21.4829.7427.9-
YUV137.21127.3293.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=23.00%
G=41.86%
B=35.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891621360.4500.160.36158.6329.0849.22
Hex59A2882D010249f1d31
Octal13124221055020442373561
Binary101100110100010100010001011010100001001001001111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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