COLOR #5C8580

HEX: #5C8580
RGB: (92,133,128)

Color info

#5C8580 contains red, green and blue colors in about the same proportion. Web safe color of #5C8580 is #669966 (or #696).

RGB color model

#5C8580 color RGB value is (92,133,128).

  • red value is 92;
  • green value is 133;
  • blue value is 128.
RGB:
(92,133,128)
(36%,52%,50%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 128 of 255 = 50%

92
133
128

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

Portions of RGB colors in percentages

R + G + B =
92 + 133 + 128 = 353 (100%)
R 92 of 353 ~ 26.06%
G 133 of 353 ~ 37.68%
B 128 of 353 ~ 36.26%

%26.06
%37.68
%36.26

CMYK color model

#5C8580 color CMYK value is (31,0,4,48).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(31,0,4,48)
C31M0Y4K48 
(31%,0%,4%,48%)
(0.31/0.00/0.04/0.48)	

CMYK percentages

%30.83
%0
%3.76
%47.84

Codes

Color #5C8580 in popluar color models

5C8580
RGB92133128
HSL173°18.22%44.12%
HSB/HSV173°30.83%52.16%
CMYK30.83%0.00%3.76%
47.84%

Color #5C8580 in popluar number systems.

HEX5C8580
Decimal92133128
Binary10111001000010110000000
Octal134205200

Shades and tints

Shades of #5C8580

#5C8580
(92,133,128)
#547975
(84,121,117)
#4C6D6A
(76,109,106)
#44615F
(68,97,95)
#3C5554
(60,85,84)
#344949
(52,73,73)
#2C3D3E
(44,61,62)
#243133
(36,49,51)
#1C2528
(28,37,40)
#14191D
(20,25,29)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #5C8580

#5C8580
(92,133,128)
#6A908B
(106,144,139)
#789B96
(120,155,150)
#86A6A1
(134,166,161)
#94B1AC
(148,177,172)
#A2BCB7
(162,188,183)
#B0C7C2
(176,199,194)
#BED2CD
(190,210,205)
#CCDDD8
(204,221,216)
#DAE8E3
(218,232,227)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8580 color. Also use rgb(92,133,128) instead hex code.

Text Font Color

.myTextColor { color: #5C8580; }

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

This text font color is #5C8580.


Background Color

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

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

This div background color is #5C8580.


Border color

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

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

This div border color is #5C8580.


Opacity

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

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

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

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

This text has shadow with #5C8580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8580 on black background.


Color preview on white background

This text has color #5C8580 on white background.



Black color preview on #5C8580 background

This text has black color on #5C8580 background.


White color preview on #5C8580 background

This text has white color on #5C8580 background.