#5AA387

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

Shades of Patina #5AA387

Tints of Patina #5AA387

Color information

#5AA387 (or 0x5AA387) is unknown color: approx Patina. HEX triplet: 5A, A3 and 87. RGB value is (90,163,135). Sum of RGB (Red+Green+Blue) = 90+163+135=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA387 is #A55C78. Grayscale: #8A8A8A. Windows color (decimal): -10837113 or 8889178. OLE color: 8889178.

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

Color convert

RGB90163135-
CMYK0.4500.170.36
HSL156.99º28.85%49.61%-
HSV(B)156.99º44.79%63.92%-
XYZ21.6930.1227.59-
YUV137.98126.3293.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=23.20%
G=42.01%
B=34.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901631350.4500.170.36156.9928.8549.61
Hex5AA3872D011249d1d32
Octal13224320755021442353562
Binary101101010100011100001111011010100011001001001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA387; }

 p { color: rgb(90,163,135); }

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

<style>
 a { background-color: #5AA387; }

 a { background-color: rgb(90,163,135); }

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

<style>
 span { border-color: #5AA387; }

 span { border-color: rgb(90,163,135); }

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