#53AB56

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

Shades of Fruit Salad #53AB56

Tints of Fruit Salad #53AB56

Color information

#53AB56 (or 0x53AB56) is unknown color: approx Fruit Salad. HEX triplet: 53, AB and 56. RGB value is (83,171,86). Sum of RGB (Red+Green+Blue) = 83+171+86=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB56 is #AC54A9. Grayscale: #878787. Windows color (decimal): -11293866 or 5679955. OLE color: 5679955.

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

Color convert

RGB8317186-
CMYK0.5100.500.33
HSL122.05º34.65%49.8%-
HSV(B)122.05º51.46%67.06%-
XYZ19.8131.6413.87-
YUV135100.3590.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=24.41%
G=50.29%
B=25.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171860.5100.500.33122.0534.6549.8
Hex53AB5633032217a2332
Octal12325312663062411724362
Binary101001110101011101011011001101100101000011111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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