COLOR #5B3874

HEX: #5B3874
RGB: (91,56,116)

Color info

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

RGB color model

#5B3874 color RGB value is (91,56,116).

  • red value is 91;
  • green value is 56;
  • blue value is 116.
RGB:
(91,56,116)
(36%,22%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 116 of 255 = 45%

91
56
116

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

Portions of RGB colors in percentages

R + G + B =
91 + 56 + 116 = 263 (100%)
R 91 of 263 ~ 34.6%
G 56 of 263 ~ 21.29%
B 116 of 263 ~ 44.11%

%34.6
%21.29
%44.11

CMYK color model

#5B3874 color CMYK value is (22,52,0,55).

  • cyan value is 21.55%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(22,52,0,55)
C22M52Y0K55 
(22%,52%,0%,55%)
(0.22/0.52/0.00/0.55)	

CMYK percentages

%21.55
%51.72
%0
%54.51

Codes

Color #5B3874 in popluar color models

5B3874
RGB9156116
HSL275°34.88%33.73%
HSB/HSV275°51.72%45.49%
CMYK21.55%51.72%0.00%
54.51%

Color #5B3874 in popluar number systems.

HEX5B3874
Decimal9156116
Binary10110111110001110100
Octal13370164

Shades and tints

Shades of #5B3874

#5B3874
(91,56,116)
#53336A
(83,51,106)
#4B2E60
(75,46,96)
#432956
(67,41,86)
#3B244C
(59,36,76)
#331F42
(51,31,66)
#2B1A38
(43,26,56)
#23152E
(35,21,46)
#1B1024
(27,16,36)
#130B1A
(19,11,26)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #5B3874

#5B3874
(91,56,116)
#694A80
(105,74,128)
#775C8C
(119,92,140)
#856E98
(133,110,152)
#9380A4
(147,128,164)
#A192B0
(161,146,176)
#AFA4BC
(175,164,188)
#BDB6C8
(189,182,200)
#CBC8D4
(203,200,212)
#D9DAE0
(217,218,224)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3874 color. Also use rgb(91,56,116) instead hex code.

Text Font Color

.myTextColor { color: #5B3874; }

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

This text font color is #5B3874.


Background Color

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

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

This div background color is #5B3874.


Border color

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

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

This div border color is #5B3874.


Opacity

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

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

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

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

This text has shadow with #5B3874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3874 on black background.


Color preview on white background

This text has color #5B3874 on white background.



Black color preview on #5B3874 background

This text has black color on #5B3874 background.


White color preview on #5B3874 background

This text has white color on #5B3874 background.