#559E57

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

Shades of Fruit Salad #559E57

Tints of Fruit Salad #559E57

Color information

#559E57 (or 0x559E57) is unknown color: approx Fruit Salad. HEX triplet: 55, 9E and 57. RGB value is (85,158,87). Sum of RGB (Red+Green+Blue) = 85+158+87=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #559E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E57 is #AA61A8. Grayscale: #808080. Windows color (decimal): -11166121 or 5742165. OLE color: 5742165.

HSL color Cylindrical-coordinate representation of color #559E57: hue angle of 121.64º 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 #559E57 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB8515887-
CMYK0.4600.450.38
HSL121.64º30.04%47.65%-
HSV(B)121.64º46.2%61.96%-
XYZ17.6927.0713.31-
YUV128.08104.8297.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=25.76%
G=47.88%
B=26.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158870.4600.450.38121.6430.0447.65
Hex559E572E02D267a1e30
Octal12523612756055461723660
Binary10101011001111010101111011100101101100110111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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