COLOR #5D728E

HEX: #5D728E
RGB: (93,114,142)

Color info

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

RGB color model

#5D728E color RGB value is (93,114,142).

  • red value is 93;
  • green value is 114;
  • blue value is 142.
RGB:
(93,114,142)
(36%,45%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 142 of 255 = 56%

93
114
142

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 142 = 349 (100%)
R 93 of 349 ~ 26.65%
G 114 of 349 ~ 32.66%
B 142 of 349 ~ 40.69%

%26.65
%32.66
%40.69

CMYK color model

#5D728E color CMYK value is (35,20,0,44).

  • cyan value is 34.51%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(35,20,0,44)
C35M20Y0K44 
(35%,20%,0%,44%)
(0.35/0.20/0.00/0.44)	

CMYK percentages

%34.51
%19.72
%0
%44.31

Codes

Color #5D728E in popluar color models

5D728E
RGB93114142
HSL214°20.85%46.08%
HSB/HSV214°34.51%55.69%
CMYK34.51%19.72%0.00%
44.31%

Color #5D728E in popluar number systems.

HEX5D728E
Decimal93114142
Binary1011101111001010001110
Octal135162216

Shades and tints

Shades of #5D728E

#5D728E
(93,114,142)
#556882
(85,104,130)
#4D5E76
(77,94,118)
#45546A
(69,84,106)
#3D4A5E
(61,74,94)
#354052
(53,64,82)
#2D3646
(45,54,70)
#252C3A
(37,44,58)
#1D222E
(29,34,46)
#151822
(21,24,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #5D728E

#5D728E
(93,114,142)
#6B7E98
(107,126,152)
#798AA2
(121,138,162)
#8796AC
(135,150,172)
#95A2B6
(149,162,182)
#A3AEC0
(163,174,192)
#B1BACA
(177,186,202)
#BFC6D4
(191,198,212)
#CDD2DE
(205,210,222)
#DBDEE8
(219,222,232)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D728E color. Also use rgb(93,114,142) instead hex code.

Text Font Color

.myTextColor { color: #5D728E; }

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

This text font color is #5D728E.


Background Color

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

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

This div background color is #5D728E.


Border color

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

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

This div border color is #5D728E.


Opacity

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

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

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

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

This text has shadow with #5D728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D728E on black background.


Color preview on white background

This text has color #5D728E on white background.



Black color preview on #5D728E background

This text has black color on #5D728E background.


White color preview on #5D728E background

This text has white color on #5D728E background.