#5AA48B

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

Shades of Patina #5AA48B

Tints of Patina #5AA48B

Color information

#5AA48B (or 0x5AA48B) is unknown color: approx Patina. HEX triplet: 5A, A4 and 8B. RGB value is (90,164,139). Sum of RGB (Red+Green+Blue) = 90+164+139=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA48B is #A55B74. Grayscale: #8B8B8B. Windows color (decimal): -10836853 or 9151578. OLE color: 9151578.

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

Color convert

RGB90164139-
CMYK0.4500.150.36
HSL159.73º29.13%49.8%-
HSV(B)159.73º45.12%64.31%-
XYZ22.1530.5929.16-
YUV139.02127.9893.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=22.90%
G=41.73%
B=35.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641390.4500.150.36159.7329.1349.8
Hex5AA48B2D0F24a01d32
Octal13224421355017442403562
Binary10110101010010010001011101101011111001001010000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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