COLOR #5C378F

HEX: #5C378F RGB: (92,55,143)

Color info

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

RGB color model

#5C378F color RGB value is (92,55,143).

RGB: (92,55,143) (36%, 22%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 143 of 255 = 56%

92
55
143

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

Portions of RGB colors in percentages

R + G + B = 92 + 55 + 143 = 290 (100%)
R 92 of 290 ~ 31.72%
G 55 of 290 ~ 18.97%
B 143 of 290 ~ 49.31'%

%31.72
%18.97
%49.31

CMYK color model

#5C378F color CMYK value is (36,62,0,44).

  • cyan value is 35.66%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (36,62,0,44) C36M62Y0K44 (36%,62%,0%,44%) (0.36/0.62/0.00/0.44) 

CMYK percentages

%35.66
%61.54
%0
%43.92

Codes

Color #5C378F in popluar color models

5C 37 8F
RGB 92 55 143
HSL 265° 44.44% 38.82%
HSB/HSV 265° 61.54% 56.08%
CMYK 35.66% 61.54% 0.00%
43.92%

Color #5C378F in popluar number systems.

HEX 5C 37 8F
Decimal 92 55 143
Binary 1011100 110111 10001111
Octal 134 67 217

Shades and tints

Shades of #5C378F

#5C378F
(92,55,143)
#543282
(84,50,130)
#4C2D75
(76,45,117)
#442868
(68,40,104)
#3C235B
(60,35,91)
#341E4E
(52,30,78)
#2C1941
(44,25,65)
#241434
(36,20,52)
#1C0F27
(28,15,39)
#140A1A
(20,10,26)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #5C378F

#5C378F
(92,55,143)
#6A4999
(106,73,153)
#785BA3
(120,91,163)
#866DAD
(134,109,173)
#947FB7
(148,127,183)
#A291C1
(162,145,193)
#B0A3CB
(176,163,203)
#BEB5D5
(190,181,213)
#CCC7DF
(204,199,223)
#DAD9E9
(218,217,233)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C378F color. Also use rgb(92,55,143) instead hex code.

Text Font Color

.myTextColor { color: #5C378F; }

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

This text font color is #5C378F.

Background Color

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

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

This div background color is #5C378F.

Border color

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

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

This div border color is #5C378F.

Opacity

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

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

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

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

This text has shadow with #5C378F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C378F.

Preview

Color preview on black background

This text has color #5C378F on black background.


Color preview on white background

This text has color #5C378F on white background.


Black color preview on #5C378F background

This text has black color on #5C378F background.


White color preview on #5C378F background

This text has white color on #5C378F background.


Related colors

Complementary color

Complementary color for #hex is #A3C870.


I love getcolorcode.com

Triadic colors

1 #8F5C37 and #378F5C with #5C378F are triadic colors.

2 #8F375C and #375C8F with #5C378F are triadic colors.