COLOR #5D617C

HEX: #5D617C
RGB: (93,97,124)

Color info

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

RGB color model

#5D617C color RGB value is (93,97,124).

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

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 124 of 255 = 49%

93
97
124

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 124 = 314 (100%)
R 93 of 314 ~ 29.62%
G 97 of 314 ~ 30.89%
B 124 of 314 ~ 39.49%

%29.62
%30.89
%39.49

CMYK color model

#5D617C color CMYK value is (25,22,0,51).

  • cyan value is 25.00%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(25,22,0,51)
C25M22Y0K51 
(25%,22%,0%,51%)
(0.25/0.22/0.00/0.51)	

CMYK percentages

%25
%21.77
%0
%51.37

Codes

Color #5D617C in popluar color models

5D617C
RGB9397124
HSL232°14.29%42.55%
HSB/HSV232°25.00%48.63%
CMYK25.00%21.77%0.00%
51.37%

Color #5D617C in popluar number systems.

HEX5D617C
Decimal9397124
Binary101110111000011111100
Octal135141174

Shades and tints

Shades of #5D617C

#5D617C
(93,97,124)
#555971
(85,89,113)
#4D5166
(77,81,102)
#45495B
(69,73,91)
#3D4150
(61,65,80)
#353945
(53,57,69)
#2D313A
(45,49,58)
#25292F
(37,41,47)
#1D2124
(29,33,36)
#151919
(21,25,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #5D617C

#5D617C
(93,97,124)
#6B6F87
(107,111,135)
#797D92
(121,125,146)
#878B9D
(135,139,157)
#9599A8
(149,153,168)
#A3A7B3
(163,167,179)
#B1B5BE
(177,181,190)
#BFC3C9
(191,195,201)
#CDD1D4
(205,209,212)
#DBDFDF
(219,223,223)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D617C; }

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

This text font color is #5D617C.


Background Color

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

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

This div background color is #5D617C.


Border color

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

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

This div border color is #5D617C.


Opacity

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

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

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

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

This text has shadow with #5D617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D617C on black background.


Color preview on white background

This text has color #5D617C on white background.



Black color preview on #5D617C background

This text has black color on #5D617C background.


White color preview on #5D617C background

This text has white color on #5D617C background.