#57A055

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

Shades of Fruit Salad #57A055

Tints of Fruit Salad #57A055

Color information

#57A055 (or 0x57A055) is unknown color: approx Fruit Salad. HEX triplet: 57, A0 and 55. RGB value is (87,160,85). Sum of RGB (Red+Green+Blue) = 87+160+85=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #57A055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A055 is #A85FAA. Grayscale: #818181. Windows color (decimal): -11034539 or 5611607. OLE color: 5611607.

HSL color Cylindrical-coordinate representation of color #57A055: hue angle of 118.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A055 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB8716085-
CMYK0.4600.470.37
HSL118.4º30.61%48.04%-
HSV(B)118.4º46.88%62.75%-
XYZ18.1427.8213.01-
YUV129.62102.8297.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=26.20%
G=48.19%
B=25.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87160850.4600.470.37118.430.6148.04
Hex57A0552E02F25761f30
Octal12724012556057451663760
Binary10101111010000010101011011100101111100101111011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A055; }

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

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

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

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

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

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

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

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