#509552

Color #509552 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #509552

Tints of Fruit Salad #509552

Color information

#509552 (or 0x509552) is unknown color: approx 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

RGB8014982-
CMYK0.4600.450.42
HSL121.74º30.13%44.9%-
HSV(B)121.74º46.31%58.43%-
XYZ15.5823.8111.76-
YUV120.73106.1498.95-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149820.4600.450.42121.7430.1344.9
Hex5095522E02D2A7a1e2d
Octal12022512256055521723655
Binary10100001001010110100101011100101101101010111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>