COLOR #5B997C

HEX: #5B997C RGB: (91,153,124)

Color info

#5B997C contains mainly green and blue colors. Web safe color of #5B997C is #669966 (or #696).

RGB color model

#5B997C color RGB value is (91,153,124).

RGB: (91,153,124) (36%, 60%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 124 of 255 = 49%

91
153
124

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

Portions of RGB colors in percentages

R + G + B = 91 + 153 + 124 = 368 (100%)
R 91 of 368 ~ 24.73%
G 153 of 368 ~ 41.58%
B 124 of 368 ~ 33.7'%

%24.73
%41.58
%33.7

CMYK color model

#5B997C color CMYK value is (41,0,19,40).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%

CMYK: (41,0,19,40)
C41M0Y19K40 (41%, 0%, 19%, 40%)
(0.41 / 0.00 / 0.19 / 0.40)

CMYK percentages

%40.52
%0
%18.95
%40

Codes

Color #5B997C in popluar color models

5B 99 7C
RGB 91 153 124
HSL 152° 25.41% 47.84%
HSB/HSV 152° 40.52% 60.00%
CMYK 40.52% 0.00% 18.95%
40.00%

Color #5B997C in popluar number systems.

HEX 5B 99 7C
Decimal 91 153 124
Binary 1011011 10011001 1111100
Octal 133 231 174

Shades and tints

Shades of #5B997C

#5B997C
(91,153,124)
#538C71
(83,140,113)
#4B7F66
(75,127,102)
#43725B
(67,114,91)
#3B6550
(59,101,80)
#335845
(51,88,69)
#2B4B3A
(43,75,58)
#233E2F
(35,62,47)
#1B3124
(27,49,36)
#132419
(19,36,25)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #5B997C

#5B997C
(91,153,124)
#69A287
(105,162,135)
#77AB92
(119,171,146)
#85B49D
(133,180,157)
#93BDA8
(147,189,168)
#A1C6B3
(161,198,179)
#AFCFBE
(175,207,190)
#BDD8C9
(189,216,201)
#CBE1D4
(203,225,212)
#D9EADF
(217,234,223)
#E7F3EA
(231,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B997C; }

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

This text font color is #5B997C.

Background Color

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

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

This div background color is #5B997C.

Border color

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

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

This div border color is #5B997C.

Opacity

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

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

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

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

This text has shadow with #5B997C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B997C.

Preview

Color preview on black background

This text has color #5B997C on black background.


Color preview on white background

This text has color #5B997C on white background.


Black color preview on #5B997C background

This text has black color on #5B997C background.


White color preview on #5B997C background

This text has white color on #5B997C background.


Related colors

Complementary color

Complementary color for #hex is #A46683.


I love getcolorcode.com

Triadic colors

1 #7C5B99 and #997C5B with #5B997C are triadic colors.

2 #7C995B and #995B7C with #5B997C are triadic colors.