COLOR #5D8B9D

HEX: #5D8B9D
RGB: (93,139,157)

Color info

#5D8B9D contains mainly green and blue colors. Web safe color of #5D8B9D is #669999 (or #699).

RGB color model

#5D8B9D color RGB value is (93,139,157).

  • red value is 93;
  • green value is 139;
  • blue value is 157.
RGB:
(93,139,157)
(36%,55%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 139 of 255 = 55%
B 157 of 255 = 62%

93
139
157

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

Portions of RGB colors in percentages

R + G + B =
93 + 139 + 157 = 389 (100%)
R 93 of 389 ~ 23.91%
G 139 of 389 ~ 35.73%
B 157 of 389 ~ 40.36%

%23.91
%35.73
%40.36

CMYK color model

#5D8B9D color CMYK value is (41,11,0,38).

  • cyan value is 40.76%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(41,11,0,38)
C41M11Y0K38 
(41%,11%,0%,38%)
(0.41/0.11/0.00/0.38)	

CMYK percentages

%40.76
%11.46
%0
%38.43

Codes

Color #5D8B9D in popluar color models

5D8B9D
RGB93139157
HSL197°25.60%49.02%
HSB/HSV197°40.76%61.57%
CMYK40.76%11.46%0.00%
38.43%

Color #5D8B9D in popluar number systems.

HEX5D8B9D
Decimal93139157
Binary10111011000101110011101
Octal135213235

Shades and tints

Shades of #5D8B9D

#5D8B9D
(93,139,157)
#557F8F
(85,127,143)
#4D7381
(77,115,129)
#456773
(69,103,115)
#3D5B65
(61,91,101)
#354F57
(53,79,87)
#2D4349
(45,67,73)
#25373B
(37,55,59)
#1D2B2D
(29,43,45)
#151F1F
(21,31,31)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #5D8B9D

#5D8B9D
(93,139,157)
#6B95A5
(107,149,165)
#799FAD
(121,159,173)
#87A9B5
(135,169,181)
#95B3BD
(149,179,189)
#A3BDC5
(163,189,197)
#B1C7CD
(177,199,205)
#BFD1D5
(191,209,213)
#CDDBDD
(205,219,221)
#DBE5E5
(219,229,229)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8B9D color. Also use rgb(93,139,157) instead hex code.

Text Font Color

.myTextColor { color: #5D8B9D; }

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

This text font color is #5D8B9D.


Background Color

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

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

This div background color is #5D8B9D.


Border color

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

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

This div border color is #5D8B9D.


Opacity

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

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

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

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

This text has shadow with #5D8B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8B9D on black background.


Color preview on white background

This text has color #5D8B9D on white background.



Black color preview on #5D8B9D background

This text has black color on #5D8B9D background.


White color preview on #5D8B9D background

This text has white color on #5D8B9D background.