#539B55

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

Shades of Fruit Salad #539B55

Tints of Fruit Salad #539B55

Color information

#539B55 (or 0x539B55) is unknown color: approx Fruit Salad. HEX triplet: 53, 9B and 55. RGB value is (83,155,85). Sum of RGB (Red+Green+Blue) = 83+155+85=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #539B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B55 is #AC64AA. Grayscale: #7D7D7D. Windows color (decimal): -11297963 or 5610323. OLE color: 5610323.

HSL color Cylindrical-coordinate representation of color #539B55: hue angle of 121.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B55 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB8315585-
CMYK0.4600.450.39
HSL121.67º30.25%46.67%-
HSV(B)121.67º46.45%60.78%-
XYZ16.9325.9412.71-
YUV125.49105.1597.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=25.70%
G=47.99%
B=26.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83155850.4600.450.39121.6730.2546.67
Hex539B552E02D277a1e2f
Octal12323312556055471723657
Binary10100111001101110101011011100101101100111111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539B55; }

 p { color: rgb(83,155,85); }

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

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

 a { background-color: rgb(83,155,85); }

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

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

 span { border-color: rgb(83,155,85); }

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