#53AD56

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

Shades of Fruit Salad #53AD56

Tints of Fruit Salad #53AD56

Color information

#53AD56 (or 0x53AD56) is unknown color: approx Fruit Salad. HEX triplet: 53, AD and 56. RGB value is (83,173,86). Sum of RGB (Red+Green+Blue) = 83+173+86=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD56 is #AC52A9. Grayscale: #888888. Windows color (decimal): -11293354 or 5680467. OLE color: 5680467.

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

Color convert

RGB8317386-
CMYK0.5200.500.32
HSL122º35.43%50.2%-
HSV(B)122º52.02%67.84%-
XYZ20.1932.413.99-
YUV136.1799.6890.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=24.27%
G=50.58%
B=25.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173860.5200.500.3212235.4350.2
Hex53AD5634032207a2332
Octal12325512664062401724362
Binary101001110101101101011011010001100101000001111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,86); }

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

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

 a { background-color: rgb(83,173,86); }

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

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

 span { border-color: rgb(83,173,86); }

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