COLOR #5C566E

HEX: #5C566E
RGB: (92,86,110)

Color info

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

RGB color model

#5C566E color RGB value is (92,86,110).

  • red value is 92;
  • green value is 86;
  • blue value is 110.
RGB:
(92,86,110)
(36%,34%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 86 of 255 = 34%
B 110 of 255 = 43%

92
86
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 86 + 110 = 288 (100%)
R 92 of 288 ~ 31.94%
G 86 of 288 ~ 29.86%
B 110 of 288 ~ 38.19%

%31.94
%29.86
%38.19

CMYK color model

#5C566E color CMYK value is (16,22,0,57).

  • cyan value is 16.36%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(16,22,0,57)
C16M22Y0K57 
(16%,22%,0%,57%)
(0.16/0.22/0.00/0.57)	

CMYK percentages

%16.36
%21.82
%0
%56.86

Codes

Color #5C566E in popluar color models

5C566E
RGB9286110
HSL255°12.24%38.43%
HSB/HSV255°21.82%43.14%
CMYK16.36%21.82%0.00%
56.86%

Color #5C566E in popluar number systems.

HEX5C566E
Decimal9286110
Binary101110010101101101110
Octal134126156

Shades and tints

Shades of #5C566E

#5C566E
(92,86,110)
#544F64
(84,79,100)
#4C485A
(76,72,90)
#444150
(68,65,80)
#3C3A46
(60,58,70)
#34333C
(52,51,60)
#2C2C32
(44,44,50)
#242528
(36,37,40)
#1C1E1E
(28,30,30)
#141714
(20,23,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #5C566E

#5C566E
(92,86,110)
#6A657B
(106,101,123)
#787488
(120,116,136)
#868395
(134,131,149)
#9492A2
(148,146,162)
#A2A1AF
(162,161,175)
#B0B0BC
(176,176,188)
#BEBFC9
(190,191,201)
#CCCED6
(204,206,214)
#DADDE3
(218,221,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C566E; }

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

This text font color is #5C566E.


Background Color

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

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

This div background color is #5C566E.


Border color

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

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

This div border color is #5C566E.


Opacity

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

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

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

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

This text has shadow with #5C566E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C566E on black background.


Color preview on white background

This text has color #5C566E on white background.



Black color preview on #5C566E background

This text has black color on #5C566E background.


White color preview on #5C566E background

This text has white color on #5C566E background.