COLOR #5C3187

HEX: #5C3187 RGB: (92,49,135)

Color info

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

RGB color model

#5C3187 color RGB value is (92,49,135).

RGB: (92,49,135) (36%, 19%, 53%)

RGB channels and saturation

R 92 of 255 = 36%
G 49 of 255 = 19%
B 135 of 255 = 53%

92
49
135

R + G + B ~ 36%. #5C3187 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 49 + 135 = 276 (100%)
R 92 of 276 ~ 33.33%
G 49 of 276 ~ 17.75%
B 135 of 276 ~ 48.91'%

%33.33
%17.75
%48.91

CMYK color model

#5C3187 color CMYK value is (32,64,0,47).

  • cyan value is 31.85%
  • magenta value is 63.70%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (32,64,0,47)
C32M64Y0K47 (32%, 64%, 0%, 47%)
(0.32 / 0.64 / 0.00 / 0.47)

CMYK percentages

%31.85
%63.7
%0
%47.06

Codes

Color #5C3187 in popluar color models

5C 31 87
RGB 92 49 135
HSL 270° 46.74% 36.08%
HSB/HSV 270° 63.70% 52.94%
CMYK 31.85% 63.70% 0.00%
47.06%

Color #5C3187 in popluar number systems.

HEX 5C 31 87
Decimal 92 49 135
Binary 1011100 110001 10000111
Octal 134 61 207

Shades and tints

Shades of #5C3187

#5C3187
(92,49,135)
#542D7B
(84,45,123)
#4C296F
(76,41,111)
#442563
(68,37,99)
#3C2157
(60,33,87)
#341D4B
(52,29,75)
#2C193F
(44,25,63)
#241533
(36,21,51)
#1C1127
(28,17,39)
#140D1B
(20,13,27)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #5C3187

#5C3187
(92,49,135)
#6A4391
(106,67,145)
#78559B
(120,85,155)
#8667A5
(134,103,165)
#9479AF
(148,121,175)
#A28BB9
(162,139,185)
#B09DC3
(176,157,195)
#BEAFCD
(190,175,205)
#CCC1D7
(204,193,215)
#DAD3E1
(218,211,225)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3187; }

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

This text font color is #5C3187.

Background Color

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

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

This div background color is #5C3187.

Border color

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

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

This div border color is #5C3187.

Opacity

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

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

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

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

This text has shadow with #5C3187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3187.

Preview

Color preview on black background

This text has color #5C3187 on black background.


Color preview on white background

This text has color #5C3187 on white background.


Black color preview on #5C3187 background

This text has black color on #5C3187 background.


White color preview on #5C3187 background

This text has white color on #5C3187 background.


Related colors

Complementary color

Complementary color for #hex is #A3CE78.


I love getcolorcode.com

Triadic colors

1 #875C31 and #31875C with #5C3187 are triadic colors.

2 #87315C and #315C87 with #5C3187 are triadic colors.