#539059

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

Shades of Fruit Salad #539059

Tints of Fruit Salad #539059

Color information

#539059 (or 0x539059) is unknown color: approx Fruit Salad. HEX triplet: 53, 90 and 59. RGB value is (83,144,89). Sum of RGB (Red+Green+Blue) = 83+144+89=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #539059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539059 is #AC6FA6. Grayscale: #777777. Windows color (decimal): -11300775 or 5869651. OLE color: 5869651.

HSL color Cylindrical-coordinate representation of color #539059: hue angle of 125.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #539059 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB8314489-
CMYK0.4200.380.44
HSL125.9º26.87%44.51%-
HSV(B)125.9º42.36%56.47%-
XYZ15.3422.5112.99-
YUV119.49110.79101.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=26.27%
G=45.57%
B=28.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144890.4200.380.44125.926.8744.51
Hex5390592A0262C7e1b2d
Octal12322013152046541763355
Binary10100111001000010110011010100100110101100111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539059; }

 p { color: rgb(83,144,89); }

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

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

 a { background-color: rgb(83,144,89); }

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

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

 span { border-color: rgb(83,144,89); }

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