#53A359

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

Shades of Fruit Salad #53A359

Tints of Fruit Salad #53A359

Color information

#53A359 (or 0x53A359) is unknown color: approx Fruit Salad. HEX triplet: 53, A3 and 59. RGB value is (83,163,89). Sum of RGB (Red+Green+Blue) = 83+163+89=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #53A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A359 is #AC5CA6. Grayscale: #828282. Windows color (decimal): -11295911 or 5874515. OLE color: 5874515.

HSL color Cylindrical-coordinate representation of color #53A359: hue angle of 124.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A359 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB8316389-
CMYK0.4900.450.36
HSL124.5º32.52%48.24%-
HSV(B)124.5º49.08%63.92%-
XYZ18.4728.7514.03-
YUV130.64104.594.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=24.78%
G=48.66%
B=26.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83163890.4900.450.36124.532.5248.24
Hex53A3593102D247c2130
Octal12324313161055441744160
Binary101001110100011101100111000101011011001001111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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