#559E59

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

Shades of Fruit Salad #559E59

Tints of Fruit Salad #559E59

Color information

#559E59 (or 0x559E59) is unknown color: approx Fruit Salad. HEX triplet: 55, 9E and 59. RGB value is (85,158,89). Sum of RGB (Red+Green+Blue) = 85+158+89=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #559E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E59 is #AA61A6. Grayscale: #808080. Windows color (decimal): -11166119 or 5873237. OLE color: 5873237.

HSL color Cylindrical-coordinate representation of color #559E59: hue angle of 123.29º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E59 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB8515889-
CMYK0.4600.440.38
HSL123.29º30.04%47.65%-
HSV(B)123.29º46.2%61.96%-
XYZ17.7827.1113.75-
YUV128.31105.8297.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=25.60%
G=47.59%
B=26.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158890.4600.440.38123.2930.0447.65
Hex559E592E02C267b1e30
Octal12523613156054461733660
Binary10101011001111010110011011100101100100110111101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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