#57A053

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

Shades of Fruit Salad #57A053

Tints of Fruit Salad #57A053

Color information

#57A053 (or 0x57A053) is unknown color: approx Fruit Salad. HEX triplet: 57, A0 and 53. RGB value is (87,160,83). Sum of RGB (Red+Green+Blue) = 87+160+83=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #57A053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A053 is #A85FAC. Grayscale: #818181. Windows color (decimal): -11034541 or 5480535. OLE color: 5480535.

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

Color convert

RGB8716083-
CMYK0.4600.480.37
HSL116.88º31.69%47.65%-
HSV(B)116.88º48.12%62.75%-
XYZ18.0627.7912.6-
YUV129.39101.8297.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=26.36%
G=48.48%
B=25.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87160830.4600.480.37116.8831.6947.65
Hex57A0532E03025752030
Octal12724012356060451654060
Binary101011110100000101001110111001100001001011110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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