COLOR #5D8183

HEX: #5D8183
RGB: (93,129,131)

Color info

#5D8183 contains red, green and blue colors in about the same proportion. Web safe color of #5D8183 is #669999 (or #699).

RGB color model

#5D8183 color RGB value is (93,129,131).

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

RGB channels and saturation

R 93 of 255 = 36%
G 129 of 255 = 51%
B 131 of 255 = 51%

93
129
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 129 + 131 = 353 (100%)
R 93 of 353 ~ 26.35%
G 129 of 353 ~ 36.54%
B 131 of 353 ~ 37.11%

%26.35
%36.54
%37.11

CMYK color model

#5D8183 color CMYK value is (29,2,0,49).

  • cyan value is 29.01%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(29,2,0,49)
C29M2Y0K49 
(29%,2%,0%,49%)
(0.29/0.02/0.00/0.49)	

CMYK percentages

%29.01
%1.53
%0
%48.63

Codes

Color #5D8183 in popluar color models

5D8183
RGB93129131
HSL183°16.96%43.92%
HSB/HSV183°29.01%51.37%
CMYK29.01%1.53%0.00%
48.63%

Color #5D8183 in popluar number systems.

HEX5D8183
Decimal93129131
Binary10111011000000110000011
Octal135201203

Shades and tints

Shades of #5D8183

#5D8183
(93,129,131)
#557678
(85,118,120)
#4D6B6D
(77,107,109)
#456062
(69,96,98)
#3D5557
(61,85,87)
#354A4C
(53,74,76)
#2D3F41
(45,63,65)
#253436
(37,52,54)
#1D292B
(29,41,43)
#151E20
(21,30,32)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #5D8183

#5D8183
(93,129,131)
#6B8C8E
(107,140,142)
#799799
(121,151,153)
#87A2A4
(135,162,164)
#95ADAF
(149,173,175)
#A3B8BA
(163,184,186)
#B1C3C5
(177,195,197)
#BFCED0
(191,206,208)
#CDD9DB
(205,217,219)
#DBE4E6
(219,228,230)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8183; }

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

This text font color is #5D8183.


Background Color

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

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

This div background color is #5D8183.


Border color

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

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

This div border color is #5D8183.


Opacity

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

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

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

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

This text has shadow with #5D8183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8183 on black background.


Color preview on white background

This text has color #5D8183 on white background.



Black color preview on #5D8183 background

This text has black color on #5D8183 background.


White color preview on #5D8183 background

This text has white color on #5D8183 background.