COLOR #5C587C

HEX: #5C587C
RGB: (92,88,124)

Color info

#5C587C contains red, green and blue colors in about the same proportion. Web safe color of #5C587C is #666666 (or #666).

RGB color model

#5C587C color RGB value is (92,88,124).

  • red value is 92;
  • green value is 88;
  • blue value is 124.
RGB:
(92,88,124)
(36%,35%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 124 of 255 = 49%

92
88
124

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

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 124 = 304 (100%)
R 92 of 304 ~ 30.26%
G 88 of 304 ~ 28.95%
B 124 of 304 ~ 40.79%

%30.26
%28.95
%40.79

CMYK color model

#5C587C color CMYK value is (26,29,0,51).

  • cyan value is 25.81%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(26,29,0,51)
C26M29Y0K51 
(26%,29%,0%,51%)
(0.26/0.29/0.00/0.51)	

CMYK percentages

%25.81
%29.03
%0
%51.37

Codes

Color #5C587C in popluar color models

5C587C
RGB9288124
HSL247°16.98%41.57%
HSB/HSV247°29.03%48.63%
CMYK25.81%29.03%0.00%
51.37%

Color #5C587C in popluar number systems.

HEX5C587C
Decimal9288124
Binary101110010110001111100
Octal134130174

Shades and tints

Shades of #5C587C

#5C587C
(92,88,124)
#545071
(84,80,113)
#4C4866
(76,72,102)
#44405B
(68,64,91)
#3C3850
(60,56,80)
#343045
(52,48,69)
#2C283A
(44,40,58)
#24202F
(36,32,47)
#1C1824
(28,24,36)
#141019
(20,16,25)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #5C587C

#5C587C
(92,88,124)
#6A6787
(106,103,135)
#787692
(120,118,146)
#86859D
(134,133,157)
#9494A8
(148,148,168)
#A2A3B3
(162,163,179)
#B0B2BE
(176,178,190)
#BEC1C9
(190,193,201)
#CCD0D4
(204,208,212)
#DADFDF
(218,223,223)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C587C color. Also use rgb(92,88,124) instead hex code.

Text Font Color

.myTextColor { color: #5C587C; }

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

This text font color is #5C587C.


Background Color

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

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

This div background color is #5C587C.


Border color

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

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

This div border color is #5C587C.


Opacity

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

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

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

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

This text has shadow with #5C587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C587C on black background.


Color preview on white background

This text has color #5C587C on white background.



Black color preview on #5C587C background

This text has black color on #5C587C background.


White color preview on #5C587C background

This text has white color on #5C587C background.