COLOR #5C9587

HEX: #5C9587
RGB: (92,149,135)

Color info

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

RGB color model

#5C9587 color RGB value is (92,149,135).

  • red value is 92;
  • green value is 149;
  • blue value is 135.
RGB:
(92,149,135)
(36%,58%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 135 of 255 = 53%

92
149
135

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 135 = 376 (100%)
R 92 of 376 ~ 24.47%
G 149 of 376 ~ 39.63%
B 135 of 376 ~ 35.9%

%24.47
%39.63
%35.9

CMYK color model

#5C9587 color CMYK value is (38,0,9,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(38,0,9,42)
C38M0Y9K42 
(38%,0%,9%,42%)
(0.38/0.00/0.09/0.42)	

CMYK percentages

%38.26
%0
%9.4
%41.57

Codes

Color #5C9587 in popluar color models

5C9587
RGB92149135
HSL165°23.65%47.25%
HSB/HSV165°38.26%58.43%
CMYK38.26%0.00%9.40%
41.57%

Color #5C9587 in popluar number systems.

HEX5C9587
Decimal92149135
Binary10111001001010110000111
Octal134225207

Shades and tints

Shades of #5C9587

#5C9587
(92,149,135)
#54887B
(84,136,123)
#4C7B6F
(76,123,111)
#446E63
(68,110,99)
#3C6157
(60,97,87)
#34544B
(52,84,75)
#2C473F
(44,71,63)
#243A33
(36,58,51)
#1C2D27
(28,45,39)
#14201B
(20,32,27)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C9587

#5C9587
(92,149,135)
#6A9E91
(106,158,145)
#78A79B
(120,167,155)
#86B0A5
(134,176,165)
#94B9AF
(148,185,175)
#A2C2B9
(162,194,185)
#B0CBC3
(176,203,195)
#BED4CD
(190,212,205)
#CCDDD7
(204,221,215)
#DAE6E1
(218,230,225)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9587 color. Also use rgb(92,149,135) instead hex code.

Text Font Color

.myTextColor { color: #5C9587; }

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

This text font color is #5C9587.


Background Color

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

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

This div background color is #5C9587.


Border color

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

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

This div border color is #5C9587.


Opacity

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

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

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

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

This text has shadow with #5C9587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9587 on black background.


Color preview on white background

This text has color #5C9587 on white background.



Black color preview on #5C9587 background

This text has black color on #5C9587 background.


White color preview on #5C9587 background

This text has white color on #5C9587 background.