COLOR #5E555F

HEX: #5E555F RGB: (94,85,95)

Color info

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

RGB color model

#5E555F color RGB value is (94,85,95).

RGB: (94,85,95) (37%, 33%, 37%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 95 of 255 = 37%

94
85
95

R + G + B ~ 36%. #5E555F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 85 + 95 = 274 (100%)
R 94 of 274 ~ 34.31%
G 85 of 274 ~ 31.02%
B 95 of 274 ~ 34.67'%

%34.31
%31.02
%34.67

CMYK color model

#5E555F color CMYK value is (1,11,0,63).

  • cyan value is 1.05%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (1,11,0,63)
C1M11Y0K63 (1%, 11%, 0%, 63%)
(0.01 / 0.11 / 0.00 / 0.63)

CMYK percentages

%1.05
%10.53
%0
%62.75

Codes

Color #5E555F in popluar color models

5E 55 5F
RGB 94 85 95
HSL 294° 5.56% 35.29%
HSB/HSV 294° 10.53% 37.25%
CMYK 1.05% 10.53% 0.00%
62.75%

Color #5E555F in popluar number systems.

HEX 5E 55 5F
Decimal 94 85 95
Binary 1011110 1010101 1011111
Octal 136 125 137

Shades and tints

Shades of #5E555F

#5E555F
(94,85,95)
#564E57
(86,78,87)
#4E474F
(78,71,79)
#464047
(70,64,71)
#3E393F
(62,57,63)
#363237
(54,50,55)
#2E2B2F
(46,43,47)
#262427
(38,36,39)
#1E1D1F
(30,29,31)
#161617
(22,22,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E555F

#5E555F
(94,85,95)
#6C646D
(108,100,109)
#7A737B
(122,115,123)
#888289
(136,130,137)
#969197
(150,145,151)
#A4A0A5
(164,160,165)
#B2AFB3
(178,175,179)
#C0BEC1
(192,190,193)
#CECDCF
(206,205,207)
#DCDCDD
(220,220,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E555F color. Also use rgb(94,85,95) instead hex code.

Text Font Color

.myTextColor { color: #5E555F; }

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

This text font color is #5E555F.

Background Color

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

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

This div background color is #5E555F.

Border color

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

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

This div border color is #5E555F.

Opacity

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

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

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

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

This text has shadow with #5E555F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E555F.

Preview

Color preview on black background

This text has color #5E555F on black background.


Color preview on white background

This text has color #5E555F on white background.


Black color preview on #5E555F background

This text has black color on #5E555F background.


White color preview on #5E555F background

This text has white color on #5E555F background.


Related colors

Complementary color

Complementary color for #hex is #A1AAA0.


I love getcolorcode.com

Triadic colors

1 #5F5E55 and #555F5E with #5E555F are triadic colors.

2 #5F555E and #555E5F with #5E555F are triadic colors.