#59A090

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

Shades of Patina #59A090

Tints of Patina #59A090

Color information

#59A090 (or 0x59A090) is unknown color: approx Patina. HEX triplet: 59, A0 and 90. RGB value is (89,160,144). Sum of RGB (Red+Green+Blue) = 89+160+144=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #59A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A090 is #A65F6F. Grayscale: #888888. Windows color (decimal): -10903408 or 9478233. OLE color: 9478233.

HSL color Cylindrical-coordinate representation of color #59A090: hue angle of 166.48º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A090 is Cyan = 0.44, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB89160144-
CMYK0.4400.10.37
HSL166.48º28.51%48.82%-
HSV(B)166.48º44.37%62.75%-
XYZ21.7229.2830.89-
YUV136.95131.9893.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=22.65%
G=40.71%
B=36.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891601440.4400.10.37166.4828.5148.82
Hex59A0902C0A25a61d31
Octal13124022054012452463561
Binary10110011010000010010000101100010101001011010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,160,144); }

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

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

 a { background-color: rgb(89,160,144); }

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

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

 span { border-color: rgb(89,160,144); }

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