COLOR #5C5563

HEX: #5C5563 RGB: (92,85,99)

Color info

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

RGB color model

#5C5563 color RGB value is (92,85,99).

RGB: (92,85,99) (36%, 33%, 39%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 99 of 255 = 39%

92
85
99

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

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 99 = 276 (100%)
R 92 of 276 ~ 33.33%
G 85 of 276 ~ 30.8%
B 99 of 276 ~ 35.87'%

%33.33
%30.8
%35.87

CMYK color model

#5C5563 color CMYK value is (7,14,0,61).

  • cyan value is 7.07%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (7,14,0,61) C7M14Y0K61 (7%,14%,0%,61%) (0.07/0.14/0.00/0.61) 

CMYK percentages

%7.07
%14.14
%0
%61.18

Codes

Color #5C5563 in popluar color models

5C 55 63
RGB 92 85 99
HSL 270° 7.61% 36.08%
HSB/HSV 270° 14.14% 38.82%
CMYK 7.07% 14.14% 0.00%
61.18%

Color #5C5563 in popluar number systems.

HEX 5C 55 63
Decimal 92 85 99
Binary 1011100 1010101 1100011
Octal 134 125 143

Shades and tints

Shades of #5C5563

#5C5563
(92,85,99)
#544E5A
(84,78,90)
#4C4751
(76,71,81)
#444048
(68,64,72)
#3C393F
(60,57,63)
#343236
(52,50,54)
#2C2B2D
(44,43,45)
#242424
(36,36,36)
#1C1D1B
(28,29,27)
#141612
(20,22,18)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #5C5563

#5C5563
(92,85,99)
#6A6471
(106,100,113)
#78737F
(120,115,127)
#86828D
(134,130,141)
#94919B
(148,145,155)
#A2A0A9
(162,160,169)
#B0AFB7
(176,175,183)
#BEBEC5
(190,190,197)
#CCCDD3
(204,205,211)
#DADCE1
(218,220,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5563; }

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

This text font color is #5C5563.

Background Color

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

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

This div background color is #5C5563.

Border color

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

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

This div border color is #5C5563.

Opacity

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

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

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

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

This text has shadow with #5C5563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5563.

Preview

Color preview on black background

This text has color #5C5563 on black background.


Color preview on white background

This text has color #5C5563 on white background.


Black color preview on #5C5563 background

This text has black color on #5C5563 background.


White color preview on #5C5563 background

This text has white color on #5C5563 background.


Related colors

Complementary color

Complementary color for #hex is #A3AA9C.


I love getcolorcode.com

Triadic colors

1 #635C55 and #55635C with #5C5563 are triadic colors.

2 #63555C and #555C63 with #5C5563 are triadic colors.