COLOR #5B998D

HEX: #5B998D
RGB: (91,153,141)

Color info

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

RGB color model

#5B998D color RGB value is (91,153,141).

  • red value is 91;
  • green value is 153;
  • blue value is 141.
RGB:
(91,153,141)
(36%,60%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 141 of 255 = 55%

91
153
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 153 + 141 = 385 (100%)
R 91 of 385 ~ 23.64%
G 153 of 385 ~ 39.74%
B 141 of 385 ~ 36.62%

%23.64
%39.74
%36.62

CMYK color model

#5B998D color CMYK value is (41,0,8,40).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK:
(41,0,8,40)
C41M0Y8K40 
(41%,0%,8%,40%)
(0.41/0.00/0.08/0.40)	

CMYK percentages

%40.52
%0
%7.84
%40

Codes

Color #5B998D in popluar color models

5B998D
RGB91153141
HSL168°25.41%47.84%
HSB/HSV168°40.52%60.00%
CMYK40.52%0.00%7.84%
40.00%

Color #5B998D in popluar number systems.

HEX5B998D
Decimal91153141
Binary10110111001100110001101
Octal133231215

Shades and tints

Shades of #5B998D

#5B998D
(91,153,141)
#538C81
(83,140,129)
#4B7F75
(75,127,117)
#437269
(67,114,105)
#3B655D
(59,101,93)
#335851
(51,88,81)
#2B4B45
(43,75,69)
#233E39
(35,62,57)
#1B312D
(27,49,45)
#132421
(19,36,33)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #5B998D

#5B998D
(91,153,141)
#69A297
(105,162,151)
#77ABA1
(119,171,161)
#85B4AB
(133,180,171)
#93BDB5
(147,189,181)
#A1C6BF
(161,198,191)
#AFCFC9
(175,207,201)
#BDD8D3
(189,216,211)
#CBE1DD
(203,225,221)
#D9EAE7
(217,234,231)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B998D color. Also use rgb(91,153,141) instead hex code.

Text Font Color

.myTextColor { color: #5B998D; }

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

This text font color is #5B998D.


Background Color

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

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

This div background color is #5B998D.


Border color

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

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

This div border color is #5B998D.


Opacity

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

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

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

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

This text has shadow with #5B998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B998D on black background.


Color preview on white background

This text has color #5B998D on white background.



Black color preview on #5B998D background

This text has black color on #5B998D background.


White color preview on #5B998D background

This text has white color on #5B998D background.