Html Css Color HEX #509554 Fruit Salad

📋 copy color: '#509554'

red 80 ◦ green 149 ◦ blue 84

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

Shades of Fruit Salad #509554

Tints of Fruit Salad #509554

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 25.56%
G = 47.6%
B = 26.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#509554 (or 0x509554) is known color: Fruit Salad. HEX triplet: 50, 95 and 54. RGB value is (80,149,84). Sum of RGB (Red+Green+Blue) = 80+149+84=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #509554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509554 is #AF6AAB. Grayscale: #797979. Windows color (decimal): -11496108 or 5543248. OLE color: 5543248.

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

Color convert

RGB 80 149 84 -
CMYK 0.46 0 0.44 0.42
HSL 123.48º 0.3% 0.45% -
HSV(B) 123.48º 0.46% 0.58% -
XYZ 15.66 23.84 12.16 -
YUV 120.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 80 149 84 0.46 0 0.44 0.42 123.48 0.3 0.45
Hex 50 95 54 2E 0 2C 2A 7B 1E 2D
Octal 120 225 124 56 0 54 52 173 36 55
Binary 1010000 10010101 1010100 101110 0 101100 101010 1111011 11110 101101

Color Harmonies of #509554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509554

Black with #509554

Text Example


Text Example

White with #509554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509554; }

 p { color: rgb(80,149,84); }

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

background-color css

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

 a { background-color: rgb(80,149,84); }

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

border-color css

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

 span { border-color: rgb(80,149,84); }

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