#559C56

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

Shades of Fruit Salad #559C56

Tints of Fruit Salad #559C56

Color information

#559C56 (or 0x559C56) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 56. RGB value is (85,156,86). Sum of RGB (Red+Green+Blue) = 85+156+86=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #559C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C56 is #AA63A9. Grayscale: #7F7F7F. Windows color (decimal): -11166634 or 5676117. OLE color: 5676117.

HSL color Cylindrical-coordinate representation of color #559C56: hue angle of 120.85º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C56 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB8515686-
CMYK0.4600.450.39
HSL120.85º29.46%47.25%-
HSV(B)120.85º45.51%61.18%-
XYZ17.3126.3812.98-
YUV126.79104.9898.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=25.99%
G=47.71%
B=26.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156860.4600.450.39120.8529.4647.25
Hex559C562E02D27791d2f
Octal12523412656055471713557
Binary10101011001110010101101011100101101100111111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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