Html Css Color HEX #509055 Fruit Salad

📋 copy color: '#509055'

red 80 ◦ green 144 ◦ blue 85

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

Shades of Fruit Salad #509055

Tints of Fruit Salad #509055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 25.89%
G = 46.6%
B = 27.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#509055 (or 0x509055) is known color: Fruit Salad. HEX triplet: 50, 90 and 55. RGB value is (80,144,85). Sum of RGB (Red+Green+Blue) = 80+144+85=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #509055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509055 is #AF6FAA. Grayscale: #767676. Windows color (decimal): -11497387 or 5607504. OLE color: 5607504.

HSL color Cylindrical-coordinate representation of color #509055: hue angle of 124.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509055 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 85 -
CMYK 0.44 0 0.41 0.44
HSL 124.69º 0.29% 0.44% -
HSV(B) 124.69º 0.44% 0.56% -
XYZ 14.92 22.31 12.11 -
YUV 118.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 80 144 85 0.44 0 0.41 0.44 124.69 0.29 0.44
Hex 50 90 55 2C 0 29 2C 7D 1D 2C
Octal 120 220 125 54 0 51 54 175 35 54
Binary 1010000 10010000 1010101 101100 0 101001 101100 1111101 11101 101100

Color Harmonies of #509055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509055

Black with #509055

Text Example


Text Example

White with #509055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509055; }

 p { color: rgb(80,144,85); }

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

background-color css

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

 a { background-color: rgb(80,144,85); }

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

border-color css

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

 span { border-color: rgb(80,144,85); }

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