#509053

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

Shades of Fruit Salad #509053

Tints of Fruit Salad #509053

Color information

#509053 (or 0x509053) is unknown color: approx Fruit Salad. HEX triplet: 50, 90 and 53. RGB value is (80,144,83). Sum of RGB (Red+Green+Blue) = 80+144+83=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #509053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509053 is #AF6FAC. Grayscale: #767676. Windows color (decimal): -11497389 or 5476432. OLE color: 5476432.

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

Color convert

RGB8014483-
CMYK0.4400.420.44
HSL122.81º28.57%43.92%-
HSV(B)122.81º44.44%56.47%-
XYZ14.8422.2811.7-
YUV117.91108.3100.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=26.06%
G=46.91%
B=27.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144830.4400.420.44122.8128.5743.92
Hex5090532C02A2C7b1d2c
Octal12022012354052541733554
Binary10100001001000010100111011000101010101100111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509053; }

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

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

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

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

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

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

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

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