COLOR #5C3591

HEX: #5C3591
RGB: (92,53,145)

Color info

#5C3591 contains mainly red and blue colors. Web safe color of #5C3591 is #663399 (or #639).

RGB color model

#5C3591 color RGB value is (92,53,145).

  • red value is 92;
  • green value is 53;
  • blue value is 145.
RGB:
(92,53,145)
(36%,21%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 53 of 255 = 21%
B 145 of 255 = 57%

92
53
145

R + G + B ~ 38%. #5C3591 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 53 + 145 = 290 (100%)
R 92 of 290 ~ 31.72%
G 53 of 290 ~ 18.28%
B 145 of 290 ~ 50%

%31.72
%18.28
%50

CMYK color model

#5C3591 color CMYK value is (37,63,0,43).

  • cyan value is 36.55%
  • magenta value is 63.45%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,63,0,43)
C37M63Y0K43 
(37%,63%,0%,43%)
(0.37/0.63/0.00/0.43)	

CMYK percentages

%36.55
%63.45
%0
%43.14

Codes

Color #5C3591 in popluar color models

5C3591
RGB9253145
HSL265°46.46%38.82%
HSB/HSV265°63.45%56.86%
CMYK36.55%63.45%0.00%
43.14%

Color #5C3591 in popluar number systems.

HEX5C3591
Decimal9253145
Binary101110011010110010001
Octal13465221

Shades and tints

Shades of #5C3591

#5C3591
(92,53,145)
#543184
(84,49,132)
#4C2D77
(76,45,119)
#44296A
(68,41,106)
#3C255D
(60,37,93)
#342150
(52,33,80)
#2C1D43
(44,29,67)
#241936
(36,25,54)
#1C1529
(28,21,41)
#14111C
(20,17,28)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #5C3591

#5C3591
(92,53,145)
#6A479B
(106,71,155)
#7859A5
(120,89,165)
#866BAF
(134,107,175)
#947DB9
(148,125,185)
#A28FC3
(162,143,195)
#B0A1CD
(176,161,205)
#BEB3D7
(190,179,215)
#CCC5E1
(204,197,225)
#DAD7EB
(218,215,235)
#E8E9F5
(232,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3591; }

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

This text font color is #5C3591.


Background Color

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

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

This div background color is #5C3591.


Border color

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

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

This div border color is #5C3591.


Opacity

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

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

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

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

This text has shadow with #5C3591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3591 on black background.


Color preview on white background

This text has color #5C3591 on white background.



Black color preview on #5C3591 background

This text has black color on #5C3591 background.


White color preview on #5C3591 background

This text has white color on #5C3591 background.