#53745B

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

Shades of Como #53745B

Tints of Como #53745B

Color information

#53745B (or 0x53745B) is unknown color: approx Como. HEX triplet: 53, 74 and 5B. RGB value is (83,116,91). Sum of RGB (Red+Green+Blue) = 83+116+91=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #53745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745B is #AC8BA4. Grayscale: #676767. Windows color (decimal): -11307941 or 5993555. OLE color: 5993555.

HSL color Cylindrical-coordinate representation of color #53745B: hue angle of 134.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53745B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8311691-
CMYK0.2800.220.55
HSL134.55º16.58%39.02%-
HSV(B)134.55º28.45%45.49%-
XYZ11.715.0912.19-
YUV103.28121.07113.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=28.62%
G=40%
B=31.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116910.2800.220.55134.5516.5839.02
Hex53745B1C01637871127
Octal12316413334026672072147
Binary101001111101001011011111000101101101111000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53745B; }

 p { color: rgb(83,116,91); }

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

<style>
 a { background-color: #53745B; }

 a { background-color: rgb(83,116,91); }

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

<style>
 span { border-color: #53745B; }

 span { border-color: rgb(83,116,91); }

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