COLOR #5D556C

HEX: #5D556C RGB: (93,85,108)

Color info

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

RGB color model

#5D556C color RGB value is (93,85,108).

RGB: (93,85,108) (36%, 33%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 108 of 255 = 42%

93
85
108

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

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 108 = 286 (100%)
R 93 of 286 ~ 32.52%
G 85 of 286 ~ 29.72%
B 108 of 286 ~ 37.76'%

%32.52
%29.72
%37.76

CMYK color model

#5D556C color CMYK value is (14,21,0,58).

  • cyan value is 13.89%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (14,21,0,58)
C14M21Y0K58 (14%, 21%, 0%, 58%)
(0.14 / 0.21 / 0.00 / 0.58)

CMYK percentages

%13.89
%21.3
%0
%57.65

Codes

Color #5D556C in popluar color models

5D 55 6C
RGB 93 85 108
HSL 261° 11.92% 37.84%
HSB/HSV 261° 21.30% 42.35%
CMYK 13.89% 21.30% 0.00%
57.65%

Color #5D556C in popluar number systems.

HEX 5D 55 6C
Decimal 93 85 108
Binary 1011101 1010101 1101100
Octal 135 125 154

Shades and tints

Shades of #5D556C

#5D556C
(93,85,108)
#554E63
(85,78,99)
#4D475A
(77,71,90)
#454051
(69,64,81)
#3D3948
(61,57,72)
#35323F
(53,50,63)
#2D2B36
(45,43,54)
#25242D
(37,36,45)
#1D1D24
(29,29,36)
#15161B
(21,22,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5D556C

#5D556C
(93,85,108)
#6B6479
(107,100,121)
#797386
(121,115,134)
#878293
(135,130,147)
#9591A0
(149,145,160)
#A3A0AD
(163,160,173)
#B1AFBA
(177,175,186)
#BFBEC7
(191,190,199)
#CDCDD4
(205,205,212)
#DBDCE1
(219,220,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D556C; }

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

This text font color is #5D556C.

Background Color

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

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

This div background color is #5D556C.

Border color

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

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

This div border color is #5D556C.

Opacity

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

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

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

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

This text has shadow with #5D556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D556C.

Preview

Color preview on black background

This text has color #5D556C on black background.


Color preview on white background

This text has color #5D556C on white background.


Black color preview on #5D556C background

This text has black color on #5D556C background.


White color preview on #5D556C background

This text has white color on #5D556C background.


Related colors

Complementary color

Complementary color for #hex is #A2AA93.


I love getcolorcode.com

Triadic colors

1 #6C5D55 and #556C5D with #5D556C are triadic colors.

2 #6C555D and #555D6C with #5D556C are triadic colors.