COLOR #5C5E6E

HEX: #5C5E6E
RGB: (92,94,110)

Color info

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

RGB color model

#5C5E6E color RGB value is (92,94,110).

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

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 110 of 255 = 43%

92
94
110

R + G + B ~ 39%. #5C5E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 94 + 110 = 296 (100%)
R 92 of 296 ~ 31.08%
G 94 of 296 ~ 31.76%
B 110 of 296 ~ 37.16%

%31.08
%31.76
%37.16

CMYK color model

#5C5E6E color CMYK value is (16,15,0,57).

  • cyan value is 16.36%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(16,15,0,57)
C16M15Y0K57 
(16%,15%,0%,57%)
(0.16/0.15/0.00/0.57)	

CMYK percentages

%16.36
%14.55
%0
%56.86

Codes

Color #5C5E6E in popluar color models

5C5E6E
RGB9294110
HSL233°8.91%39.61%
HSB/HSV233°16.36%43.14%
CMYK16.36%14.55%0.00%
56.86%

Color #5C5E6E in popluar number systems.

HEX5C5E6E
Decimal9294110
Binary101110010111101101110
Octal134136156

Shades and tints

Shades of #5C5E6E

#5C5E6E
(92,94,110)
#545664
(84,86,100)
#4C4E5A
(76,78,90)
#444650
(68,70,80)
#3C3E46
(60,62,70)
#34363C
(52,54,60)
#2C2E32
(44,46,50)
#242628
(36,38,40)
#1C1E1E
(28,30,30)
#141614
(20,22,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #5C5E6E

#5C5E6E
(92,94,110)
#6A6C7B
(106,108,123)
#787A88
(120,122,136)
#868895
(134,136,149)
#9496A2
(148,150,162)
#A2A4AF
(162,164,175)
#B0B2BC
(176,178,188)
#BEC0C9
(190,192,201)
#CCCED6
(204,206,214)
#DADCE3
(218,220,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5E6E; }

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

This text font color is #5C5E6E.


Background Color

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

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

This div background color is #5C5E6E.


Border color

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

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

This div border color is #5C5E6E.


Opacity

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

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

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

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

This text has shadow with #5C5E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5E6E on black background.


Color preview on white background

This text has color #5C5E6E on white background.



Black color preview on #5C5E6E background

This text has black color on #5C5E6E background.


White color preview on #5C5E6E background

This text has white color on #5C5E6E background.