#5AA282

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

Shades of Patina #5AA282

Tints of Patina #5AA282

Color information

#5AA282 (or 0x5AA282) is unknown color: approx Patina. HEX triplet: 5A, A2 and 82. RGB value is (90,162,130). Sum of RGB (Red+Green+Blue) = 90+162+130=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA282 is #A55D7D. Grayscale: #888888. Windows color (decimal): -10837374 or 8561242. OLE color: 8561242.

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

Color convert

RGB90162130-
CMYK0.4400.200.36
HSL153.33º28.57%49.41%-
HSV(B)153.33º44.44%63.53%-
XYZ21.1729.6325.72-
YUV136.82124.1594.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.56%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=23.56%
G=42.41%
B=34.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901621300.4400.200.36153.3328.5749.41
Hex5AA2822C01424991d31
Octal13224220254024442313561
Binary101101010100010100000101011000101001001001001100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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