COLOR #5D5671

HEX: #5D5671
RGB: (93,86,113)

Color info

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

RGB color model

#5D5671 color RGB value is (93,86,113).

  • red value is 93;
  • green value is 86;
  • blue value is 113.
RGB:
(93,86,113)
(36%,34%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 113 of 255 = 44%

93
86
113

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 113 = 292 (100%)
R 93 of 292 ~ 31.85%
G 86 of 292 ~ 29.45%
B 113 of 292 ~ 38.7%

%31.85
%29.45
%38.7

CMYK color model

#5D5671 color CMYK value is (18,24,0,56).

  • cyan value is 17.70%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(18,24,0,56)
C18M24Y0K56 
(18%,24%,0%,56%)
(0.18/0.24/0.00/0.56)	

CMYK percentages

%17.7
%23.89
%0
%55.69

Codes

Color #5D5671 in popluar color models

5D5671
RGB9386113
HSL256°13.57%39.02%
HSB/HSV256°23.89%44.31%
CMYK17.70%23.89%0.00%
55.69%

Color #5D5671 in popluar number systems.

HEX5D5671
Decimal9386113
Binary101110110101101110001
Octal135126161

Shades and tints

Shades of #5D5671

#5D5671
(93,86,113)
#554F67
(85,79,103)
#4D485D
(77,72,93)
#454153
(69,65,83)
#3D3A49
(61,58,73)
#35333F
(53,51,63)
#2D2C35
(45,44,53)
#25252B
(37,37,43)
#1D1E21
(29,30,33)
#151717
(21,23,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #5D5671

#5D5671
(93,86,113)
#6B657D
(107,101,125)
#797489
(121,116,137)
#878395
(135,131,149)
#9592A1
(149,146,161)
#A3A1AD
(163,161,173)
#B1B0B9
(177,176,185)
#BFBFC5
(191,191,197)
#CDCED1
(205,206,209)
#DBDDDD
(219,221,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5671 color. Also use rgb(93,86,113) instead hex code.

Text Font Color

.myTextColor { color: #5D5671; }

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

This text font color is #5D5671.


Background Color

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

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

This div background color is #5D5671.


Border color

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

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

This div border color is #5D5671.


Opacity

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

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

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

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

This text has shadow with #5D5671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5671 on black background.


Color preview on white background

This text has color #5D5671 on white background.



Black color preview on #5D5671 background

This text has black color on #5D5671 background.


White color preview on #5D5671 background

This text has white color on #5D5671 background.