COLOR #5B8395

HEX: #5B8395
RGB: (91,131,149)

Color info

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

RGB color model

#5B8395 color RGB value is (91,131,149).

  • red value is 91;
  • green value is 131;
  • blue value is 149.
RGB:
(91,131,149)
(36%,51%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 131 of 255 = 51%
B 149 of 255 = 58%

91
131
149

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

Portions of RGB colors in percentages

R + G + B =
91 + 131 + 149 = 371 (100%)
R 91 of 371 ~ 24.53%
G 131 of 371 ~ 35.31%
B 149 of 371 ~ 40.16%

%24.53
%35.31
%40.16

CMYK color model

#5B8395 color CMYK value is (39,12,0,42).

  • cyan value is 38.93%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(39,12,0,42)
C39M12Y0K42 
(39%,12%,0%,42%)
(0.39/0.12/0.00/0.42)	

CMYK percentages

%38.93
%12.08
%0
%41.57

Codes

Color #5B8395 in popluar color models

5B8395
RGB91131149
HSL199°24.17%47.06%
HSB/HSV199°38.93%58.43%
CMYK38.93%12.08%0.00%
41.57%

Color #5B8395 in popluar number systems.

HEX5B8395
Decimal91131149
Binary10110111000001110010101
Octal133203225

Shades and tints

Shades of #5B8395

#5B8395
(91,131,149)
#537888
(83,120,136)
#4B6D7B
(75,109,123)
#43626E
(67,98,110)
#3B5761
(59,87,97)
#334C54
(51,76,84)
#2B4147
(43,65,71)
#23363A
(35,54,58)
#1B2B2D
(27,43,45)
#132020
(19,32,32)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #5B8395

#5B8395
(91,131,149)
#698E9E
(105,142,158)
#7799A7
(119,153,167)
#85A4B0
(133,164,176)
#93AFB9
(147,175,185)
#A1BAC2
(161,186,194)
#AFC5CB
(175,197,203)
#BDD0D4
(189,208,212)
#CBDBDD
(203,219,221)
#D9E6E6
(217,230,230)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8395 color. Also use rgb(91,131,149) instead hex code.

Text Font Color

.myTextColor { color: #5B8395; }

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

This text font color is #5B8395.


Background Color

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

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

This div background color is #5B8395.


Border color

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

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

This div border color is #5B8395.


Opacity

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

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

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

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

This text has shadow with #5B8395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8395 on black background.


Color preview on white background

This text has color #5B8395 on white background.



Black color preview on #5B8395 background

This text has black color on #5B8395 background.


White color preview on #5B8395 background

This text has white color on #5B8395 background.