#559859

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

Shades of Fruit Salad #559859

Tints of Fruit Salad #559859

Color information

#559859 (or 0x559859) is unknown color: approx Fruit Salad. HEX triplet: 55, 98 and 59. RGB value is (85,152,89). Sum of RGB (Red+Green+Blue) = 85+152+89=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #559859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559859 is #AA67A6. Grayscale: #7C7C7C. Windows color (decimal): -11167655 or 5871701. OLE color: 5871701.

HSL color Cylindrical-coordinate representation of color #559859: hue angle of 123.58º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559859 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8515289-
CMYK0.4400.410.40
HSL123.58º28.27%46.47%-
HSV(B)123.58º44.08%59.61%-
XYZ16.7825.1113.41-
YUV124.78107.899.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=26.07%
G=46.63%
B=27.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152890.4400.410.40123.5828.2746.47
Hex5598592C029287c1c2e
Octal12523013154051501743456
Binary10101011001100010110011011000101001101000111110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559859; }

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

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

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

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

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

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

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

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