Html Css Color HEX #509557 Fruit Salad

📋 copy color: '#509557'

red 80 ◦ green 149 ◦ blue 87

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

Shades of Fruit Salad #509557

Tints of Fruit Salad #509557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 25.32%
G = 47.15%
B = 27.53%

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

#509557 (or 0x509557) is known color: Fruit Salad. HEX triplet: 50, 95 and 57. RGB value is (80,149,87). Sum of RGB (Red+Green+Blue) = 80+149+87=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #509557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509557 is #AF6AA8. Grayscale: #797979. Windows color (decimal): -11496105 or 5739856. OLE color: 5739856.

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

Color convert

RGB 80 149 87 -
CMYK 0.46 0 0.42 0.42
HSL 126.09º 0.3% 0.45% -
HSV(B) 126.09º 0.46% 0.58% -
XYZ 15.78 23.89 12.8 -
YUV 121.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 80 149 87 0.46 0 0.42 0.42 126.09 0.3 0.45
Hex 50 95 57 2E 0 2A 2A 7E 1E 2D
Octal 120 225 127 56 0 52 52 176 36 55
Binary 1010000 10010101 1010111 101110 0 101010 101010 1111110 11110 101101

Color Harmonies of #509557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509557

Black with #509557

Text Example


Text Example

White with #509557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509557; }

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

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

background-color css

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

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

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

border-color css

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

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

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