COLOR #5C5593

HEX: #5C5593
RGB: (92,85,147)

Color info

#5C5593 contains mainly red and blue colors. Web safe color of #5C5593 is #666699 (or #669).

RGB color model

#5C5593 color RGB value is (92,85,147).

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

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 147 of 255 = 58%

92
85
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 147 = 324 (100%)
R 92 of 324 ~ 28.4%
G 85 of 324 ~ 26.23%
B 147 of 324 ~ 45.37%

%28.4
%26.23
%45.37

CMYK color model

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

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

CMYK percentages

%37.41
%42.18
%0
%42.35

Codes

Color #5C5593 in popluar color models

5C5593
RGB9285147
HSL247°26.72%45.49%
HSB/HSV247°42.18%57.65%
CMYK37.41%42.18%0.00%
42.35%

Color #5C5593 in popluar number systems.

HEX5C5593
Decimal9285147
Binary1011100101010110010011
Octal134125223

Shades and tints

Shades of #5C5593

#5C5593
(92,85,147)
#544E86
(84,78,134)
#4C4779
(76,71,121)
#44406C
(68,64,108)
#3C395F
(60,57,95)
#343252
(52,50,82)
#2C2B45
(44,43,69)
#242438
(36,36,56)
#1C1D2B
(28,29,43)
#14161E
(20,22,30)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C5593

#5C5593
(92,85,147)
#6A649C
(106,100,156)
#7873A5
(120,115,165)
#8682AE
(134,130,174)
#9491B7
(148,145,183)
#A2A0C0
(162,160,192)
#B0AFC9
(176,175,201)
#BEBED2
(190,190,210)
#CCCDDB
(204,205,219)
#DADCE4
(218,220,228)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5593; }

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

This text font color is #5C5593.


Background Color

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

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

This div background color is #5C5593.


Border color

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

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

This div border color is #5C5593.


Opacity

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

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

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

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

This text has shadow with #5C5593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5593 on black background.


Color preview on white background

This text has color #5C5593 on white background.



Black color preview on #5C5593 background

This text has black color on #5C5593 background.


White color preview on #5C5593 background

This text has white color on #5C5593 background.