COLOR #5B8682

HEX: #5B8682
RGB: (91,134,130)

Color info

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

RGB color model

#5B8682 color RGB value is (91,134,130).

  • red value is 91;
  • green value is 134;
  • blue value is 130.
RGB:
(91,134,130)
(36%,53%,51%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 130 of 255 = 51%

91
134
130

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 130 = 355 (100%)
R 91 of 355 ~ 25.63%
G 134 of 355 ~ 37.75%
B 130 of 355 ~ 36.62%

%25.63
%37.75
%36.62

CMYK color model

#5B8682 color CMYK value is (32,0,3,47).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(32,0,3,47)
C32M0Y3K47 
(32%,0%,3%,47%)
(0.32/0.00/0.03/0.47)	

CMYK percentages

%32.09
%0
%2.99
%47.45

Codes

Color #5B8682 in popluar color models

5B8682
RGB91134130
HSL174°19.11%44.12%
HSB/HSV174°32.09%52.55%
CMYK32.09%0.00%2.99%
47.45%

Color #5B8682 in popluar number systems.

HEX5B8682
Decimal91134130
Binary10110111000011010000010
Octal133206202

Shades and tints

Shades of #5B8682

#5B8682
(91,134,130)
#537A77
(83,122,119)
#4B6E6C
(75,110,108)
#436261
(67,98,97)
#3B5656
(59,86,86)
#334A4B
(51,74,75)
#2B3E40
(43,62,64)
#233235
(35,50,53)
#1B262A
(27,38,42)
#131A1F
(19,26,31)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #5B8682

#5B8682
(91,134,130)
#69918D
(105,145,141)
#779C98
(119,156,152)
#85A7A3
(133,167,163)
#93B2AE
(147,178,174)
#A1BDB9
(161,189,185)
#AFC8C4
(175,200,196)
#BDD3CF
(189,211,207)
#CBDEDA
(203,222,218)
#D9E9E5
(217,233,229)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8682 color. Also use rgb(91,134,130) instead hex code.

Text Font Color

.myTextColor { color: #5B8682; }

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

This text font color is #5B8682.


Background Color

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

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

This div background color is #5B8682.


Border color

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

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

This div border color is #5B8682.


Opacity

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

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

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

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

This text has shadow with #5B8682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8682 on black background.


Color preview on white background

This text has color #5B8682 on white background.



Black color preview on #5B8682 background

This text has black color on #5B8682 background.


White color preview on #5B8682 background

This text has white color on #5B8682 background.