COLOR #5E566C

HEX: #5E566C
RGB: (94,86,108)

Color info

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

RGB color model

#5E566C color RGB value is (94,86,108).

  • red value is 94;
  • green value is 86;
  • blue value is 108.
RGB:
(94,86,108)
(37%,34%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 108 of 255 = 42%

94
86
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 108 = 288 (100%)
R 94 of 288 ~ 32.64%
G 86 of 288 ~ 29.86%
B 108 of 288 ~ 37.5%

%32.64
%29.86
%37.5

CMYK color model

#5E566C color CMYK value is (13,20,0,58).

  • cyan value is 12.96%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(13,20,0,58)
C13M20Y0K58 
(13%,20%,0%,58%)
(0.13/0.20/0.00/0.58)	

CMYK percentages

%12.96
%20.37
%0
%57.65

Codes

Color #5E566C in popluar color models

5E566C
RGB9486108
HSL262°11.34%38.04%
HSB/HSV262°20.37%42.35%
CMYK12.96%20.37%0.00%
57.65%

Color #5E566C in popluar number systems.

HEX5E566C
Decimal9486108
Binary101111010101101101100
Octal136126154

Shades and tints

Shades of #5E566C

#5E566C
(94,86,108)
#564F63
(86,79,99)
#4E485A
(78,72,90)
#464151
(70,65,81)
#3E3A48
(62,58,72)
#36333F
(54,51,63)
#2E2C36
(46,44,54)
#26252D
(38,37,45)
#1E1E24
(30,30,36)
#16171B
(22,23,27)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #5E566C

#5E566C
(94,86,108)
#6C6579
(108,101,121)
#7A7486
(122,116,134)
#888393
(136,131,147)
#9692A0
(150,146,160)
#A4A1AD
(164,161,173)
#B2B0BA
(178,176,186)
#C0BFC7
(192,191,199)
#CECED4
(206,206,212)
#DCDDE1
(220,221,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E566C; }

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

This text font color is #5E566C.


Background Color

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

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

This div background color is #5E566C.


Border color

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

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

This div border color is #5E566C.


Opacity

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

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

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

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

This text has shadow with #5E566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E566C on black background.


Color preview on white background

This text has color #5E566C on white background.



Black color preview on #5E566C background

This text has black color on #5E566C background.


White color preview on #5E566C background

This text has white color on #5E566C background.