#559457

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

Shades of Fruit Salad #559457

Tints of Fruit Salad #559457

Color information

#559457 (or 0x559457) is unknown color: approx Fruit Salad. HEX triplet: 55, 94 and 57. RGB value is (85,148,87). Sum of RGB (Red+Green+Blue) = 85+148+87=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #559457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559457 is #AA6BA8. Grayscale: #7A7A7A. Windows color (decimal): -11168681 or 5739605. OLE color: 5739605.

HSL color Cylindrical-coordinate representation of color #559457: hue angle of 121.9º 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 #559457 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB8514887-
CMYK0.4300.410.42
HSL121.9º27.04%45.69%-
HSV(B)121.9º42.57%58.04%-
XYZ16.0623.812.76-
YUV122.21108.13101.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=26.56%
G=46.25%
B=27.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148870.4300.410.42121.927.0445.69
Hex5594572B0292A7a1b2e
Octal12522412753051521723356
Binary10101011001010010101111010110101001101010111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559457; }

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

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

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

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

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

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

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

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