COLOR #5C5D93

HEX: #5C5D93
RGB: (92,93,147)

Color info

#5C5D93 contains red, green and blue colors in about the same proportion. Web safe color of #5C5D93 is #666699 (or #669).

RGB color model

#5C5D93 color RGB value is (92,93,147).

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

RGB channels and saturation

R 92 of 255 = 36%
G 93 of 255 = 36%
B 147 of 255 = 58%

92
93
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 93 + 147 = 332 (100%)
R 92 of 332 ~ 27.71%
G 93 of 332 ~ 28.01%
B 147 of 332 ~ 44.28%

%27.71
%28.01
%44.28

CMYK color model

#5C5D93 color CMYK value is (37,37,0,42).

  • cyan value is 37.41%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(37,37,0,42)
C37M37Y0K42 
(37%,37%,0%,42%)
(0.37/0.37/0.00/0.42)	

CMYK percentages

%37.41
%36.73
%0
%42.35

Codes

Color #5C5D93 in popluar color models

5C5D93
RGB9293147
HSL239°23.01%46.86%
HSB/HSV239°37.41%57.65%
CMYK37.41%36.73%0.00%
42.35%

Color #5C5D93 in popluar number systems.

HEX5C5D93
Decimal9293147
Binary1011100101110110010011
Octal134135223

Shades and tints

Shades of #5C5D93

#5C5D93
(92,93,147)
#545586
(84,85,134)
#4C4D79
(76,77,121)
#44456C
(68,69,108)
#3C3D5F
(60,61,95)
#343552
(52,53,82)
#2C2D45
(44,45,69)
#242538
(36,37,56)
#1C1D2B
(28,29,43)
#14151E
(20,21,30)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #5C5D93

#5C5D93
(92,93,147)
#6A6B9C
(106,107,156)
#7879A5
(120,121,165)
#8687AE
(134,135,174)
#9495B7
(148,149,183)
#A2A3C0
(162,163,192)
#B0B1C9
(176,177,201)
#BEBFD2
(190,191,210)
#CCCDDB
(204,205,219)
#DADBE4
(218,219,228)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5D93; }

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

This text font color is #5C5D93.


Background Color

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

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

This div background color is #5C5D93.


Border color

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

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

This div border color is #5C5D93.


Opacity

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

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

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

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

This text has shadow with #5C5D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5D93 on black background.


Color preview on white background

This text has color #5C5D93 on white background.



Black color preview on #5C5D93 background

This text has black color on #5C5D93 background.


White color preview on #5C5D93 background

This text has white color on #5C5D93 background.