COLOR #5C566C

HEX: #5C566C RGB: (92,86,108)

Color info

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

RGB color model

#5C566C color RGB value is (92,86,108).

RGB: (92,86,108) (36%, 34%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 86 of 255 = 34%
B 108 of 255 = 42%

92
86
108

R + G + B ~ 37%. #5C566C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 86 + 108 = 286 (100%)
R 92 of 286 ~ 32.17%
G 86 of 286 ~ 30.07%
B 108 of 286 ~ 37.76'%

%32.17
%30.07
%37.76

CMYK color model

#5C566C color CMYK value is (15,20,0,58).

  • cyan value is 14.81%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (15,20,0,58)
C15M20Y0K58 (15%, 20%, 0%, 58%)
(0.15 / 0.20 / 0.00 / 0.58)

CMYK percentages

%14.81
%20.37
%0
%57.65

Codes

Color #5C566C in popluar color models

5C 56 6C
RGB 92 86 108
HSL 256° 11.34% 38.04%
HSB/HSV 256° 20.37% 42.35%
CMYK 14.81% 20.37% 0.00%
57.65%

Color #5C566C in popluar number systems.

HEX 5C 56 6C
Decimal 92 86 108
Binary 1011100 1010110 1101100
Octal 134 126 154

Shades and tints

Shades of #5C566C

#5C566C
(92,86,108)
#544F63
(84,79,99)
#4C485A
(76,72,90)
#444151
(68,65,81)
#3C3A48
(60,58,72)
#34333F
(52,51,63)
#2C2C36
(44,44,54)
#24252D
(36,37,45)
#1C1E24
(28,30,36)
#14171B
(20,23,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #5C566C

#5C566C
(92,86,108)
#6A6579
(106,101,121)
#787486
(120,116,134)
#868393
(134,131,147)
#9492A0
(148,146,160)
#A2A1AD
(162,161,173)
#B0B0BA
(176,176,186)
#BEBFC7
(190,191,199)
#CCCED4
(204,206,212)
#DADDE1
(218,221,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C566C color. Also use rgb(92,86,108) instead hex code.

Text Font Color

.myTextColor { color: #5C566C; }

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

This text font color is #5C566C.

Background Color

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

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

This div background color is #5C566C.

Border color

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

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

This div border color is #5C566C.

Opacity

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

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

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

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

This text has shadow with #5C566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C566C.

Preview

Color preview on black background

This text has color #5C566C on black background.


Color preview on white background

This text has color #5C566C on white background.


Black color preview on #5C566C background

This text has black color on #5C566C background.


White color preview on #5C566C background

This text has white color on #5C566C background.


Related colors

Complementary color

Complementary color for #hex is #A3A993.


I love getcolorcode.com

Triadic colors

1 #6C5C56 and #566C5C with #5C566C are triadic colors.

2 #6C565C and #565C6C with #5C566C are triadic colors.