COLOR #5D617F

HEX: #5D617F
RGB: (93,97,127)

Color info

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

RGB color model

#5D617F color RGB value is (93,97,127).

  • red value is 93;
  • green value is 97;
  • blue value is 127.
RGB:
(93,97,127)
(36%,38%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 127 of 255 = 50%

93
97
127

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 127 = 317 (100%)
R 93 of 317 ~ 29.34%
G 97 of 317 ~ 30.6%
B 127 of 317 ~ 40.06%

%29.34
%30.6
%40.06

CMYK color model

#5D617F color CMYK value is (27,24,0,50).

  • cyan value is 26.77%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(27,24,0,50)
C27M24Y0K50 
(27%,24%,0%,50%)
(0.27/0.24/0.00/0.50)	

CMYK percentages

%26.77
%23.62
%0
%50.2

Codes

Color #5D617F in popluar color models

5D617F
RGB9397127
HSL233°15.45%43.14%
HSB/HSV233°26.77%49.80%
CMYK26.77%23.62%0.00%
50.20%

Color #5D617F in popluar number systems.

HEX5D617F
Decimal9397127
Binary101110111000011111111
Octal135141177

Shades and tints

Shades of #5D617F

#5D617F
(93,97,127)
#555974
(85,89,116)
#4D5169
(77,81,105)
#45495E
(69,73,94)
#3D4153
(61,65,83)
#353948
(53,57,72)
#2D313D
(45,49,61)
#252932
(37,41,50)
#1D2127
(29,33,39)
#15191C
(21,25,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #5D617F

#5D617F
(93,97,127)
#6B6F8A
(107,111,138)
#797D95
(121,125,149)
#878BA0
(135,139,160)
#9599AB
(149,153,171)
#A3A7B6
(163,167,182)
#B1B5C1
(177,181,193)
#BFC3CC
(191,195,204)
#CDD1D7
(205,209,215)
#DBDFE2
(219,223,226)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D617F; }

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

This text font color is #5D617F.


Background Color

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

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

This div background color is #5D617F.


Border color

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

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

This div border color is #5D617F.


Opacity

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

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

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

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

This text has shadow with #5D617F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D617F on black background.


Color preview on white background

This text has color #5D617F on white background.



Black color preview on #5D617F background

This text has black color on #5D617F background.


White color preview on #5D617F background

This text has white color on #5D617F background.