#53915A

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

Shades of Fruit Salad #53915A

Tints of Fruit Salad #53915A

Color information

#53915A (or 0x53915A) is unknown color: approx Fruit Salad. HEX triplet: 53, 91 and 5A. RGB value is (83,145,90). Sum of RGB (Red+Green+Blue) = 83+145+90=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #53915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53915A is #AC6EA5. Grayscale: #787878. Windows color (decimal): -11300518 or 5935443. OLE color: 5935443.

HSL color Cylindrical-coordinate representation of color #53915A: hue angle of 126.77º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53915A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB8314590-
CMYK0.4300.380.43
HSL126.77º27.19%44.71%-
HSV(B)126.77º42.76%56.86%-
XYZ15.5422.8313.26-
YUV120.19110.96101.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=26.10%
G=45.60%
B=28.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83145900.4300.380.43126.7727.1944.71
Hex53915A2B0262B7f1b2d
Octal12322113253046531773355
Binary10100111001000110110101010110100110101011111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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