#53A657

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

Shades of Fruit Salad #53A657

Tints of Fruit Salad #53A657

Color information

#53A657 (or 0x53A657) is unknown color: approx Fruit Salad. HEX triplet: 53, A6 and 57. RGB value is (83,166,87). Sum of RGB (Red+Green+Blue) = 83+166+87=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #53A657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A657 is #AC59A8. Grayscale: #848484. Windows color (decimal): -11295145 or 5744211. OLE color: 5744211.

HSL color Cylindrical-coordinate representation of color #53A657: hue angle of 122.89º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A657 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB8316687-
CMYK0.5000.480.35
HSL122.89º33.33%48.82%-
HSV(B)122.89º50%65.1%-
XYZ18.9229.813.77-
YUV132.18102.592.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 166 (65.23% from 255) = 49.40%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=24.70%
G=49.40%
B=25.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83166870.5000.480.35122.8933.3348.82
Hex53A65732030237b2131
Octal12324612762060431734161
Binary101001110100110101011111001001100001000111111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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