COLOR #5D5468

HEX: #5D5468
RGB: (93,84,104)

Color info

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

RGB color model

#5D5468 color RGB value is (93,84,104).

  • red value is 93;
  • green value is 84;
  • blue value is 104.
RGB:
(93,84,104)
(36%,33%,41%)

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 104 of 255 = 41%

93
84
104

R + G + B ~ 37%. #5D5468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 104 = 281 (100%)
R 93 of 281 ~ 33.1%
G 84 of 281 ~ 29.89%
B 104 of 281 ~ 37.01%

%33.1
%29.89
%37.01

CMYK color model

#5D5468 color CMYK value is (11,19,0,59).

  • cyan value is 10.58%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(11,19,0,59)
C11M19Y0K59 
(11%,19%,0%,59%)
(0.11/0.19/0.00/0.59)	

CMYK percentages

%10.58
%19.23
%0
%59.22

Codes

Color #5D5468 in popluar color models

5D5468
RGB9384104
HSL267°10.64%36.86%
HSB/HSV267°19.23%40.78%
CMYK10.58%19.23%0.00%
59.22%

Color #5D5468 in popluar number systems.

HEX5D5468
Decimal9384104
Binary101110110101001101000
Octal135124150

Shades and tints

Shades of #5D5468

#5D5468
(93,84,104)
#554D5F
(85,77,95)
#4D4656
(77,70,86)
#453F4D
(69,63,77)
#3D3844
(61,56,68)
#35313B
(53,49,59)
#2D2A32
(45,42,50)
#252329
(37,35,41)
#1D1C20
(29,28,32)
#151517
(21,21,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D5468

#5D5468
(93,84,104)
#6B6375
(107,99,117)
#797282
(121,114,130)
#87818F
(135,129,143)
#95909C
(149,144,156)
#A39FA9
(163,159,169)
#B1AEB6
(177,174,182)
#BFBDC3
(191,189,195)
#CDCCD0
(205,204,208)
#DBDBDD
(219,219,221)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5468 color. Also use rgb(93,84,104) instead hex code.

Text Font Color

.myTextColor { color: #5D5468; }

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

This text font color is #5D5468.


Background Color

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

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

This div background color is #5D5468.


Border color

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

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

This div border color is #5D5468.


Opacity

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

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

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

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

This text has shadow with #5D5468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5468 on black background.


Color preview on white background

This text has color #5D5468 on white background.



Black color preview on #5D5468 background

This text has black color on #5D5468 background.


White color preview on #5D5468 background

This text has white color on #5D5468 background.