#53A05B

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

Shades of Fruit Salad #53A05B

Tints of Fruit Salad #53A05B

Color information

#53A05B (or 0x53A05B) is unknown color: approx Fruit Salad. HEX triplet: 53, A0 and 5B. RGB value is (83,160,91). Sum of RGB (Red+Green+Blue) = 83+160+91=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #53A05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A05B is #AC5FA4. Grayscale: #818181. Windows color (decimal): -11296677 or 6004819. OLE color: 6004819.

HSL color Cylindrical-coordinate representation of color #53A05B: hue angle of 126.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A05B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB8316091-
CMYK0.4800.430.37
HSL126.23º31.69%47.65%-
HSV(B)126.23º48.12%62.75%-
XYZ18.0327.7414.3-
YUV129.11106.4995.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=24.85%
G=47.90%
B=27.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160910.4800.430.37126.2331.6947.65
Hex53A05B3002B257e2030
Octal12324013360053451764060
Binary101001110100000101101111000001010111001011111110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,91); }

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

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

 a { background-color: rgb(83,160,91); }

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

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

 span { border-color: rgb(83,160,91); }

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