#53A658

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

Shades of Fruit Salad #53A658

Tints of Fruit Salad #53A658

Color information

#53A658 (or 0x53A658) is unknown color: approx Fruit Salad. HEX triplet: 53, A6 and 58. RGB value is (83,166,88). Sum of RGB (Red+Green+Blue) = 83+166+88=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #53A658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A658 is #AC59A7. Grayscale: #848484. Windows color (decimal): -11295144 or 5809747. OLE color: 5809747.

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

Color convert

RGB8316688-
CMYK0.5000.470.35
HSL123.61º33.33%48.82%-
HSV(B)123.61º50%65.1%-
XYZ18.9629.8213.99-
YUV132.2910392.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 166 (65.23% from 255) = 49.26%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=24.63%
G=49.26%
B=26.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83166880.5000.470.35123.6133.3348.82
Hex53A6583202F237c2131
Octal12324613062057431744161
Binary101001110100110101100011001001011111000111111100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,88); }

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

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

 a { background-color: rgb(83,166,88); }

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

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

 span { border-color: rgb(83,166,88); }

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