Html Css Color HEX #509355 Fruit Salad

📋 copy color: '#509355'

red 80 ◦ green 147 ◦ blue 85

#509355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #509355

Tints of Fruit Salad #509355

RGB

 RED value IS 80 (31.64% from 255) = 25.64%

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 25.64%
G = 47.12%
B = 27.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#509355 (or 0x509355) is known color: Fruit Salad. HEX triplet: 50, 93 and 55. RGB value is (80,147,85). Sum of RGB (Red+Green+Blue) = 80+147+85=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #509355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509355 is #AF6CAA. Grayscale: #787878. Windows color (decimal): -11496619 or 5608272. OLE color: 5608272.

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

Color convert

RGB 80 147 85 -
CMYK 0.46 0 0.42 0.42
HSL 124.48º 0.3% 0.45% -
HSV(B) 124.48º 0.46% 0.58% -
XYZ 15.38 23.23 12.27 -
YUV 119.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 80 147 85 0.46 0 0.42 0.42 124.48 0.3 0.45
Hex 50 93 55 2E 0 2A 2A 7C 1E 2D
Octal 120 223 125 56 0 52 52 174 36 55
Binary 1010000 10010011 1010101 101110 0 101010 101010 1111100 11110 101101

Color Harmonies of #509355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509355

Black with #509355

Text Example


Text Example

White with #509355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509355; }

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

 H1.HeaderClassName
 {
   color: #509355;
 }
 .AnyTagClassName
 {
   color: #509355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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