COLOR #5D7983

HEX: #5D7983
RGB: (93,121,131)

Color info

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

RGB color model

#5D7983 color RGB value is (93,121,131).

  • red value is 93;
  • green value is 121;
  • blue value is 131.
RGB:
(93,121,131)
(36%,47%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 131 of 255 = 51%

93
121
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 131 = 345 (100%)
R 93 of 345 ~ 26.96%
G 121 of 345 ~ 35.07%
B 131 of 345 ~ 37.97%

%26.96
%35.07
%37.97

CMYK color model

#5D7983 color CMYK value is (29,8,0,49).

  • cyan value is 29.01%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(29,8,0,49)
C29M8Y0K49 
(29%,8%,0%,49%)
(0.29/0.08/0.00/0.49)	

CMYK percentages

%29.01
%7.63
%0
%48.63

Codes

Color #5D7983 in popluar color models

5D7983
RGB93121131
HSL196°16.96%43.92%
HSB/HSV196°29.01%51.37%
CMYK29.01%7.63%0.00%
48.63%

Color #5D7983 in popluar number systems.

HEX5D7983
Decimal93121131
Binary1011101111100110000011
Octal135171203

Shades and tints

Shades of #5D7983

#5D7983
(93,121,131)
#556E78
(85,110,120)
#4D636D
(77,99,109)
#455862
(69,88,98)
#3D4D57
(61,77,87)
#35424C
(53,66,76)
#2D3741
(45,55,65)
#252C36
(37,44,54)
#1D212B
(29,33,43)
#151620
(21,22,32)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #5D7983

#5D7983
(93,121,131)
#6B858E
(107,133,142)
#799199
(121,145,153)
#879DA4
(135,157,164)
#95A9AF
(149,169,175)
#A3B5BA
(163,181,186)
#B1C1C5
(177,193,197)
#BFCDD0
(191,205,208)
#CDD9DB
(205,217,219)
#DBE5E6
(219,229,230)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7983 color. Also use rgb(93,121,131) instead hex code.

Text Font Color

.myTextColor { color: #5D7983; }

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

This text font color is #5D7983.


Background Color

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

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

This div background color is #5D7983.


Border color

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

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

This div border color is #5D7983.


Opacity

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

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

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

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

This text has shadow with #5D7983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7983 on black background.


Color preview on white background

This text has color #5D7983 on white background.



Black color preview on #5D7983 background

This text has black color on #5D7983 background.


White color preview on #5D7983 background

This text has white color on #5D7983 background.