COLOR #5C5E6A

HEX: #5C5E6A
RGB: (92,94,106)

Color info

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

RGB color model

#5C5E6A color RGB value is (92,94,106).

  • red value is 92;
  • green value is 94;
  • blue value is 106.
RGB:
(92,94,106)
(36%,37%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 106 of 255 = 42%

92
94
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 94 + 106 = 292 (100%)
R 92 of 292 ~ 31.51%
G 94 of 292 ~ 32.19%
B 106 of 292 ~ 36.3%

%31.51
%32.19
%36.3

CMYK color model

#5C5E6A color CMYK value is (13,11,0,58).

  • cyan value is 13.21%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(13,11,0,58)
C13M11Y0K58 
(13%,11%,0%,58%)
(0.13/0.11/0.00/0.58)	

CMYK percentages

%13.21
%11.32
%0
%58.43

Codes

Color #5C5E6A in popluar color models

5C5E6A
RGB9294106
HSL231°7.07%38.82%
HSB/HSV231°13.21%41.57%
CMYK13.21%11.32%0.00%
58.43%

Color #5C5E6A in popluar number systems.

HEX5C5E6A
Decimal9294106
Binary101110010111101101010
Octal134136152

Shades and tints

Shades of #5C5E6A

#5C5E6A
(92,94,106)
#545661
(84,86,97)
#4C4E58
(76,78,88)
#44464F
(68,70,79)
#3C3E46
(60,62,70)
#34363D
(52,54,61)
#2C2E34
(44,46,52)
#24262B
(36,38,43)
#1C1E22
(28,30,34)
#141619
(20,22,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #5C5E6A

#5C5E6A
(92,94,106)
#6A6C77
(106,108,119)
#787A84
(120,122,132)
#868891
(134,136,145)
#94969E
(148,150,158)
#A2A4AB
(162,164,171)
#B0B2B8
(176,178,184)
#BEC0C5
(190,192,197)
#CCCED2
(204,206,210)
#DADCDF
(218,220,223)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5E6A color. Also use rgb(92,94,106) instead hex code.

Text Font Color

.myTextColor { color: #5C5E6A; }

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

This text font color is #5C5E6A.


Background Color

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

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

This div background color is #5C5E6A.


Border color

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

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

This div border color is #5C5E6A.


Opacity

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

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

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

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

This text has shadow with #5C5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5E6A on black background.


Color preview on white background

This text has color #5C5E6A on white background.



Black color preview on #5C5E6A background

This text has black color on #5C5E6A background.


White color preview on #5C5E6A background

This text has white color on #5C5E6A background.