COLOR #5D556D

HEX: #5D556D RGB: (93,85,109)

Color info

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

RGB color model

#5D556D color RGB value is (93,85,109).

RGB: (93,85,109) (36%, 33%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 109 of 255 = 43%

93
85
109

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

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 109 = 287 (100%)
R 93 of 287 ~ 32.4%
G 85 of 287 ~ 29.62%
B 109 of 287 ~ 37.98'%

%32.4
%29.62
%37.98

CMYK color model

#5D556D color CMYK value is (15,22,0,57).

  • cyan value is 14.68%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (15,22,0,57) C15M22Y0K57 (15%,22%,0%,57%) (0.15/0.22/0.00/0.57) 

CMYK percentages

%14.68
%22.02
%0
%57.25

Codes

Color #5D556D in popluar color models

5D 55 6D
RGB 93 85 109
HSL 260° 12.37% 38.04%
HSB/HSV 260° 22.02% 42.75%
CMYK 14.68% 22.02% 0.00%
57.25%

Color #5D556D in popluar number systems.

HEX 5D 55 6D
Decimal 93 85 109
Binary 1011101 1010101 1101101
Octal 135 125 155

Shades and tints

Shades of #5D556D

#5D556D
(93,85,109)
#554E64
(85,78,100)
#4D475B
(77,71,91)
#454052
(69,64,82)
#3D3949
(61,57,73)
#353240
(53,50,64)
#2D2B37
(45,43,55)
#25242E
(37,36,46)
#1D1D25
(29,29,37)
#15161C
(21,22,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #5D556D

#5D556D
(93,85,109)
#6B647A
(107,100,122)
#797387
(121,115,135)
#878294
(135,130,148)
#9591A1
(149,145,161)
#A3A0AE
(163,160,174)
#B1AFBB
(177,175,187)
#BFBEC8
(191,190,200)
#CDCDD5
(205,205,213)
#DBDCE2
(219,220,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D556D color. Also use rgb(93,85,109) instead hex code.

Text Font Color

.myTextColor { color: #5D556D; }

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

This text font color is #5D556D.

Background Color

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

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

This div background color is #5D556D.

Border color

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

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

This div border color is #5D556D.

Opacity

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

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

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

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

This text has shadow with #5D556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D556D.

Preview

Color preview on black background

This text has color #5D556D on black background.


Color preview on white background

This text has color #5D556D on white background.


Black color preview on #5D556D background

This text has black color on #5D556D background.


White color preview on #5D556D background

This text has white color on #5D556D background.


Related colors

Complementary color

Complementary color for #hex is #A2AA92.


I love getcolorcode.com

Triadic colors

1 #6D5D55 and #556D5D with #5D556D are triadic colors.

2 #6D555D and #555D6D with #5D556D are triadic colors.