COLOR #5C5C78

HEX: #5C5C78
RGB: (92,92,120)

Color info

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

RGB color model

#5C5C78 color RGB value is (92,92,120).

  • red value is 92;
  • green value is 92;
  • blue value is 120.
RGB:
(92,92,120)
(36%,36%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 120 of 255 = 47%

92
92
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 120 = 304 (100%)
R 92 of 304 ~ 30.26%
G 92 of 304 ~ 30.26%
B 120 of 304 ~ 39.47%

%30.26
%30.26
%39.47

CMYK color model

#5C5C78 color CMYK value is (23,23,0,53).

  • cyan value is 23.33%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,23,0,53)
C23M23Y0K53 
(23%,23%,0%,53%)
(0.23/0.23/0.00/0.53)	

CMYK percentages

%23.33
%23.33
%0
%52.94

Codes

Color #5C5C78 in popluar color models

5C5C78
RGB9292120
HSL240°13.21%41.57%
HSB/HSV240°23.33%47.06%
CMYK23.33%23.33%0.00%
52.94%

Color #5C5C78 in popluar number systems.

HEX5C5C78
Decimal9292120
Binary101110010111001111000
Octal134134170

Shades and tints

Shades of #5C5C78

#5C5C78
(92,92,120)
#54546E
(84,84,110)
#4C4C64
(76,76,100)
#44445A
(68,68,90)
#3C3C50
(60,60,80)
#343446
(52,52,70)
#2C2C3C
(44,44,60)
#242432
(36,36,50)
#1C1C28
(28,28,40)
#14141E
(20,20,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #5C5C78

#5C5C78
(92,92,120)
#6A6A84
(106,106,132)
#787890
(120,120,144)
#86869C
(134,134,156)
#9494A8
(148,148,168)
#A2A2B4
(162,162,180)
#B0B0C0
(176,176,192)
#BEBECC
(190,190,204)
#CCCCD8
(204,204,216)
#DADAE4
(218,218,228)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C78; }

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

This text font color is #5C5C78.


Background Color

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

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

This div background color is #5C5C78.


Border color

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

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

This div border color is #5C5C78.


Opacity

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

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

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

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

This text has shadow with #5C5C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5C78 on black background.


Color preview on white background

This text has color #5C5C78 on white background.



Black color preview on #5C5C78 background

This text has black color on #5C5C78 background.


White color preview on #5C5C78 background

This text has white color on #5C5C78 background.