#509859

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

Shades of Fruit Salad #509859

Tints of Fruit Salad #509859

Color information

#509859 (or 0x509859) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 59. RGB value is (80,152,89). Sum of RGB (Red+Green+Blue) = 80+152+89=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #509859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509859 is #AF67A6. Grayscale: #7B7B7B. Windows color (decimal): -11495335 or 5871696. OLE color: 5871696.

HSL color Cylindrical-coordinate representation of color #509859: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509859 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8015289-
CMYK0.4700.410.40
HSL127.5º31.03%45.49%-
HSV(B)127.5º47.37%59.61%-
XYZ16.3424.8813.39-
YUV123.29108.6597.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=24.92%
G=47.35%
B=27.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152890.4700.410.40127.531.0345.49
Hex5098592F02928801f2d
Octal12023013157051502003755
Binary101000010011000101100110111101010011010001000000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509859; }

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

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

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

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

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

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

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

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