#559A59

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

Shades of Fruit Salad #559A59

Tints of Fruit Salad #559A59

Color information

#559A59 (or 0x559A59) is unknown color: approx Fruit Salad. HEX triplet: 55, 9A and 59. RGB value is (85,154,89). Sum of RGB (Red+Green+Blue) = 85+154+89=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #559A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A59 is #AA65A6. Grayscale: #7E7E7E. Windows color (decimal): -11167143 or 5872213. OLE color: 5872213.

HSL color Cylindrical-coordinate representation of color #559A59: hue angle of 123.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A59 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8515489-
CMYK0.4500.420.40
HSL123.48º28.87%46.86%-
HSV(B)123.48º44.81%60.39%-
XYZ17.1125.7613.52-
YUV125.96107.1498.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 154 (60.55% from 255) = 46.95%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=25.91%
G=46.95%
B=27.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154890.4500.420.40123.4828.8746.86
Hex559A592D02A287b1d2f
Octal12523213155052501733557
Binary10101011001101010110011011010101010101000111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A59; }

 p { color: rgb(85,154,89); }

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

<style>
 a { background-color: #559A59; }

 a { background-color: rgb(85,154,89); }

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

<style>
 span { border-color: #559A59; }

 span { border-color: rgb(85,154,89); }

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