#559757

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

Shades of Fruit Salad #559757

Tints of Fruit Salad #559757

Color information

#559757 (or 0x559757) is unknown color: approx Fruit Salad. HEX triplet: 55, 97 and 57. RGB value is (85,151,87). Sum of RGB (Red+Green+Blue) = 85+151+87=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #559757 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559757 is #AA68A8. Grayscale: #7C7C7C. Windows color (decimal): -11167913 or 5740373. OLE color: 5740373.

HSL color Cylindrical-coordinate representation of color #559757: hue angle of 121.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559757 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB8515187-
CMYK0.4400.420.41
HSL121.82º27.97%46.27%-
HSV(B)121.82º43.71%59.22%-
XYZ16.5324.7512.92-
YUV123.97107.13100.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=26.32%
G=46.75%
B=26.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85151870.4400.420.41121.8227.9746.27
Hex5597572C02A297a1c2e
Octal12522712754052511723456
Binary10101011001011110101111011000101010101001111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559757; }

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

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

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

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

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

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

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

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