COLOR #5C8B89

HEX: #5C8B89
RGB: (92,139,137)

Color info

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

RGB color model

#5C8B89 color RGB value is (92,139,137).

  • red value is 92;
  • green value is 139;
  • blue value is 137.
RGB:
(92,139,137)
(36%,55%,54%)

RGB channels and saturation

R 92 of 255 = 36%
G 139 of 255 = 55%
B 137 of 255 = 54%

92
139
137

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

Portions of RGB colors in percentages

R + G + B =
92 + 139 + 137 = 368 (100%)
R 92 of 368 ~ 25%
G 139 of 368 ~ 37.77%
B 137 of 368 ~ 37.23%

%25
%37.77
%37.23

CMYK color model

#5C8B89 color CMYK value is (34,0,1,45).

  • cyan value is 33.81%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(34,0,1,45)
C34M0Y1K45 
(34%,0%,1%,45%)
(0.34/0.00/0.01/0.45)	

CMYK percentages

%33.81
%0
%1.44
%45.49

Codes

Color #5C8B89 in popluar color models

5C8B89
RGB92139137
HSL177°20.35%45.29%
HSB/HSV177°33.81%54.51%
CMYK33.81%0.00%1.44%
45.49%

Color #5C8B89 in popluar number systems.

HEX5C8B89
Decimal92139137
Binary10111001000101110001001
Octal134213211

Shades and tints

Shades of #5C8B89

#5C8B89
(92,139,137)
#547F7D
(84,127,125)
#4C7371
(76,115,113)
#446765
(68,103,101)
#3C5B59
(60,91,89)
#344F4D
(52,79,77)
#2C4341
(44,67,65)
#243735
(36,55,53)
#1C2B29
(28,43,41)
#141F1D
(20,31,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5C8B89

#5C8B89
(92,139,137)
#6A9593
(106,149,147)
#789F9D
(120,159,157)
#86A9A7
(134,169,167)
#94B3B1
(148,179,177)
#A2BDBB
(162,189,187)
#B0C7C5
(176,199,197)
#BED1CF
(190,209,207)
#CCDBD9
(204,219,217)
#DAE5E3
(218,229,227)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8B89 color. Also use rgb(92,139,137) instead hex code.

Text Font Color

.myTextColor { color: #5C8B89; }

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

This text font color is #5C8B89.


Background Color

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

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

This div background color is #5C8B89.


Border color

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

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

This div border color is #5C8B89.


Opacity

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

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

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

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

This text has shadow with #5C8B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8B89 on black background.


Color preview on white background

This text has color #5C8B89 on white background.



Black color preview on #5C8B89 background

This text has black color on #5C8B89 background.


White color preview on #5C8B89 background

This text has white color on #5C8B89 background.