#509555

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

Shades of Fruit Salad #509555

Tints of Fruit Salad #509555

Color information

#509555 (or 0x509555) is unknown color: approx Fruit Salad. HEX triplet: 50, 95 and 55. RGB value is (80,149,85). Sum of RGB (Red+Green+Blue) = 80+149+85=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #509555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509555 is #AF6AAA. Grayscale: #797979. Windows color (decimal): -11496107 or 5608784. OLE color: 5608784.

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

Color convert

RGB8014985-
CMYK0.4600.430.42
HSL124.35º30.13%44.9%-
HSV(B)124.35º46.31%58.43%-
XYZ15.723.8612.37-
YUV121.07107.6498.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=25.48%
G=47.45%
B=27.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149850.4600.430.42124.3530.1344.9
Hex5095552E02B2A7c1e2d
Octal12022512556053521743655
Binary10100001001010110101011011100101011101010111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509555; }

 p { color: rgb(80,149,85); }

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

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

 a { background-color: rgb(80,149,85); }

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

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

 span { border-color: rgb(80,149,85); }

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