#559A50

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

Shades of Fruit Salad #559A50

Tints of Fruit Salad #559A50

Color information

#559A50 (or 0x559A50) is unknown color: approx Fruit Salad. HEX triplet: 55, 9A and 50. RGB value is (85,154,80). Sum of RGB (Red+Green+Blue) = 85+154+80=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #559A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A50 is #AA65AF. Grayscale: #7D7D7D. Windows color (decimal): -11167152 or 5282389. OLE color: 5282389.

HSL color Cylindrical-coordinate representation of color #559A50: hue angle of 115.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559A50 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB8515480-
CMYK0.4500.480.40
HSL115.95º31.62%45.88%-
HSV(B)115.95º48.05%60.39%-
XYZ16.7525.6211.65-
YUV124.93102.6499.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=26.65%
G=48.28%
B=25.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154800.4500.480.40115.9531.6245.88
Hex559A502D0302874202e
Octal12523212055060501644056
Binary101010110011010101000010110101100001010001110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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