#559C50

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

Shades of Fruit Salad #559C50

Tints of Fruit Salad #559C50

Color information

#559C50 (or 0x559C50) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 50. RGB value is (85,156,80). Sum of RGB (Red+Green+Blue) = 85+156+80=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #559C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C50 is #AA63AF. Grayscale: #7E7E7E. Windows color (decimal): -11166640 or 5282901. OLE color: 5282901.

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

Color convert

RGB8515680-
CMYK0.4600.490.39
HSL116.05º32.2%46.27%-
HSV(B)116.05º48.72%61.18%-
XYZ17.0826.2911.76-
YUV126.11101.9898.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=26.48%
G=48.60%
B=24.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156800.4600.490.39116.0532.246.27
Hex559C502E0312774202e
Octal12523412056061471644056
Binary101010110011100101000010111001100011001111110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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