COLOR #5E5664

HEX: #5E5664
RGB: (94,86,100)

Color info

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

RGB color model

#5E5664 color RGB value is (94,86,100).

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

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 100 of 255 = 39%

94
86
100

R + G + B ~ 37%. #5E5664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 100 = 280 (100%)
R 94 of 280 ~ 33.57%
G 86 of 280 ~ 30.71%
B 100 of 280 ~ 35.71%

%33.57
%30.71
%35.71

CMYK color model

#5E5664 color CMYK value is (6,14,0,61).

  • cyan value is 6.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(6,14,0,61)
C6M14Y0K61 
(6%,14%,0%,61%)
(0.06/0.14/0.00/0.61)	

CMYK percentages

%6
%14
%0
%60.78

Codes

Color #5E5664 in popluar color models

5E5664
RGB9486100
HSL274°7.53%36.47%
HSB/HSV274°14.00%39.22%
CMYK6.00%14.00%0.00%
60.78%

Color #5E5664 in popluar number systems.

HEX5E5664
Decimal9486100
Binary101111010101101100100
Octal136126144

Shades and tints

Shades of #5E5664

#5E5664
(94,86,100)
#564F5B
(86,79,91)
#4E4852
(78,72,82)
#464149
(70,65,73)
#3E3A40
(62,58,64)
#363337
(54,51,55)
#2E2C2E
(46,44,46)
#262525
(38,37,37)
#1E1E1C
(30,30,28)
#161713
(22,23,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #5E5664

#5E5664
(94,86,100)
#6C6572
(108,101,114)
#7A7480
(122,116,128)
#88838E
(136,131,142)
#96929C
(150,146,156)
#A4A1AA
(164,161,170)
#B2B0B8
(178,176,184)
#C0BFC6
(192,191,198)
#CECED4
(206,206,212)
#DCDDE2
(220,221,226)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5664; }

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

This text font color is #5E5664.


Background Color

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

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

This div background color is #5E5664.


Border color

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

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

This div border color is #5E5664.


Opacity

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

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

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

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

This text has shadow with #5E5664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5664 on black background.


Color preview on white background

This text has color #5E5664 on white background.



Black color preview on #5E5664 background

This text has black color on #5E5664 background.


White color preview on #5E5664 background

This text has white color on #5E5664 background.