COLOR #5E3175

HEX: #5E3175 RGB: (94,49,117)

Color info

#5E3175 contains mainly red and blue colors. Web safe color of #5E3175 is #663366 (or #636).

RGB color model

#5E3175 color RGB value is (94,49,117).

RGB: (94,49,117) (37%, 19%, 46%)

RGB channels and saturation

R 94 of 255 = 37%
G 49 of 255 = 19%
B 117 of 255 = 46%

94
49
117

R + G + B ~ 34%. #5E3175 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 49 + 117 = 260 (100%)
R 94 of 260 ~ 36.15%
G 49 of 260 ~ 18.85%
B 117 of 260 ~ 45'%

%36.15
%18.85
%45

CMYK color model

#5E3175 color CMYK value is (20,58,0,54).

  • cyan value is 19.66%
  • magenta value is 58.12%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (20,58,0,54)
C20M58Y0K54 (20%, 58%, 0%, 54%)
(0.20 / 0.58 / 0.00 / 0.54)

CMYK percentages

%19.66
%58.12
%0
%54.12

Codes

Color #5E3175 in popluar color models

5E 31 75
RGB 94 49 117
HSL 280° 40.96% 32.55%
HSB/HSV 280° 58.12% 45.88%
CMYK 19.66% 58.12% 0.00%
54.12%

Color #5E3175 in popluar number systems.

HEX 5E 31 75
Decimal 94 49 117
Binary 1011110 110001 1110101
Octal 136 61 165

Shades and tints

Shades of #5E3175

#5E3175
(94,49,117)
#562D6B
(86,45,107)
#4E2961
(78,41,97)
#462557
(70,37,87)
#3E214D
(62,33,77)
#361D43
(54,29,67)
#2E1939
(46,25,57)
#26152F
(38,21,47)
#1E1125
(30,17,37)
#160D1B
(22,13,27)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #5E3175

#5E3175
(94,49,117)
#6C4381
(108,67,129)
#7A558D
(122,85,141)
#886799
(136,103,153)
#9679A5
(150,121,165)
#A48BB1
(164,139,177)
#B29DBD
(178,157,189)
#C0AFC9
(192,175,201)
#CEC1D5
(206,193,213)
#DCD3E1
(220,211,225)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3175 color. Also use rgb(94,49,117) instead hex code.

Text Font Color

.myTextColor { color: #5E3175; }

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

This text font color is #5E3175.

Background Color

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

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

This div background color is #5E3175.

Border color

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

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

This div border color is #5E3175.

Opacity

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

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

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

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

This text has shadow with #5E3175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3175.

Preview

Color preview on black background

This text has color #5E3175 on black background.


Color preview on white background

This text has color #5E3175 on white background.


Black color preview on #5E3175 background

This text has black color on #5E3175 background.


White color preview on #5E3175 background

This text has white color on #5E3175 background.


Related colors

Complementary color

Complementary color for #hex is #A1CE8A.


I love getcolorcode.com

Triadic colors

1 #755E31 and #31755E with #5E3175 are triadic colors.

2 #75315E and #315E75 with #5E3175 are triadic colors.