#53715C

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

Shades of Como #53715C

Tints of Como #53715C

Color information

#53715C (or 0x53715C) is unknown color: approx Como. HEX triplet: 53, 71 and 5C. RGB value is (83,113,92). Sum of RGB (Red+Green+Blue) = 83+113+92=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #53715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715C is #AC8EA3. Grayscale: #656565. Windows color (decimal): -11308708 or 6058323. OLE color: 6058323.

HSL color Cylindrical-coordinate representation of color #53715C: hue angle of 138º 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 #53715C is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB8311392-
CMYK0.2700.190.56
HSL138º15.31%38.43%-
HSV(B)138º26.55%44.31%-
XYZ11.414.4212.31-
YUV101.64122.56114.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=28.82%
G=39.24%
B=31.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113920.2700.190.5613815.3138.43
Hex53715C1B013388af26
Octal12316113433023702121746
Binary10100111110001101110011011010011111000100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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