COLOR #5D899B

HEX: #5D899B
RGB: (93,137,155)

Color info

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

RGB color model

#5D899B color RGB value is (93,137,155).

  • red value is 93;
  • green value is 137;
  • blue value is 155.
RGB:
(93,137,155)
(36%,54%,61%)

RGB channels and saturation

R 93 of 255 = 36%
G 137 of 255 = 54%
B 155 of 255 = 61%

93
137
155

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

Portions of RGB colors in percentages

R + G + B =
93 + 137 + 155 = 385 (100%)
R 93 of 385 ~ 24.16%
G 137 of 385 ~ 35.58%
B 155 of 385 ~ 40.26%

%24.16
%35.58
%40.26

CMYK color model

#5D899B color CMYK value is (40,12,0,39).

  • cyan value is 40.00%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(40,12,0,39)
C40M12Y0K39 
(40%,12%,0%,39%)
(0.40/0.12/0.00/0.39)	

CMYK percentages

%40
%11.61
%0
%39.22

Codes

Color #5D899B in popluar color models

5D899B
RGB93137155
HSL197°25.00%48.63%
HSB/HSV197°40.00%60.78%
CMYK40.00%11.61%0.00%
39.22%

Color #5D899B in popluar number systems.

HEX5D899B
Decimal93137155
Binary10111011000100110011011
Octal135211233

Shades and tints

Shades of #5D899B

#5D899B
(93,137,155)
#557D8D
(85,125,141)
#4D717F
(77,113,127)
#456571
(69,101,113)
#3D5963
(61,89,99)
#354D55
(53,77,85)
#2D4147
(45,65,71)
#253539
(37,53,57)
#1D292B
(29,41,43)
#151D1D
(21,29,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5D899B

#5D899B
(93,137,155)
#6B93A4
(107,147,164)
#799DAD
(121,157,173)
#87A7B6
(135,167,182)
#95B1BF
(149,177,191)
#A3BBC8
(163,187,200)
#B1C5D1
(177,197,209)
#BFCFDA
(191,207,218)
#CDD9E3
(205,217,227)
#DBE3EC
(219,227,236)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D899B color. Also use rgb(93,137,155) instead hex code.

Text Font Color

.myTextColor { color: #5D899B; }

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

This text font color is #5D899B.


Background Color

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

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

This div background color is #5D899B.


Border color

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

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

This div border color is #5D899B.


Opacity

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

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

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

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

This text has shadow with #5D899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D899B on black background.


Color preview on white background

This text has color #5D899B on white background.



Black color preview on #5D899B background

This text has black color on #5D899B background.


White color preview on #5D899B background

This text has white color on #5D899B background.