#53795E

Color #53795E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #53795E

Tints of Como #53795E

Color information

#53795E (or 0x53795E) is unknown color: approx Como. HEX triplet: 53, 79 and 5E. RGB value is (83,121,94). Sum of RGB (Red+Green+Blue) = 83+121+94=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #53795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53795E is #AC86A1. Grayscale: #6A6A6A. Windows color (decimal): -11306658 or 6191443. OLE color: 6191443.

HSL color Cylindrical-coordinate representation of color #53795E: hue angle of 137.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53795E is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8312194-
CMYK0.3100.220.53
HSL137.37º18.63%40%-
HSV(B)137.37º31.4%47.45%-
XYZ12.4316.3213.09-
YUV106.56120.91111.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=27.85%
G=40.60%
B=31.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121940.3100.220.53137.3718.6340
Hex53795E1F01635891328
Octal12317113637026652112350
Binary101001111110011011110111110101101101011000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53795E; }

 p { color: rgb(83,121,94); }

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

<style>
 a { background-color: #53795E; }

 a { background-color: rgb(83,121,94); }

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

<style>
 span { border-color: #53795E; }

 span { border-color: rgb(83,121,94); }

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