#509857

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

Shades of Fruit Salad #509857

Tints of Fruit Salad #509857

Color information

#509857 (or 0x509857) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 57. RGB value is (80,152,87). Sum of RGB (Red+Green+Blue) = 80+152+87=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #509857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509857 is #AF67A8. Grayscale: #7B7B7B. Windows color (decimal): -11495337 or 5740624. OLE color: 5740624.

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

Color convert

RGB8015287-
CMYK0.4700.430.40
HSL125.83º31.03%45.49%-
HSV(B)125.83º47.37%59.61%-
XYZ16.2624.8512.96-
YUV123.06107.6597.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=25.08%
G=47.65%
B=27.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152870.4700.430.40125.8331.0345.49
Hex5098572F02B287e1f2d
Octal12023012757053501763755
Binary10100001001100010101111011110101011101000111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509857; }

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

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

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

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

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

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

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

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