#539F57

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

Shades of Fruit Salad #539F57

Tints of Fruit Salad #539F57

Color information

#539F57 (or 0x539F57) is unknown color: approx Fruit Salad. HEX triplet: 53, 9F and 57. RGB value is (83,159,87). Sum of RGB (Red+Green+Blue) = 83+159+87=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #539F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F57 is #AC60A8. Grayscale: #808080. Windows color (decimal): -11296937 or 5742419. OLE color: 5742419.

HSL color Cylindrical-coordinate representation of color #539F57: hue angle of 123.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F57 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB8315987-
CMYK0.4800.450.38
HSL123.16º31.4%47.45%-
HSV(B)123.16º47.8%62.35%-
XYZ17.6927.3213.36-
YUV128.07104.8295.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=25.23%
G=48.33%
B=26.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83159870.4800.450.38123.1631.447.45
Hex539F573002D267b1f2f
Octal12323712760055461733757
Binary10100111001111110101111100000101101100110111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,159,87); }

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

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

 a { background-color: rgb(83,159,87); }

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

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

 span { border-color: rgb(83,159,87); }

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