COLOR #5B4BBE

HEX: #5B4BBE
RGB: (91,75,190)

Color info

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

RGB color model

#5B4BBE color RGB value is (91,75,190).

  • red value is 91;
  • green value is 75;
  • blue value is 190.
RGB:
(91,75,190)
(36%,29%,75%)

RGB channels and saturation

R 91 of 255 = 36%
G 75 of 255 = 29%
B 190 of 255 = 75%

91
75
190

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

Portions of RGB colors in percentages

R + G + B =
91 + 75 + 190 = 356 (100%)
R 91 of 356 ~ 25.56%
G 75 of 356 ~ 21.07%
B 190 of 356 ~ 53.37%

%25.56
%21.07
%53.37

CMYK color model

#5B4BBE color CMYK value is (52,61,0,25).

  • cyan value is 52.11%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(52,61,0,25)
C52M61Y0K25 
(52%,61%,0%,25%)
(0.52/0.61/0.00/0.25)	

CMYK percentages

%52.11
%60.53
%0
%25.49

Codes

Color #5B4BBE in popluar color models

5B4BBE
RGB9175190
HSL248°46.94%51.96%
HSB/HSV248°60.53%74.51%
CMYK52.11%60.53%0.00%
25.49%

Color #5B4BBE in popluar number systems.

HEX5B4BBE
Decimal9175190
Binary1011011100101110111110
Octal133113276

Shades and tints

Shades of #5B4BBE

#5B4BBE
(91,75,190)
#5345AD
(83,69,173)
#4B3F9C
(75,63,156)
#43398B
(67,57,139)
#3B337A
(59,51,122)
#332D69
(51,45,105)
#2B2758
(43,39,88)
#232147
(35,33,71)
#1B1B36
(27,27,54)
#131525
(19,21,37)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #5B4BBE

#5B4BBE
(91,75,190)
#695BC3
(105,91,195)
#776BC8
(119,107,200)
#857BCD
(133,123,205)
#938BD2
(147,139,210)
#A19BD7
(161,155,215)
#AFABDC
(175,171,220)
#BDBBE1
(189,187,225)
#CBCBE6
(203,203,230)
#D9DBEB
(217,219,235)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4BBE color. Also use rgb(91,75,190) instead hex code.

Text Font Color

.myTextColor { color: #5B4BBE; }

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

This text font color is #5B4BBE.


Background Color

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

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

This div background color is #5B4BBE.


Border color

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

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

This div border color is #5B4BBE.


Opacity

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

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

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

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

This text has shadow with #5B4BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4BBE on black background.


Color preview on white background

This text has color #5B4BBE on white background.



Black color preview on #5B4BBE background

This text has black color on #5B4BBE background.


White color preview on #5B4BBE background

This text has white color on #5B4BBE background.