COLOR #5E5D6A

HEX: #5E5D6A RGB: (94,93,106)

Color info

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

RGB color model

#5E5D6A color RGB value is (94,93,106).

RGB: (94,93,106) (37%, 36%, 42%)

RGB channels and saturation

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

94
93
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 93 + 106 = 293 (100%)
R 94 of 293 ~ 32.08%
G 93 of 293 ~ 31.74%
B 106 of 293 ~ 36.18'%

%32.08
%31.74
%36.18

CMYK color model

#5E5D6A color CMYK value is (11,12,0,58).

  • cyan value is 11.32%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (11,12,0,58)
C11M12Y0K58 (11%, 12%, 0%, 58%)
(0.11 / 0.12 / 0.00 / 0.58)

CMYK percentages

%11.32
%12.26
%0
%58.43

Codes

Color #5E5D6A in popluar color models

5E 5D 6A
RGB 94 93 106
HSL 245° 6.53% 39.02%
HSB/HSV 245° 12.26% 41.57%
CMYK 11.32% 12.26% 0.00%
58.43%

Color #5E5D6A in popluar number systems.

HEX 5E 5D 6A
Decimal 94 93 106
Binary 1011110 1011101 1101010
Octal 136 135 152

Shades and tints

Shades of #5E5D6A

#5E5D6A
(94,93,106)
#565561
(86,85,97)
#4E4D58
(78,77,88)
#46454F
(70,69,79)
#3E3D46
(62,61,70)
#36353D
(54,53,61)
#2E2D34
(46,45,52)
#26252B
(38,37,43)
#1E1D22
(30,29,34)
#161519
(22,21,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E5D6A

#5E5D6A
(94,93,106)
#6C6B77
(108,107,119)
#7A7984
(122,121,132)
#888791
(136,135,145)
#96959E
(150,149,158)
#A4A3AB
(164,163,171)
#B2B1B8
(178,177,184)
#C0BFC5
(192,191,197)
#CECDD2
(206,205,210)
#DCDBDF
(220,219,223)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D6A; }

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

This text font color is #5E5D6A.

Background Color

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

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

This div background color is #5E5D6A.

Border color

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

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

This div border color is #5E5D6A.

Opacity

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

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

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

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

This text has shadow with #5E5D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5D6A.

Preview

Color preview on black background

This text has color #5E5D6A on black background.


Color preview on white background

This text has color #5E5D6A on white background.


Black color preview on #5E5D6A background

This text has black color on #5E5D6A background.


White color preview on #5E5D6A background

This text has white color on #5E5D6A background.


Related colors

Complementary color

Complementary color for #hex is #A1A295.


I love getcolorcode.com

Triadic colors

1 #6A5E5D and #5D6A5E with #5E5D6A are triadic colors.

2 #6A5D5E and #5D5E6A with #5E5D6A are triadic colors.