#559557

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

Shades of Fruit Salad #559557

Tints of Fruit Salad #559557

Color information

#559557 (or 0x559557) is unknown color: approx Fruit Salad. HEX triplet: 55, 95 and 57. RGB value is (85,149,87). Sum of RGB (Red+Green+Blue) = 85+149+87=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #559557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559557 is #AA6AA8. Grayscale: #7A7A7A. Windows color (decimal): -11168425 or 5739861. OLE color: 5739861.

HSL color Cylindrical-coordinate representation of color #559557: hue angle of 121.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559557 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB8514987-
CMYK0.4300.420.42
HSL121.88º27.35%45.88%-
HSV(B)121.88º42.95%58.43%-
XYZ16.2124.1112.82-
YUV122.8107.8101.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=26.48%
G=46.42%
B=27.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149870.4300.420.42121.8827.3545.88
Hex5595572B02A2A7a1b2e
Octal12522512753052521723356
Binary10101011001010110101111010110101010101010111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559557; }

 p { color: rgb(85,149,87); }

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

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

 a { background-color: rgb(85,149,87); }

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

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

 span { border-color: rgb(85,149,87); }

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