COLOR #5C5561

HEX: #5C5561 RGB: (92,85,97)

Color info

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

RGB color model

#5C5561 color RGB value is (92,85,97).

RGB: (92,85,97) (36%, 33%, 38%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 97 of 255 = 38%

92
85
97

R + G + B ~ 36%. #5C5561 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 97 = 274 (100%)
R 92 of 274 ~ 33.58%
G 85 of 274 ~ 31.02%
B 97 of 274 ~ 35.4'%

%33.58
%31.02
%35.4

CMYK color model

#5C5561 color CMYK value is (5,12,0,62).

  • cyan value is 5.15%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (5,12,0,62)
C5M12Y0K62 (5%, 12%, 0%, 62%)
(0.05 / 0.12 / 0.00 / 0.62)

CMYK percentages

%5.15
%12.37
%0
%61.96

Codes

Color #5C5561 in popluar color models

5C 55 61
RGB 92 85 97
HSL 275° 6.59% 35.69%
HSB/HSV 275° 12.37% 38.04%
CMYK 5.15% 12.37% 0.00%
61.96%

Color #5C5561 in popluar number systems.

HEX 5C 55 61
Decimal 92 85 97
Binary 1011100 1010101 1100001
Octal 134 125 141

Shades and tints

Shades of #5C5561

#5C5561
(92,85,97)
#544E59
(84,78,89)
#4C4751
(76,71,81)
#444049
(68,64,73)
#3C3941
(60,57,65)
#343239
(52,50,57)
#2C2B31
(44,43,49)
#242429
(36,36,41)
#1C1D21
(28,29,33)
#141619
(20,22,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C5561

#5C5561
(92,85,97)
#6A646F
(106,100,111)
#78737D
(120,115,125)
#86828B
(134,130,139)
#949199
(148,145,153)
#A2A0A7
(162,160,167)
#B0AFB5
(176,175,181)
#BEBEC3
(190,190,195)
#CCCDD1
(204,205,209)
#DADCDF
(218,220,223)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5561 color. Also use rgb(92,85,97) instead hex code.

Text Font Color

.myTextColor { color: #5C5561; }

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

This text font color is #5C5561.

Background Color

.myBgColor { background-color: #5C5561; }

<div style="background-color:#5C5561">Inner text</div>

This div background color is #5C5561.

Border color

.myBorderColor { border: 1px solid #5C5561; }

<div style="border:3px solid #5C5561">Div</div>

This div border color is #5C5561.

Opacity

.myOpacity80 { color: #5C5561; opacity: 0.8; }

<p style="color:#5C5561;opacity:0.8;">80%</p>

Text with #5C5561 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 #5C5561;}

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

This text has shadow with #5C5561 color.


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

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

This text has shadow with #5C5561 primary color and red secondary color.


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

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

This text has shadow with #5C5561 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C5561.

Preview

Color preview on black background

This text has color #5C5561 on black background.


Color preview on white background

This text has color #5C5561 on white background.


Black color preview on #5C5561 background

This text has black color on #5C5561 background.


White color preview on #5C5561 background

This text has white color on #5C5561 background.


Related colors

Complementary color

Complementary color for #hex is #A3AA9E.


I love getcolorcode.com

Triadic colors

1 #615C55 and #55615C with #5C5561 are triadic colors.

2 #61555C and #555C61 with #5C5561 are triadic colors.