#559E56

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

Shades of Fruit Salad #559E56

Tints of Fruit Salad #559E56

Color information

#559E56 (or 0x559E56) is unknown color: approx Fruit Salad. HEX triplet: 55, 9E and 56. RGB value is (85,158,86). Sum of RGB (Red+Green+Blue) = 85+158+86=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #559E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E56 is #AA61A9. Grayscale: #808080. Windows color (decimal): -11166122 or 5676629. OLE color: 5676629.

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

Color convert

RGB8515886-
CMYK0.4600.460.38
HSL120.82º30.04%47.65%-
HSV(B)120.82º46.2%61.96%-
XYZ17.6527.0613.1-
YUV127.96104.3297.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=25.84%
G=48.02%
B=26.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158860.4600.460.38120.8230.0447.65
Hex559E562E02E26791e30
Octal12523612656056461713660
Binary10101011001111010101101011100101110100110111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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