Html Css Color HEX #509552 Fruit Salad

📋 copy color: '#509552'

red 80 ◦ green 149 ◦ blue 82

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

Shades of Fruit Salad #509552

Tints of Fruit Salad #509552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 25.72%
G = 47.91%
B = 26.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#509552 (or 0x509552) is known color: Fruit Salad. HEX triplet: 50, 95 and 52. RGB value is (80,149,82). Sum of RGB (Red+Green+Blue) = 80+149+82=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #509552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509552 is #AF6AAD. Grayscale: #787878. Windows color (decimal): -11496110 or 5412176. OLE color: 5412176.

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

Color convert

RGB 80 149 82 -
CMYK 0.46 0 0.45 0.42
HSL 121.74º 0.3% 0.45% -
HSV(B) 121.74º 0.46% 0.58% -
XYZ 15.58 23.81 11.76 -
YUV 120.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 80 149 82 0.46 0 0.45 0.42 121.74 0.3 0.45
Hex 50 95 52 2E 0 2D 2A 7A 1E 2D
Octal 120 225 122 56 0 55 52 172 36 55
Binary 1010000 10010101 1010010 101110 0 101101 101010 1111010 11110 101101

Color Harmonies of #509552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509552

Black with #509552

Text Example


Text Example

White with #509552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509552; }

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

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

background-color css

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

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

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

border-color css

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

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

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