#53905C

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

Shades of Fruit Salad #53905C

Tints of Fruit Salad #53905C

Color information

#53905C (or 0x53905C) is unknown color: approx Fruit Salad. HEX triplet: 53, 90 and 5C. RGB value is (83,144,92). Sum of RGB (Red+Green+Blue) = 83+144+92=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #53905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53905C is #AC6FA3. Grayscale: #777777. Windows color (decimal): -11300772 or 6066259. OLE color: 6066259.

HSL color Cylindrical-coordinate representation of color #53905C: hue angle of 128.85º 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 #53905C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB8314492-
CMYK0.4200.360.44
HSL128.85º26.87%44.51%-
HSV(B)128.85º42.36%56.47%-
XYZ15.4722.5613.66-
YUV119.83112.29101.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=26.02%
G=45.14%
B=28.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144920.4200.360.44128.8526.8744.51
Hex53905C2A0242C811b2d
Octal12322013452044542013355
Binary101001110010000101110010101001001001011001000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53905C; }

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

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

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

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

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

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

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

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