#509559

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

Shades of Fruit Salad #509559

Tints of Fruit Salad #509559

Color information

#509559 (or 0x509559) is unknown color: approx Fruit Salad. HEX triplet: 50, 95 and 59. RGB value is (80,149,89). Sum of RGB (Red+Green+Blue) = 80+149+89=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #509559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509559 is #AF6AA6. Grayscale: #797979. Windows color (decimal): -11496103 or 5870928. OLE color: 5870928.

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

Color convert

RGB8014989-
CMYK0.4600.400.42
HSL127.83º30.13%44.9%-
HSV(B)127.83º46.31%58.43%-
XYZ15.8623.9213.23-
YUV121.53109.6498.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=25.16%
G=46.86%
B=27.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149890.4600.400.42127.8330.1344.9
Hex5095592E0282A801e2d
Octal12022513156050522003655
Binary101000010010101101100110111001010001010101000000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509559; }

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

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

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

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

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

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

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

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