COLOR #53565C

HEX: #53565C RGB: (83,86,92)

Color info

#53565C contains red, green and blue colors in about the same proportion. Web safe color of #53565C is #666666 (or #666).

RGB color model

#53565C color RGB value is (83,86,92).

RGB: (83,86,92) (33%, 34%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 92 of 255 = 36%

83
86
92

R + G + B ~ 34%. #53565C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 86 + 92 = 261 (100%)
R 83 of 261 ~ 31.8%
G 86 of 261 ~ 32.95%
B 92 of 261 ~ 35.25'%

%31.8
%32.95
%35.25

CMYK color model

#53565C color CMYK value is (10,7,0,64).

  • cyan value is 9.78%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (10,7,0,64)
C10M7Y0K64 (10%, 7%, 0%, 64%)
(0.10 / 0.07 / 0.00 / 0.64)

CMYK percentages

%9.78
%6.52
%0
%63.92

Codes

Color #53565C in popluar color models

53 56 5C
RGB 83 86 92
HSL 220° 5.14% 34.31%
HSB/HSV 220° 9.78% 36.08%
CMYK 9.78% 6.52% 0.00%
63.92%

Color #53565C in popluar number systems.

HEX 53 56 5C
Decimal 83 86 92
Binary 1010011 1010110 1011100
Octal 123 126 134

Shades and tints

Shades of #53565C

#53565C
(83,86,92)
#4C4F54
(76,79,84)
#45484C
(69,72,76)
#3E4144
(62,65,68)
#373A3C
(55,58,60)
#303334
(48,51,52)
#292C2C
(41,44,44)
#222524
(34,37,36)
#1B1E1C
(27,30,28)
#141714
(20,23,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #53565C

#53565C
(83,86,92)
#62656A
(98,101,106)
#717478
(113,116,120)
#808386
(128,131,134)
#8F9294
(143,146,148)
#9EA1A2
(158,161,162)
#ADB0B0
(173,176,176)
#BCBFBE
(188,191,190)
#CBCECC
(203,206,204)
#DADDDA
(218,221,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53565C color. Also use rgb(83,86,92) instead hex code.

Text Font Color

.myTextColor { color: #53565C; }

<p style="color:#53565C">This sample text font color is #53565C.</p>

This text font color is #53565C.

Background Color

.myBgColor { background-color: #53565C; }

<div style="background-color:#53565C">Inner text</div>

This div background color is #53565C.

Border color

.myBorderColor { border: 1px solid #53565C; }

<div style="border:3px solid #53565C">Div</div>

This div border color is #53565C.

Opacity

.myOpacity80 { color: #53565C; opacity: 0.8; }

<p style="color:#53565C;opacity:0.8;">80%</p>

Text with #53565C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #53565C;}

<p style="text-shadow: 3px 3px 1px #53565C">Text here.</p>

This text has shadow with #53565C color.


.textShadow {text-shadow: 3px 3px 1px #53565C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #53565C, 5px 5px 20px red">Text here.</p>

This text has shadow with #53565C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53565C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#53565C, Direction=45, Strength=4)">Text</p>

This text has shadow with #53565C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53565C;
-webkit-box-shadow: 1px 1px 3px 2px #53565C;
box-shadow: 1px 1px 3px 2px #53565C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53565C; -webkit-box-shadow: 1px 1px 3px 2px #53565C; box-shadow:1px 1px 3px 2px #53565C;">
Div content here
</div>

This div box has shadow with color #53565C.

Preview

Color preview on black background

This text has color #53565C on black background.


Color preview on white background

This text has color #53565C on white background.


Black color preview on #53565C background

This text has black color on #53565C background.


White color preview on #53565C background

This text has white color on #53565C background.


Related colors

Complementary color

Complementary color for #hex is #ACA9A3.


I love getcolorcode.com

Triadic colors

1 #5C5356 and #565C53 with #53565C are triadic colors.

2 #5C5653 and #56535C with #53565C are triadic colors.