#509558

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

Shades of Fruit Salad #509558

Tints of Fruit Salad #509558

Color information

#509558 (or 0x509558) is unknown color: approx Fruit Salad. HEX triplet: 50, 95 and 58. RGB value is (80,149,88). Sum of RGB (Red+Green+Blue) = 80+149+88=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #509558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509558 is #AF6AA7. Grayscale: #797979. Windows color (decimal): -11496104 or 5805392. OLE color: 5805392.

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

Color convert

RGB8014988-
CMYK0.4600.410.42
HSL126.96º30.13%44.9%-
HSV(B)126.96º46.31%58.43%-
XYZ15.8223.913.01-
YUV121.42109.1498.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=25.24%
G=47.00%
B=27.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149880.4600.410.42126.9630.1344.9
Hex5095582E0292A7f1e2d
Octal12022513056051521773655
Binary10100001001010110110001011100101001101010111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509558; }

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

 H1.HeaderClassName
 {
   color: #509558;
 }
 .AnyTagClassName
 {
   color: #509558;
 }
</style>
background-color css

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

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

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

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

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

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