#509F59

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

Shades of Fruit Salad #509F59

Tints of Fruit Salad #509F59

Color information

#509F59 (or 0x509F59) is unknown color: approx Fruit Salad. HEX triplet: 50, 9F and 59. RGB value is (80,159,89). Sum of RGB (Red+Green+Blue) = 80+159+89=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #509F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F59 is #AF60A6. Grayscale: #7F7F7F. Windows color (decimal): -11493543 or 5873488. OLE color: 5873488.

HSL color Cylindrical-coordinate representation of color #509F59: hue angle of 126.84º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F59 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB8015989-
CMYK0.5000.440.38
HSL126.84º33.05%46.86%-
HSV(B)126.84º49.69%62.35%-
XYZ17.5127.2213.78-
YUV127.4106.3394.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=24.39%
G=48.48%
B=27.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159890.5000.440.38126.8433.0546.86
Hex509F593202C267f212f
Octal12023713162054461774157
Binary101000010011111101100111001001011001001101111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F59; }

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

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

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

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

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

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

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

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