COLOR #5D5E6F

HEX: #5D5E6F
RGB: (93,94,111)

Color info

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

RGB color model

#5D5E6F color RGB value is (93,94,111).

  • red value is 93;
  • green value is 94;
  • blue value is 111.
RGB:
(93,94,111)
(36%,37%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 111 of 255 = 44%

93
94
111

R + G + B ~ 39%. #5D5E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 111 = 298 (100%)
R 93 of 298 ~ 31.21%
G 94 of 298 ~ 31.54%
B 111 of 298 ~ 37.25%

%31.21
%31.54
%37.25

CMYK color model

#5D5E6F color CMYK value is (16,15,0,56).

  • cyan value is 16.22%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(16,15,0,56)
C16M15Y0K56 
(16%,15%,0%,56%)
(0.16/0.15/0.00/0.56)	

CMYK percentages

%16.22
%15.32
%0
%56.47

Codes

Color #5D5E6F in popluar color models

5D5E6F
RGB9394111
HSL237°8.82%40.00%
HSB/HSV237°16.22%43.53%
CMYK16.22%15.32%0.00%
56.47%

Color #5D5E6F in popluar number systems.

HEX5D5E6F
Decimal9394111
Binary101110110111101101111
Octal135136157

Shades and tints

Shades of #5D5E6F

#5D5E6F
(93,94,111)
#555665
(85,86,101)
#4D4E5B
(77,78,91)
#454651
(69,70,81)
#3D3E47
(61,62,71)
#35363D
(53,54,61)
#2D2E33
(45,46,51)
#252629
(37,38,41)
#1D1E1F
(29,30,31)
#151615
(21,22,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D5E6F

#5D5E6F
(93,94,111)
#6B6C7C
(107,108,124)
#797A89
(121,122,137)
#878896
(135,136,150)
#9596A3
(149,150,163)
#A3A4B0
(163,164,176)
#B1B2BD
(177,178,189)
#BFC0CA
(191,192,202)
#CDCED7
(205,206,215)
#DBDCE4
(219,220,228)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E6F; }

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

This text font color is #5D5E6F.


Background Color

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

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

This div background color is #5D5E6F.


Border color

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

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

This div border color is #5D5E6F.


Opacity

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

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

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

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

This text has shadow with #5D5E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E6F on black background.


Color preview on white background

This text has color #5D5E6F on white background.



Black color preview on #5D5E6F background

This text has black color on #5D5E6F background.


White color preview on #5D5E6F background

This text has white color on #5D5E6F background.