#53B05C

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

Shades of Fruit Salad #53B05C

Tints of Fruit Salad #53B05C

Color information

#53B05C (or 0x53B05C) is unknown color: approx Fruit Salad. HEX triplet: 53, B0 and 5C. RGB value is (83,176,92). Sum of RGB (Red+Green+Blue) = 83+176+92=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #53B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B05C is #AC4FA3. Grayscale: #8A8A8A. Windows color (decimal): -11292580 or 6074451. OLE color: 6074451.

HSL color Cylindrical-coordinate representation of color #53B05C: hue angle of 125.81º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B05C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB8317692-
CMYK0.5300.480.31
HSL125.81º37.05%50.78%-
HSV(B)125.81º52.84%69.02%-
XYZ21.0233.6615.51-
YUV138.62101.6988.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=23.65%
G=50.14%
B=26.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83176920.5300.480.31125.8137.0550.78
Hex53B05C350301F7e2533
Octal12326013465060371764563
Binary10100111011000010111001101010110000111111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,92); }

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

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

 a { background-color: rgb(83,176,92); }

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

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

 span { border-color: rgb(83,176,92); }

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