#53935A

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

Shades of Fruit Salad #53935A

Tints of Fruit Salad #53935A

Color information

#53935A (or 0x53935A) is unknown color: approx Fruit Salad. HEX triplet: 53, 93 and 5A. RGB value is (83,147,90). Sum of RGB (Red+Green+Blue) = 83+147+90=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #53935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53935A is #AC6CA5. Grayscale: #797979. Windows color (decimal): -11300006 or 5935955. OLE color: 5935955.

HSL color Cylindrical-coordinate representation of color #53935A: hue angle of 126.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53935A is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8314790-
CMYK0.4400.390.42
HSL126.56º27.83%45.1%-
HSV(B)126.56º43.54%57.65%-
XYZ15.8523.4413.36-
YUV121.37110.3100.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=25.94%
G=45.94%
B=28.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147900.4400.390.42126.5627.8345.1
Hex53935A2C0272A7f1c2d
Octal12322313254047521773455
Binary10100111001001110110101011000100111101010111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53935A; }

 p { color: rgb(83,147,90); }

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

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

 a { background-color: rgb(83,147,90); }

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

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

 span { border-color: rgb(83,147,90); }

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