#5AA48A

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

Shades of Patina #5AA48A

Tints of Patina #5AA48A

Color information

#5AA48A (or 0x5AA48A) is unknown color: approx Patina. HEX triplet: 5A, A4 and 8A. RGB value is (90,164,138). Sum of RGB (Red+Green+Blue) = 90+164+138=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA48A is #A55B75. Grayscale: #8A8A8A. Windows color (decimal): -10836854 or 9086042. OLE color: 9086042.

HSL color Cylindrical-coordinate representation of color #5AA48A: hue angle of 158.92º 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 #5AA48A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB90164138-
CMYK0.4500.160.36
HSL158.92º29.13%49.8%-
HSV(B)158.92º45.12%64.31%-
XYZ22.0830.5628.78-
YUV138.91127.4893.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.96%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=22.96%
G=41.84%
B=35.20%

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
Decimal901641380.4500.160.36158.9229.1349.8
Hex5AA48A2D010249f1d32
Octal13224421255020442373562
Binary101101010100100100010101011010100001001001001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,138); }

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

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

 a { background-color: rgb(90,164,138); }

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

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

 span { border-color: rgb(90,164,138); }

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