#559B59

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

Shades of Fruit Salad #559B59

Tints of Fruit Salad #559B59

Color information

#559B59 (or 0x559B59) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 59. RGB value is (85,155,89). Sum of RGB (Red+Green+Blue) = 85+155+89=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #559B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B59 is #AA64A6. Grayscale: #7E7E7E. Windows color (decimal): -11166887 or 5872469. OLE color: 5872469.

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

Color convert

RGB8515589-
CMYK0.4500.430.39
HSL123.43º29.17%47.06%-
HSV(B)123.43º45.16%60.78%-
XYZ17.2726.113.58-
YUV126.55106.8198.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=25.84%
G=47.11%
B=27.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155890.4500.430.39123.4329.1747.06
Hex559B592D02B277b1d2f
Octal12523313155053471733557
Binary10101011001101110110011011010101011100111111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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