COLOR #5D868B

HEX: #5D868B
RGB: (93,134,139)

Color info

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

RGB color model

#5D868B color RGB value is (93,134,139).

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

RGB channels and saturation

R 93 of 255 = 36%
G 134 of 255 = 53%
B 139 of 255 = 55%

93
134
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 134 + 139 = 366 (100%)
R 93 of 366 ~ 25.41%
G 134 of 366 ~ 36.61%
B 139 of 366 ~ 37.98%

%25.41
%36.61
%37.98

CMYK color model

#5D868B color CMYK value is (33,4,0,45).

  • cyan value is 33.09%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,4,0,45)
C33M4Y0K45 
(33%,4%,0%,45%)
(0.33/0.04/0.00/0.45)	

CMYK percentages

%33.09
%3.6
%0
%45.49

Codes

Color #5D868B in popluar color models

5D868B
RGB93134139
HSL187°19.83%45.49%
HSB/HSV187°33.09%54.51%
CMYK33.09%3.60%0.00%
45.49%

Color #5D868B in popluar number systems.

HEX5D868B
Decimal93134139
Binary10111011000011010001011
Octal135206213

Shades and tints

Shades of #5D868B

#5D868B
(93,134,139)
#557A7F
(85,122,127)
#4D6E73
(77,110,115)
#456267
(69,98,103)
#3D565B
(61,86,91)
#354A4F
(53,74,79)
#2D3E43
(45,62,67)
#253237
(37,50,55)
#1D262B
(29,38,43)
#151A1F
(21,26,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #5D868B

#5D868B
(93,134,139)
#6B9195
(107,145,149)
#799C9F
(121,156,159)
#87A7A9
(135,167,169)
#95B2B3
(149,178,179)
#A3BDBD
(163,189,189)
#B1C8C7
(177,200,199)
#BFD3D1
(191,211,209)
#CDDEDB
(205,222,219)
#DBE9E5
(219,233,229)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D868B; }

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

This text font color is #5D868B.


Background Color

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

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

This div background color is #5D868B.


Border color

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

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

This div border color is #5D868B.


Opacity

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

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

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

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

This text has shadow with #5D868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D868B on black background.


Color preview on white background

This text has color #5D868B on white background.



Black color preview on #5D868B background

This text has black color on #5D868B background.


White color preview on #5D868B background

This text has white color on #5D868B background.