#509A5A

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

Shades of Fruit Salad #509A5A

Tints of Fruit Salad #509A5A

Color information

#509A5A (or 0x509A5A) is unknown color: approx Fruit Salad. HEX triplet: 50, 9A and 5A. RGB value is (80,154,90). Sum of RGB (Red+Green+Blue) = 80+154+90=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #509A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A5A is #AF65A5. Grayscale: #7C7C7C. Windows color (decimal): -11494822 or 5937744. OLE color: 5937744.

HSL color Cylindrical-coordinate representation of color #509A5A: hue angle of 128.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A5A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8015490-
CMYK0.4800.420.40
HSL128.11º31.62%45.88%-
HSV(B)128.11º48.05%60.39%-
XYZ16.7125.5513.72-
YUV124.58108.4896.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=24.69%
G=47.53%
B=27.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80154900.4800.420.40128.1131.6245.88
Hex509A5A3002A2880202e
Octal12023213260052502004056
Binary1010000100110101011010110000010101010100010000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509A5A; }

 p { color: rgb(80,154,90); }

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

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

 a { background-color: rgb(80,154,90); }

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

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

 span { border-color: rgb(80,154,90); }

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