COLOR #5C9594

HEX: #5C9594
RGB: (92,149,148)

Color info

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

RGB color model

#5C9594 color RGB value is (92,149,148).

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

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 148 of 255 = 58%

92
149
148

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 148 = 389 (100%)
R 92 of 389 ~ 23.65%
G 149 of 389 ~ 38.3%
B 148 of 389 ~ 38.05%

%23.65
%38.3
%38.05

CMYK color model

#5C9594 color CMYK value is (38,0,1,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(38,0,1,42)
C38M0Y1K42 
(38%,0%,1%,42%)
(0.38/0.00/0.01/0.42)	

CMYK percentages

%38.26
%0
%0.67
%41.57

Codes

Color #5C9594 in popluar color models

5C9594
RGB92149148
HSL179°23.65%47.25%
HSB/HSV179°38.26%58.43%
CMYK38.26%0.00%0.67%
41.57%

Color #5C9594 in popluar number systems.

HEX5C9594
Decimal92149148
Binary10111001001010110010100
Octal134225224

Shades and tints

Shades of #5C9594

#5C9594
(92,149,148)
#548887
(84,136,135)
#4C7B7A
(76,123,122)
#446E6D
(68,110,109)
#3C6160
(60,97,96)
#345453
(52,84,83)
#2C4746
(44,71,70)
#243A39
(36,58,57)
#1C2D2C
(28,45,44)
#14201F
(20,32,31)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #5C9594

#5C9594
(92,149,148)
#6A9E9D
(106,158,157)
#78A7A6
(120,167,166)
#86B0AF
(134,176,175)
#94B9B8
(148,185,184)
#A2C2C1
(162,194,193)
#B0CBCA
(176,203,202)
#BED4D3
(190,212,211)
#CCDDDC
(204,221,220)
#DAE6E5
(218,230,229)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9594; }

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

This text font color is #5C9594.


Background Color

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

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

This div background color is #5C9594.


Border color

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

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

This div border color is #5C9594.


Opacity

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

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

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

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

This text has shadow with #5C9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9594 on black background.


Color preview on white background

This text has color #5C9594 on white background.



Black color preview on #5C9594 background

This text has black color on #5C9594 background.


White color preview on #5C9594 background

This text has white color on #5C9594 background.