COLOR #5B36C4

HEX: #5B36C4
RGB: (91,54,196)

Color info

#5B36C4 contains mainly blue color. Web safe color of #5B36C4 is #6633CC (or #63C).

RGB color model

#5B36C4 color RGB value is (91,54,196).

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

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 196 of 255 = 77%

91
54
196

R + G + B ~ 45%. #5B36C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 196 = 341 (100%)
R 91 of 341 ~ 26.69%
G 54 of 341 ~ 15.84%
B 196 of 341 ~ 57.48%

%26.69
%15.84
%57.48

CMYK color model

#5B36C4 color CMYK value is (54,72,0,23).

  • cyan value is 53.57%
  • magenta value is 72.45%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(54,72,0,23)
C54M72Y0K23 
(54%,72%,0%,23%)
(0.54/0.72/0.00/0.23)	

CMYK percentages

%53.57
%72.45
%0
%23.14

Codes

Color #5B36C4 in popluar color models

5B36C4
RGB9154196
HSL256°56.80%49.02%
HSB/HSV256°72.45%76.86%
CMYK53.57%72.45%0.00%
23.14%

Color #5B36C4 in popluar number systems.

HEX5B36C4
Decimal9154196
Binary101101111011011000100
Octal13366304

Shades and tints

Shades of #5B36C4

#5B36C4
(91,54,196)
#5332B3
(83,50,179)
#4B2EA2
(75,46,162)
#432A91
(67,42,145)
#3B2680
(59,38,128)
#33226F
(51,34,111)
#2B1E5E
(43,30,94)
#231A4D
(35,26,77)
#1B163C
(27,22,60)
#13122B
(19,18,43)
#0B0E1A
(11,14,26)
#000000
(0,0,0)

Tints of #5B36C4

#5B36C4
(91,54,196)
#6948C9
(105,72,201)
#775ACE
(119,90,206)
#856CD3
(133,108,211)
#937ED8
(147,126,216)
#A190DD
(161,144,221)
#AFA2E2
(175,162,226)
#BDB4E7
(189,180,231)
#CBC6EC
(203,198,236)
#D9D8F1
(217,216,241)
#E7EAF6
(231,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B36C4; }

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

This text font color is #5B36C4.


Background Color

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

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

This div background color is #5B36C4.


Border color

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

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

This div border color is #5B36C4.


Opacity

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

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

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

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

This text has shadow with #5B36C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B36C4 on black background.


Color preview on white background

This text has color #5B36C4 on white background.



Black color preview on #5B36C4 background

This text has black color on #5B36C4 background.


White color preview on #5B36C4 background

This text has white color on #5B36C4 background.