COLOR #5D5675

HEX: #5D5675
RGB: (93,86,117)

Color info

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

RGB color model

#5D5675 color RGB value is (93,86,117).

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

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 117 of 255 = 46%

93
86
117

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 117 = 296 (100%)
R 93 of 296 ~ 31.42%
G 86 of 296 ~ 29.05%
B 117 of 296 ~ 39.53%

%31.42
%29.05
%39.53

CMYK color model

#5D5675 color CMYK value is (21,26,0,54).

  • cyan value is 20.51%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,26,0,54)
C21M26Y0K54 
(21%,26%,0%,54%)
(0.21/0.26/0.00/0.54)	

CMYK percentages

%20.51
%26.5
%0
%54.12

Codes

Color #5D5675 in popluar color models

5D5675
RGB9386117
HSL254°15.27%39.80%
HSB/HSV254°26.50%45.88%
CMYK20.51%26.50%0.00%
54.12%

Color #5D5675 in popluar number systems.

HEX5D5675
Decimal9386117
Binary101110110101101110101
Octal135126165

Shades and tints

Shades of #5D5675

#5D5675
(93,86,117)
#554F6B
(85,79,107)
#4D4861
(77,72,97)
#454157
(69,65,87)
#3D3A4D
(61,58,77)
#353343
(53,51,67)
#2D2C39
(45,44,57)
#25252F
(37,37,47)
#1D1E25
(29,30,37)
#15171B
(21,23,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D5675

#5D5675
(93,86,117)
#6B6581
(107,101,129)
#79748D
(121,116,141)
#878399
(135,131,153)
#9592A5
(149,146,165)
#A3A1B1
(163,161,177)
#B1B0BD
(177,176,189)
#BFBFC9
(191,191,201)
#CDCED5
(205,206,213)
#DBDDE1
(219,221,225)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5675; }

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

This text font color is #5D5675.


Background Color

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

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

This div background color is #5D5675.


Border color

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

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

This div border color is #5D5675.


Opacity

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

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

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

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

This text has shadow with #5D5675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5675 on black background.


Color preview on white background

This text has color #5D5675 on white background.



Black color preview on #5D5675 background

This text has black color on #5D5675 background.


White color preview on #5D5675 background

This text has white color on #5D5675 background.