COLOR #5D7185

HEX: #5D7185 RGB: (93,113,133)

Color info

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

RGB color model

#5D7185 color RGB value is (93,113,133).

RGB: (93,113,133) (36%, 44%, 52%)

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 133 of 255 = 52%

93
113
133

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

Portions of RGB colors in percentages

R + G + B = 93 + 113 + 133 = 339 (100%)
R 93 of 339 ~ 27.43%
G 113 of 339 ~ 33.33%
B 133 of 339 ~ 39.23'%

%27.43
%33.33
%39.23

CMYK color model

#5D7185 color CMYK value is (30,15,0,48).

  • cyan value is 30.08%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (30,15,0,48) C30M15Y0K48 (30%,15%,0%,48%) (0.30/0.15/0.00/0.48) 

CMYK percentages

%30.08
%15.04
%0
%47.84

Codes

Color #5D7185 in popluar color models

5D 71 85
RGB 93 113 133
HSL 210° 17.70% 44.31%
HSB/HSV 210° 30.08% 52.16%
CMYK 30.08% 15.04% 0.00%
47.84%

Color #5D7185 in popluar number systems.

HEX 5D 71 85
Decimal 93 113 133
Binary 1011101 1110001 10000101
Octal 135 161 205

Shades and tints

Shades of #5D7185

#5D7185
(93,113,133)
#556779
(85,103,121)
#4D5D6D
(77,93,109)
#455361
(69,83,97)
#3D4955
(61,73,85)
#353F49
(53,63,73)
#2D353D
(45,53,61)
#252B31
(37,43,49)
#1D2125
(29,33,37)
#151719
(21,23,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D7185

#5D7185
(93,113,133)
#6B7D90
(107,125,144)
#79899B
(121,137,155)
#8795A6
(135,149,166)
#95A1B1
(149,161,177)
#A3ADBC
(163,173,188)
#B1B9C7
(177,185,199)
#BFC5D2
(191,197,210)
#CDD1DD
(205,209,221)
#DBDDE8
(219,221,232)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7185; }

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

This text font color is #5D7185.

Background Color

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

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

This div background color is #5D7185.

Border color

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

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

This div border color is #5D7185.

Opacity

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

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

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

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

This text has shadow with #5D7185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7185.

Preview

Color preview on black background

This text has color #5D7185 on black background.


Color preview on white background

This text has color #5D7185 on white background.


Black color preview on #5D7185 background

This text has black color on #5D7185 background.


White color preview on #5D7185 background

This text has white color on #5D7185 background.


Related colors

Complementary color

Complementary color for #hex is #A28E7A.


I love getcolorcode.com

Triadic colors

1 #855D71 and #71855D with #5D7185 are triadic colors.

2 #85715D and #715D85 with #5D7185 are triadic colors.