#559456

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

Shades of Fruit Salad #559456

Tints of Fruit Salad #559456

Color information

#559456 (or 0x559456) is unknown color: approx Fruit Salad. HEX triplet: 55, 94 and 56. RGB value is (85,148,86). Sum of RGB (Red+Green+Blue) = 85+148+86=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #559456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559456 is #AA6BA9. Grayscale: #7A7A7A. Windows color (decimal): -11168682 or 5674069. OLE color: 5674069.

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

Color convert

RGB8514886-
CMYK0.4300.420.42
HSL120.95º27.04%45.69%-
HSV(B)120.95º42.57%58.04%-
XYZ16.0223.7812.55-
YUV122.1107.63101.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=26.65%
G=46.39%
B=26.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148860.4300.420.42120.9527.0445.69
Hex5594562B02A2A791b2e
Octal12522412653052521713356
Binary10101011001010010101101010110101010101010111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559456; }

 p { color: rgb(85,148,86); }

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

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

 a { background-color: rgb(85,148,86); }

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

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

 span { border-color: rgb(85,148,86); }

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