COLOR #5D557F

HEX: #5D557F RGB: (93,85,127)

Color info

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

RGB color model

#5D557F color RGB value is (93,85,127).

RGB: (93,85,127) (36%, 33%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 127 of 255 = 50%

93
85
127

R + G + B ~ 40%. #5D557F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 127 = 305 (100%)
R 93 of 305 ~ 30.49%
G 85 of 305 ~ 27.87%
B 127 of 305 ~ 41.64'%

%30.49
%27.87
%41.64

CMYK color model

#5D557F color CMYK value is (27,33,0,50).

  • cyan value is 26.77%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (27,33,0,50) C27M33Y0K50 (27%,33%,0%,50%) (0.27/0.33/0.00/0.50) 

CMYK percentages

%26.77
%33.07
%0
%50.2

Codes

Color #5D557F in popluar color models

5D 55 7F
RGB 93 85 127
HSL 251° 19.81% 41.57%
HSB/HSV 251° 33.07% 49.80%
CMYK 26.77% 33.07% 0.00%
50.20%

Color #5D557F in popluar number systems.

HEX 5D 55 7F
Decimal 93 85 127
Binary 1011101 1010101 1111111
Octal 135 125 177

Shades and tints

Shades of #5D557F

#5D557F
(93,85,127)
#554E74
(85,78,116)
#4D4769
(77,71,105)
#45405E
(69,64,94)
#3D3953
(61,57,83)
#353248
(53,50,72)
#2D2B3D
(45,43,61)
#252432
(37,36,50)
#1D1D27
(29,29,39)
#15161C
(21,22,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #5D557F

#5D557F
(93,85,127)
#6B648A
(107,100,138)
#797395
(121,115,149)
#8782A0
(135,130,160)
#9591AB
(149,145,171)
#A3A0B6
(163,160,182)
#B1AFC1
(177,175,193)
#BFBECC
(191,190,204)
#CDCDD7
(205,205,215)
#DBDCE2
(219,220,226)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D557F; }

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

This text font color is #5D557F.

Background Color

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

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

This div background color is #5D557F.

Border color

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

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

This div border color is #5D557F.

Opacity

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

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

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

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

This text has shadow with #5D557F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D557F.

Preview

Color preview on black background

This text has color #5D557F on black background.


Color preview on white background

This text has color #5D557F on white background.


Black color preview on #5D557F background

This text has black color on #5D557F background.


White color preview on #5D557F background

This text has white color on #5D557F background.


Related colors

Complementary color

Complementary color for #hex is #A2AA80.


I love getcolorcode.com

Triadic colors

1 #7F5D55 and #557F5D with #5D557F are triadic colors.

2 #7F555D and #555D7F with #5D557F are triadic colors.