#559359

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

Shades of Fruit Salad #559359

Tints of Fruit Salad #559359

Color information

#559359 (or 0x559359) is unknown color: approx Fruit Salad. HEX triplet: 55, 93 and 59. RGB value is (85,147,89). Sum of RGB (Red+Green+Blue) = 85+147+89=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #559359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559359 is #AA6CA6. Grayscale: #7A7A7A. Windows color (decimal): -11168935 or 5870421. OLE color: 5870421.

HSL color Cylindrical-coordinate representation of color #559359: hue angle of 123.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559359 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8514789-
CMYK0.4200.390.42
HSL123.87º26.72%45.49%-
HSV(B)123.87º42.18%57.65%-
XYZ15.9823.5213.15-
YUV121.85109.46101.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=26.48%
G=45.79%
B=27.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147890.4200.390.42123.8726.7245.49
Hex5593592A0272A7c1b2d
Octal12522313152047521743355
Binary10101011001001110110011010100100111101010111110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559359; }

 p { color: rgb(85,147,89); }

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

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

 a { background-color: rgb(85,147,89); }

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

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

 span { border-color: rgb(85,147,89); }

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