#5A995E

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

Shades of Fruit Salad #5A995E

Tints of Fruit Salad #5A995E

Color information

#5A995E (or 0x5A995E) is unknown color: approx Fruit Salad. HEX triplet: 5A, 99 and 5E. RGB value is (90,153,94). Sum of RGB (Red+Green+Blue) = 90+153+94=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #5A995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A995E is #A566A1. Grayscale: #7F7F7F. Windows color (decimal): -10839714 or 6199642. OLE color: 6199642.

HSL color Cylindrical-coordinate representation of color #5A995E: hue angle of 123.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A995E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB9015394-
CMYK0.4100.390.4
HSL123.81º25.93%47.65%-
HSV(B)123.81º41.18%60%-
XYZ17.6325.7614.63-
YUV127.44109.13101.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=26.71%
G=45.40%
B=27.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90153940.4100.390.4123.8125.9347.65
Hex5A995E29027287c1a30
Octal13223113651047501743260
Binary10110101001100110111101010010100111101000111110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,153,94); }

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

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

 a { background-color: rgb(90,153,94); }

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

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

 span { border-color: rgb(90,153,94); }

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