#559560

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

Shades of Fruit Salad #559560

Tints of Fruit Salad #559560

Color information

#559560 (or 0x559560) is unknown color: approx Fruit Salad. HEX triplet: 55, 95 and 60. RGB value is (85,149,96). Sum of RGB (Red+Green+Blue) = 85+149+96=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #559560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559560 is #AA6A9F. Grayscale: #7B7B7B. Windows color (decimal): -11168416 or 6329685. OLE color: 6329685.

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

Color convert

RGB8514996-
CMYK0.4300.360.42
HSL130.31º27.35%45.88%-
HSV(B)130.31º42.95%58.43%-
XYZ16.6124.2714.88-
YUV123.82112.3100.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=25.76%
G=45.15%
B=29.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149960.4300.360.42130.3127.3545.88
Hex5595602B0242A821b2e
Octal12522514053044522023356
Binary101010110010101110000010101101001001010101000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559560; }

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

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

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

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

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

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

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

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