COLOR #5D6568

HEX: #5D6568 RGB: (93,101,104)

Color info

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

RGB color model

#5D6568 color RGB value is (93,101,104).

RGB: (93,101,104) (36%, 40%, 41%)

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 104 of 255 = 41%

93
101
104

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

Portions of RGB colors in percentages

R + G + B = 93 + 101 + 104 = 298 (100%)
R 93 of 298 ~ 31.21%
G 101 of 298 ~ 33.89%
B 104 of 298 ~ 34.9'%

%31.21
%33.89
%34.9

CMYK color model

#5D6568 color CMYK value is (11,3,0,59).

  • cyan value is 10.58%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (11,3,0,59) C11M3Y0K59 (11%,3%,0%,59%) (0.11/0.03/0.00/0.59) 

CMYK percentages

%10.58
%2.88
%0
%59.22

Codes

Color #5D6568 in popluar color models

5D 65 68
RGB 93 101 104
HSL 196° 5.58% 38.63%
HSB/HSV 196° 10.58% 40.78%
CMYK 10.58% 2.88% 0.00%
59.22%

Color #5D6568 in popluar number systems.

HEX 5D 65 68
Decimal 93 101 104
Binary 1011101 1100101 1101000
Octal 135 145 150

Shades and tints

Shades of #5D6568

#5D6568
(93,101,104)
#555C5F
(85,92,95)
#4D5356
(77,83,86)
#454A4D
(69,74,77)
#3D4144
(61,65,68)
#35383B
(53,56,59)
#2D2F32
(45,47,50)
#252629
(37,38,41)
#1D1D20
(29,29,32)
#151417
(21,20,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D6568

#5D6568
(93,101,104)
#6B7375
(107,115,117)
#798182
(121,129,130)
#878F8F
(135,143,143)
#959D9C
(149,157,156)
#A3ABA9
(163,171,169)
#B1B9B6
(177,185,182)
#BFC7C3
(191,199,195)
#CDD5D0
(205,213,208)
#DBE3DD
(219,227,221)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6568; }

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

This text font color is #5D6568.

Background Color

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

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

This div background color is #5D6568.

Border color

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

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

This div border color is #5D6568.

Opacity

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

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

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

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

This text has shadow with #5D6568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6568.

Preview

Color preview on black background

This text has color #5D6568 on black background.


Color preview on white background

This text has color #5D6568 on white background.


Black color preview on #5D6568 background

This text has black color on #5D6568 background.


White color preview on #5D6568 background

This text has white color on #5D6568 background.


Related colors

Complementary color

Complementary color for #hex is #A29A97.


I love getcolorcode.com

Triadic colors

1 #685D65 and #65685D with #5D6568 are triadic colors.

2 #68655D and #655D68 with #5D6568 are triadic colors.