#509B54

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

Shades of Fruit Salad #509B54

Tints of Fruit Salad #509B54

Color information

#509B54 (or 0x509B54) is unknown color: approx Fruit Salad. HEX triplet: 50, 9B and 54. RGB value is (80,155,84). Sum of RGB (Red+Green+Blue) = 80+155+84=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #509B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B54 is #AF64AB. Grayscale: #7C7C7C. Windows color (decimal): -11494572 or 5544784. OLE color: 5544784.

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

Color convert

RGB8015584-
CMYK0.4800.460.39
HSL123.2º31.91%46.08%-
HSV(B)123.2º48.39%60.78%-
XYZ16.6325.7912.49-
YUV124.48105.1596.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=25.08%
G=48.59%
B=26.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155840.4800.460.39123.231.9146.08
Hex509B543002E277b202e
Octal12023312460056471734056
Binary101000010011011101010011000001011101001111111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,84); }

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

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

 a { background-color: rgb(80,155,84); }

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

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

 span { border-color: rgb(80,155,84); }

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