COLOR #5D5C75

HEX: #5D5C75
RGB: (93,92,117)

Color info

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

RGB color model

#5D5C75 color RGB value is (93,92,117).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 117 of 255 = 46%

93
92
117

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

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 117 = 302 (100%)
R 93 of 302 ~ 30.79%
G 92 of 302 ~ 30.46%
B 117 of 302 ~ 38.74%

%30.79
%30.46
%38.74

CMYK color model

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

  • cyan value is 20.51%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,21,0,54)
C21M21Y0K54 
(21%,21%,0%,54%)
(0.21/0.21/0.00/0.54)	

CMYK percentages

%20.51
%21.37
%0
%54.12

Codes

Color #5D5C75 in popluar color models

5D5C75
RGB9392117
HSL242°11.96%40.98%
HSB/HSV242°21.37%45.88%
CMYK20.51%21.37%0.00%
54.12%

Color #5D5C75 in popluar number systems.

HEX5D5C75
Decimal9392117
Binary101110110111001110101
Octal135134165

Shades and tints

Shades of #5D5C75

#5D5C75
(93,92,117)
#55546B
(85,84,107)
#4D4C61
(77,76,97)
#454457
(69,68,87)
#3D3C4D
(61,60,77)
#353443
(53,52,67)
#2D2C39
(45,44,57)
#25242F
(37,36,47)
#1D1C25
(29,28,37)
#15141B
(21,20,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5D5C75

#5D5C75
(93,92,117)
#6B6A81
(107,106,129)
#79788D
(121,120,141)
#878699
(135,134,153)
#9594A5
(149,148,165)
#A3A2B1
(163,162,177)
#B1B0BD
(177,176,189)
#BFBEC9
(191,190,201)
#CDCCD5
(205,204,213)
#DBDAE1
(219,218,225)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C75; }

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

This text font color is #5D5C75.


Background Color

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

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

This div background color is #5D5C75.


Border color

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

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

This div border color is #5D5C75.


Opacity

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

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

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

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

This text has shadow with #5D5C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C75 on black background.


Color preview on white background

This text has color #5D5C75 on white background.



Black color preview on #5D5C75 background

This text has black color on #5D5C75 background.


White color preview on #5D5C75 background

This text has white color on #5D5C75 background.