COLOR #5E566E

HEX: #5E566E RGB: (94,86,110)

Color info

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

RGB color model

#5E566E color RGB value is (94,86,110).

RGB: (94,86,110) (37%, 34%, 43%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 110 of 255 = 43%

94
86
110

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

Portions of RGB colors in percentages

R + G + B = 94 + 86 + 110 = 290 (100%)
R 94 of 290 ~ 32.41%
G 86 of 290 ~ 29.66%
B 110 of 290 ~ 37.93'%

%32.41
%29.66
%37.93

CMYK color model

#5E566E color CMYK value is (15,22,0,57).

  • cyan value is 14.55%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (15,22,0,57) C15M22Y0K57 (15%,22%,0%,57%) (0.15/0.22/0.00/0.57) 

CMYK percentages

%14.55
%21.82
%0
%56.86

Codes

Color #5E566E in popluar color models

5E 56 6E
RGB 94 86 110
HSL 260° 12.24% 38.43%
HSB/HSV 260° 21.82% 43.14%
CMYK 14.55% 21.82% 0.00%
56.86%

Color #5E566E in popluar number systems.

HEX 5E 56 6E
Decimal 94 86 110
Binary 1011110 1010110 1101110
Octal 136 126 156

Shades and tints

Shades of #5E566E

#5E566E
(94,86,110)
#564F64
(86,79,100)
#4E485A
(78,72,90)
#464150
(70,65,80)
#3E3A46
(62,58,70)
#36333C
(54,51,60)
#2E2C32
(46,44,50)
#262528
(38,37,40)
#1E1E1E
(30,30,30)
#161714
(22,23,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #5E566E

#5E566E
(94,86,110)
#6C657B
(108,101,123)
#7A7488
(122,116,136)
#888395
(136,131,149)
#9692A2
(150,146,162)
#A4A1AF
(164,161,175)
#B2B0BC
(178,176,188)
#C0BFC9
(192,191,201)
#CECED6
(206,206,214)
#DCDDE3
(220,221,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E566E; }

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

This text font color is #5E566E.

Background Color

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

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

This div background color is #5E566E.

Border color

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

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

This div border color is #5E566E.

Opacity

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

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

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

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

This text has shadow with #5E566E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E566E.

Preview

Color preview on black background

This text has color #5E566E on black background.


Color preview on white background

This text has color #5E566E on white background.


Black color preview on #5E566E background

This text has black color on #5E566E background.


White color preview on #5E566E background

This text has white color on #5E566E background.


Related colors

Complementary color

Complementary color for #hex is #A1A991.


I love getcolorcode.com

Triadic colors

1 #6E5E56 and #566E5E with #5E566E are triadic colors.

2 #6E565E and #565E6E with #5E566E are triadic colors.