COLOR #5B367C

HEX: #5B367C
RGB: (91,54,124)

Color info

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

RGB color model

#5B367C color RGB value is (91,54,124).

  • red value is 91;
  • green value is 54;
  • blue value is 124.
RGB:
(91,54,124)
(36%,21%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 124 of 255 = 49%

91
54
124

R + G + B ~ 35%. #5B367C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 124 = 269 (100%)
R 91 of 269 ~ 33.83%
G 54 of 269 ~ 20.07%
B 124 of 269 ~ 46.1%

%33.83
%20.07
%46.1

CMYK color model

#5B367C color CMYK value is (27,56,0,51).

  • cyan value is 26.61%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(27,56,0,51)
C27M56Y0K51 
(27%,56%,0%,51%)
(0.27/0.56/0.00/0.51)	

CMYK percentages

%26.61
%56.45
%0
%51.37

Codes

Color #5B367C in popluar color models

5B367C
RGB9154124
HSL272°39.33%34.90%
HSB/HSV272°56.45%48.63%
CMYK26.61%56.45%0.00%
51.37%

Color #5B367C in popluar number systems.

HEX5B367C
Decimal9154124
Binary10110111101101111100
Octal13366174

Shades and tints

Shades of #5B367C

#5B367C
(91,54,124)
#533271
(83,50,113)
#4B2E66
(75,46,102)
#432A5B
(67,42,91)
#3B2650
(59,38,80)
#332245
(51,34,69)
#2B1E3A
(43,30,58)
#231A2F
(35,26,47)
#1B1624
(27,22,36)
#131219
(19,18,25)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B367C

#5B367C
(91,54,124)
#694887
(105,72,135)
#775A92
(119,90,146)
#856C9D
(133,108,157)
#937EA8
(147,126,168)
#A190B3
(161,144,179)
#AFA2BE
(175,162,190)
#BDB4C9
(189,180,201)
#CBC6D4
(203,198,212)
#D9D8DF
(217,216,223)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B367C color. Also use rgb(91,54,124) instead hex code.

Text Font Color

.myTextColor { color: #5B367C; }

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

This text font color is #5B367C.


Background Color

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

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

This div background color is #5B367C.


Border color

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

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

This div border color is #5B367C.


Opacity

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

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

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

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

This text has shadow with #5B367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B367C on black background.


Color preview on white background

This text has color #5B367C on white background.



Black color preview on #5B367C background

This text has black color on #5B367C background.


White color preview on #5B367C background

This text has white color on #5B367C background.