Html Css Color HEX #509E5C Fruit Salad

📋 copy color: '#509E5C'

red 80 ◦ green 158 ◦ blue 92

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

Shades of Fruit Salad #509E5C

Tints of Fruit Salad #509E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.88%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 24.24%
G = 47.88%
B = 27.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#509E5C (or 0x509E5C) is known color: Fruit Salad. HEX triplet: 50, 9E and 5C. RGB value is (80,158,92). Sum of RGB (Red+Green+Blue) = 80+158+92=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #509E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E5C is #AF61A3. Grayscale: #7F7F7F. Windows color (decimal): -11493796 or 6069840. OLE color: 6069840.

HSL color Cylindrical-coordinate representation of color #509E5C: hue angle of 129.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E5C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 92 -
CMYK 0.49 0 0.42 0.38
HSL 129.23º 0.33% 0.47% -
HSV(B) 129.23º 0.49% 0.62% -
XYZ 17.47 26.93 14.4 -
YUV 127.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 80 158 92 0.49 0 0.42 0.38 129.23 0.33 0.47
Hex 50 9E 5C 31 0 2A 26 81 21 2F
Octal 120 236 134 61 0 52 46 201 41 57
Binary 1010000 10011110 1011100 110001 0 101010 100110 10000001 100001 101111

Color Harmonies of #509E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E5C

Black with #509E5C

Text Example


Text Example

White with #509E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E5C; }

 p { color: rgb(80,158,92); }

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

background-color css

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

 a { background-color: rgb(80,158,92); }

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

border-color css

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

 span { border-color: rgb(80,158,92); }

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