#5AA482

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

Shades of Patina #5AA482

Tints of Patina #5AA482

Color information

#5AA482 (or 0x5AA482) is unknown color: approx Patina. HEX triplet: 5A, A4 and 82. RGB value is (90,164,130). Sum of RGB (Red+Green+Blue) = 90+164+130=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA482 is #A55B7D. Grayscale: #8A8A8A. Windows color (decimal): -10836862 or 8561754. OLE color: 8561754.

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

Color convert

RGB90164130-
CMYK0.4500.210.36
HSL152.43º29.13%49.8%-
HSV(B)152.43º45.12%64.31%-
XYZ21.5230.3425.84-
YUV138123.4893.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.44%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=23.44%
G=42.71%
B=33.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641300.4500.210.36152.4329.1349.8
Hex5AA4822D01524981d32
Octal13224420255025442303562
Binary101101010100100100000101011010101011001001001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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