COLOR #5C5378

HEX: #5C5378
RGB: (92,83,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
83
120

R + G + B ~ 39%. #5C5378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 83 + 120 = 295 (100%)
R 92 of 295 ~ 31.19%
G 83 of 295 ~ 28.14%
B 120 of 295 ~ 40.68%

%31.19
%28.14
%40.68

CMYK color model

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

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

CMYK percentages

%23.33
%30.83
%0
%52.94

Codes

Color #5C5378 in popluar color models

5C5378
RGB9283120
HSL255°18.23%39.80%
HSB/HSV255°30.83%47.06%
CMYK23.33%30.83%0.00%
52.94%

Color #5C5378 in popluar number systems.

HEX5C5378
Decimal9283120
Binary101110010100111111000
Octal134123170

Shades and tints

Shades of #5C5378

#5C5378
(92,83,120)
#544C6E
(84,76,110)
#4C4564
(76,69,100)
#443E5A
(68,62,90)
#3C3750
(60,55,80)
#343046
(52,48,70)
#2C293C
(44,41,60)
#242232
(36,34,50)
#1C1B28
(28,27,40)
#14141E
(20,20,30)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #5C5378

#5C5378
(92,83,120)
#6A6284
(106,98,132)
#787190
(120,113,144)
#86809C
(134,128,156)
#948FA8
(148,143,168)
#A29EB4
(162,158,180)
#B0ADC0
(176,173,192)
#BEBCCC
(190,188,204)
#CCCBD8
(204,203,216)
#DADAE4
(218,218,228)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5378; }

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

This text font color is #5C5378.


Background Color

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

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

This div background color is #5C5378.


Border color

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

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

This div border color is #5C5378.


Opacity

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

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

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

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

This text has shadow with #5C5378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5378 on black background.


Color preview on white background

This text has color #5C5378 on white background.



Black color preview on #5C5378 background

This text has black color on #5C5378 background.


White color preview on #5C5378 background

This text has white color on #5C5378 background.