COLOR #5C566F

HEX: #5C566F RGB: (92,86,111)

Color info

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

RGB color model

#5C566F color RGB value is (92,86,111).

RGB: (92,86,111) (36%, 34%, 44%)

RGB channels and saturation

R 92 of 255 = 36%
G 86 of 255 = 34%
B 111 of 255 = 44%

92
86
111

R + G + B ~ 38%. #5C566F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 86 + 111 = 289 (100%)
R 92 of 289 ~ 31.83%
G 86 of 289 ~ 29.76%
B 111 of 289 ~ 38.41'%

%31.83
%29.76
%38.41

CMYK color model

#5C566F color CMYK value is (17,23,0,56).

  • cyan value is 17.12%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (17,23,0,56)
C17M23Y0K56 (17%, 23%, 0%, 56%)
(0.17 / 0.23 / 0.00 / 0.56)

CMYK percentages

%17.12
%22.52
%0
%56.47

Codes

Color #5C566F in popluar color models

5C 56 6F
RGB 92 86 111
HSL 254° 12.69% 38.63%
HSB/HSV 254° 22.52% 43.53%
CMYK 17.12% 22.52% 0.00%
56.47%

Color #5C566F in popluar number systems.

HEX 5C 56 6F
Decimal 92 86 111
Binary 1011100 1010110 1101111
Octal 134 126 157

Shades and tints

Shades of #5C566F

#5C566F
(92,86,111)
#544F65
(84,79,101)
#4C485B
(76,72,91)
#444151
(68,65,81)
#3C3A47
(60,58,71)
#34333D
(52,51,61)
#2C2C33
(44,44,51)
#242529
(36,37,41)
#1C1E1F
(28,30,31)
#141715
(20,23,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #5C566F

#5C566F
(92,86,111)
#6A657C
(106,101,124)
#787489
(120,116,137)
#868396
(134,131,150)
#9492A3
(148,146,163)
#A2A1B0
(162,161,176)
#B0B0BD
(176,176,189)
#BEBFCA
(190,191,202)
#CCCED7
(204,206,215)
#DADDE4
(218,221,228)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C566F; }

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

This text font color is #5C566F.

Background Color

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

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

This div background color is #5C566F.

Border color

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

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

This div border color is #5C566F.

Opacity

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

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

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

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

This text has shadow with #5C566F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C566F.

Preview

Color preview on black background

This text has color #5C566F on black background.


Color preview on white background

This text has color #5C566F on white background.


Black color preview on #5C566F background

This text has black color on #5C566F background.


White color preview on #5C566F background

This text has white color on #5C566F background.


Related colors

Complementary color

Complementary color for #hex is #A3A990.


I love getcolorcode.com

Triadic colors

1 #6F5C56 and #566F5C with #5C566F are triadic colors.

2 #6F565C and #565C6F with #5C566F are triadic colors.