COLOR #5D7193

HEX: #5D7193
RGB: (93,113,147)

Color info

#5D7193 contains red, green and blue colors in about the same proportion. Web safe color of #5D7193 is #666699 (or #669).

RGB color model

#5D7193 color RGB value is (93,113,147).

  • red value is 93;
  • green value is 113;
  • blue value is 147.
RGB:
(93,113,147)
(36%,44%,58%)

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 147 of 255 = 58%

93
113
147

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

Portions of RGB colors in percentages

R + G + B =
93 + 113 + 147 = 353 (100%)
R 93 of 353 ~ 26.35%
G 113 of 353 ~ 32.01%
B 147 of 353 ~ 41.64%

%26.35
%32.01
%41.64

CMYK color model

#5D7193 color CMYK value is (37,23,0,42).

  • cyan value is 36.73%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(37,23,0,42)
C37M23Y0K42 
(37%,23%,0%,42%)
(0.37/0.23/0.00/0.42)	

CMYK percentages

%36.73
%23.13
%0
%42.35

Codes

Color #5D7193 in popluar color models

5D7193
RGB93113147
HSL218°22.50%47.06%
HSB/HSV218°36.73%57.65%
CMYK36.73%23.13%0.00%
42.35%

Color #5D7193 in popluar number systems.

HEX5D7193
Decimal93113147
Binary1011101111000110010011
Octal135161223

Shades and tints

Shades of #5D7193

#5D7193
(93,113,147)
#556786
(85,103,134)
#4D5D79
(77,93,121)
#45536C
(69,83,108)
#3D495F
(61,73,95)
#353F52
(53,63,82)
#2D3545
(45,53,69)
#252B38
(37,43,56)
#1D212B
(29,33,43)
#15171E
(21,23,30)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D7193

#5D7193
(93,113,147)
#6B7D9C
(107,125,156)
#7989A5
(121,137,165)
#8795AE
(135,149,174)
#95A1B7
(149,161,183)
#A3ADC0
(163,173,192)
#B1B9C9
(177,185,201)
#BFC5D2
(191,197,210)
#CDD1DB
(205,209,219)
#DBDDE4
(219,221,228)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7193 color. Also use rgb(93,113,147) instead hex code.

Text Font Color

.myTextColor { color: #5D7193; }

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

This text font color is #5D7193.


Background Color

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

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

This div background color is #5D7193.


Border color

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

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

This div border color is #5D7193.


Opacity

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

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

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

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

This text has shadow with #5D7193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7193 on black background.


Color preview on white background

This text has color #5D7193 on white background.



Black color preview on #5D7193 background

This text has black color on #5D7193 background.


White color preview on #5D7193 background

This text has white color on #5D7193 background.