#5AA488

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

Shades of Patina #5AA488

Tints of Patina #5AA488

Color information

#5AA488 (or 0x5AA488) is unknown color: approx Patina. HEX triplet: 5A, A4 and 88. RGB value is (90,164,136). Sum of RGB (Red+Green+Blue) = 90+164+136=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA488 is #A55B77. Grayscale: #8A8A8A. Windows color (decimal): -10836856 or 8954970. OLE color: 8954970.

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

Color convert

RGB90164136-
CMYK0.4500.170.36
HSL157.3º29.13%49.8%-
HSV(B)157.3º45.12%64.31%-
XYZ21.9430.528.02-
YUV138.68126.4893.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=23.08%
G=42.05%
B=34.87%

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
Decimal901641360.4500.170.36157.329.1349.8
Hex5AA4882D011249d1d32
Octal13224421055021442353562
Binary101101010100100100010001011010100011001001001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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