#53A552

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

Shades of Fruit Salad #53A552

Tints of Fruit Salad #53A552

Color information

#53A552 (or 0x53A552) is unknown color: approx Fruit Salad. HEX triplet: 53, A5 and 52. RGB value is (83,165,82). Sum of RGB (Red+Green+Blue) = 83+165+82=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #53A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A552 is #AC5AAD. Grayscale: #838383. Windows color (decimal): -11295406 or 5416275. OLE color: 5416275.

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

Color convert

RGB8316582-
CMYK0.5000.500.35
HSL119.28º33.6%48.43%-
HSV(B)119.28º50.3%64.71%-
XYZ18.5529.3612.67-
YUV131.02100.3393.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=25.15%
G=50%
B=24.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165820.5000.500.35119.2833.648.43
Hex53A5523203223772230
Octal12324512262062431674260
Binary101001110100101101001011001001100101000111110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,82); }

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

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

 a { background-color: rgb(83,165,82); }

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

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

 span { border-color: rgb(83,165,82); }

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