#5AA553

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

Shades of Fruit Salad #5AA553

Tints of Fruit Salad #5AA553

Color information

#5AA553 (or 0x5AA553) is unknown color: approx Fruit Salad. HEX triplet: 5A, A5 and 53. RGB value is (90,165,83). Sum of RGB (Red+Green+Blue) = 90+165+83=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA553 is #A55AAC. Grayscale: #858585. Windows color (decimal): -10836653 or 5481818. OLE color: 5481818.

HSL color Cylindrical-coordinate representation of color #5AA553: hue angle of 114.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AA553 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB9016583-
CMYK0.4500.500.35
HSL114.88º33.06%48.63%-
HSV(B)114.88º49.7%64.71%-
XYZ19.2329.7112.9-
YUV133.2399.6597.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 165 (64.84% from 255) = 48.82%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=26.63%
G=48.82%
B=24.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165830.4500.500.35114.8833.0648.63
Hex5AA5532D03223732131
Octal13224512355062431634161
Binary101101010100101101001110110101100101000111110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,83); }

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

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

 a { background-color: rgb(90,165,83); }

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

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

 span { border-color: rgb(90,165,83); }

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