#509059

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

Shades of Fruit Salad #509059

Tints of Fruit Salad #509059

Color information

#509059 (or 0x509059) is unknown color: approx Fruit Salad. HEX triplet: 50, 90 and 59. RGB value is (80,144,89). Sum of RGB (Red+Green+Blue) = 80+144+89=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #509059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509059 is #AF6FA6. Grayscale: #767676. Windows color (decimal): -11497383 or 5869648. OLE color: 5869648.

HSL color Cylindrical-coordinate representation of color #509059: hue angle of 128.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509059 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB8014489-
CMYK0.4400.380.44
HSL128.44º28.57%43.92%-
HSV(B)128.44º44.44%56.47%-
XYZ15.0822.3712.97-
YUV118.59111.3100.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=25.56%
G=46.01%
B=28.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144890.4400.380.44128.4428.5743.92
Hex5090592C0262C801d2c
Octal12022013154046542003554
Binary101000010010000101100110110001001101011001000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509059; }

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

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

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

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

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

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

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

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