Html Css Color HEX #509551 Fruit Salad

📋 copy color: '#509551'

red 80 ◦ green 149 ◦ blue 81

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

Shades of Fruit Salad #509551

Tints of Fruit Salad #509551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 25.81%
G = 48.06%
B = 26.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#509551 (or 0x509551) is known color: Fruit Salad. HEX triplet: 50, 95 and 51. RGB value is (80,149,81). Sum of RGB (Red+Green+Blue) = 80+149+81=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #509551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509551 is #AF6AAE. Grayscale: #787878. Windows color (decimal): -11496111 or 5346640. OLE color: 5346640.

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

Color convert

RGB 80 149 81 -
CMYK 0.46 0 0.46 0.42
HSL 120.87º 0.3% 0.45% -
HSV(B) 120.87º 0.46% 0.58% -
XYZ 15.54 23.79 11.56 -
YUV 120.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 80 149 81 0.46 0 0.46 0.42 120.87 0.3 0.45
Hex 50 95 51 2E 0 2E 2A 79 1E 2D
Octal 120 225 121 56 0 56 52 171 36 55
Binary 1010000 10010101 1010001 101110 0 101110 101010 1111001 11110 101101

Color Harmonies of #509551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509551

Black with #509551

Text Example


Text Example

White with #509551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509551; }

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

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

background-color css

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

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

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

border-color css

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

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

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