Html Css Color HEX #509A5C Fruit Salad

📋 copy color: '#509A5C'

red 80 ◦ green 154 ◦ blue 92

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

Shades of Fruit Salad #509A5C

Tints of Fruit Salad #509A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

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

R = 24.54%
G = 47.24%
B = 28.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#509A5C (or 0x509A5C) is known color: Fruit Salad. HEX triplet: 50, 9A and 5C. RGB value is (80,154,92). Sum of RGB (Red+Green+Blue) = 80+154+92=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #509A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A5C is #AF65A3. Grayscale: #7C7C7C. Windows color (decimal): -11494820 or 6068816. OLE color: 6068816.

HSL color Cylindrical-coordinate representation of color #509A5C: hue angle of 129.73º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A5C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 92 -
CMYK 0.48 0 0.40 0.40
HSL 129.73º 0.32% 0.46% -
HSV(B) 129.73º 0.48% 0.6% -
XYZ 16.8 25.59 14.18 -
YUV 124.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 80 154 92 0.48 0 0.40 0.40 129.73 0.32 0.46
Hex 50 9A 5C 30 0 28 28 82 20 2E
Octal 120 232 134 60 0 50 50 202 40 56
Binary 1010000 10011010 1011100 110000 0 101000 101000 10000010 100000 101110

Color Harmonies of #509A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A5C

Black with #509A5C

Text Example


Text Example

White with #509A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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