#559F5B

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

Shades of Fruit Salad #559F5B

Tints of Fruit Salad #559F5B

Color information

#559F5B (or 0x559F5B) is unknown color: approx Fruit Salad. HEX triplet: 55, 9F and 5B. RGB value is (85,159,91). Sum of RGB (Red+Green+Blue) = 85+159+91=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #559F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F5B is #AA60A4. Grayscale: #818181. Windows color (decimal): -11165861 or 6004565. OLE color: 6004565.

HSL color Cylindrical-coordinate representation of color #559F5B: hue angle of 124.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F5B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB8515991-
CMYK0.4700.430.38
HSL124.86º30.33%47.84%-
HSV(B)124.86º46.54%62.35%-
XYZ18.0327.4814.25-
YUV129.12106.4896.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=25.37%
G=47.46%
B=27.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159910.4700.430.38124.8630.3347.84
Hex559F5B2F02B267d1e30
Octal12523713357053461753660
Binary10101011001111110110111011110101011100110111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,91); }

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

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

 a { background-color: rgb(85,159,91); }

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

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

 span { border-color: rgb(85,159,91); }

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