#559556

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

Shades of Fruit Salad #559556

Tints of Fruit Salad #559556

Color information

#559556 (or 0x559556) is unknown color: approx Fruit Salad. HEX triplet: 55, 95 and 56. RGB value is (85,149,86). Sum of RGB (Red+Green+Blue) = 85+149+86=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #559556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559556 is #AA6AA9. Grayscale: #7A7A7A. Windows color (decimal): -11168426 or 5674325. OLE color: 5674325.

HSL color Cylindrical-coordinate representation of color #559556: hue angle of 120.94º 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 #559556 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB8514986-
CMYK0.4300.420.42
HSL120.94º27.35%45.88%-
HSV(B)120.94º42.95%58.43%-
XYZ16.1724.112.6-
YUV122.68107.3101.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=26.56%
G=46.56%
B=26.88%

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
Decimal85149860.4300.420.42120.9427.3545.88
Hex5595562B02A2A791b2e
Octal12522512653052521713356
Binary10101011001010110101101010110101010101010111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559556; }

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

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

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

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

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

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

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

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