#508D57

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

Shades of Fruit Salad #508D57

Tints of Fruit Salad #508D57

Color information

#508D57 (or 0x508D57) is unknown color: approx Fruit Salad. HEX triplet: 50, 8D and 57. RGB value is (80,141,87). Sum of RGB (Red+Green+Blue) = 80+141+87=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #508D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D57 is #AF72A8. Grayscale: #747474. Windows color (decimal): -11498153 or 5737808. OLE color: 5737808.

HSL color Cylindrical-coordinate representation of color #508D57: hue angle of 126.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D57 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB8014187-
CMYK0.4300.380.45
HSL126.89º27.6%43.33%-
HSV(B)126.89º43.26%55.29%-
XYZ14.5521.4412.39-
YUV116.6111.29101.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=25.97%
G=45.78%
B=28.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141870.4300.380.45126.8927.643.33
Hex508D572B0262D7f1c2b
Octal12021512753046551773453
Binary10100001000110110101111010110100110101101111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D57; }

 p { color: rgb(80,141,87); }

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

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

 a { background-color: rgb(80,141,87); }

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

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

 span { border-color: rgb(80,141,87); }

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