#509455

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

Shades of Fruit Salad #509455

Tints of Fruit Salad #509455

Color information

#509455 (or 0x509455) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 55. RGB value is (80,148,85). Sum of RGB (Red+Green+Blue) = 80+148+85=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #509455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509455 is #AF6BAA. Grayscale: #787878. Windows color (decimal): -11496363 or 5608528. OLE color: 5608528.

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

Color convert

RGB8014885-
CMYK0.4600.430.42
HSL124.41º29.82%44.71%-
HSV(B)124.41º45.95%58.04%-
XYZ15.5423.5412.32-
YUV120.49107.9799.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=25.56%
G=47.28%
B=27.16%

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
Decimal80148850.4600.430.42124.4129.8244.71
Hex5094552E02B2A7c1e2d
Octal12022412556053521743655
Binary10100001001010010101011011100101011101010111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509455; }

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

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

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

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

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

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

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

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