#53715D

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

Shades of Como #53715D

Tints of Como #53715D

Color information

#53715D (or 0x53715D) is unknown color: approx Como. HEX triplet: 53, 71 and 5D. RGB value is (83,113,93). Sum of RGB (Red+Green+Blue) = 83+113+93=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #53715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715D is #AC8EA2. Grayscale: #656565. Windows color (decimal): -11308707 or 6123859. OLE color: 6123859.

HSL color Cylindrical-coordinate representation of color #53715D: hue angle of 140º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53715D is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB8311393-
CMYK0.2700.180.56
HSL140º15.31%38.43%-
HSV(B)140º26.55%44.31%-
XYZ11.4514.4412.54-
YUV101.75123.06114.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=28.72%
G=39.10%
B=32.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113930.2700.180.5614015.3138.43
Hex53715D1B012388cf26
Octal12316113533022702141746
Binary10100111110001101110111011010010111000100011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53715D; }

 p { color: rgb(83,113,93); }

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

<style>
 a { background-color: #53715D; }

 a { background-color: rgb(83,113,93); }

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

<style>
 span { border-color: #53715D; }

 span { border-color: rgb(83,113,93); }

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