#53A959

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

Shades of Fruit Salad #53A959

Tints of Fruit Salad #53A959

Color information

#53A959 (or 0x53A959) is unknown color: approx Fruit Salad. HEX triplet: 53, A9 and 59. RGB value is (83,169,89). Sum of RGB (Red+Green+Blue) = 83+169+89=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #53A959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A959 is #AC56A6. Grayscale: #868686. Windows color (decimal): -11294375 or 5876051. OLE color: 5876051.

HSL color Cylindrical-coordinate representation of color #53A959: hue angle of 124.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A959 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB8316989-
CMYK0.5100.470.34
HSL124.19º34.13%49.41%-
HSV(B)124.19º50.89%66.27%-
XYZ19.5630.9414.39-
YUV134.17102.5191.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 169 (66.41% from 255) = 49.56%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=24.34%
G=49.56%
B=26.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83169890.5100.470.34124.1934.1349.41
Hex53A9593302F227c2231
Octal12325113163057421744261
Binary101001110101001101100111001101011111000101111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A959; }

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

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

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

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

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

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

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

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