COLOR #5B52A6

HEX: #5B52A6
RGB: (91,82,166)

Color info

#5B52A6 contains mainly blue color. Web safe color of #5B52A6 is #666699 (or #669).

RGB color model

#5B52A6 color RGB value is (91,82,166).

  • red value is 91;
  • green value is 82;
  • blue value is 166.
RGB:
(91,82,166)
(36%,32%,65%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 166 of 255 = 65%

91
82
166

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 166 = 339 (100%)
R 91 of 339 ~ 26.84%
G 82 of 339 ~ 24.19%
B 166 of 339 ~ 48.97%

%26.84
%24.19
%48.97

CMYK color model

#5B52A6 color CMYK value is (45,51,0,35).

  • cyan value is 45.18%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(45,51,0,35)
C45M51Y0K35 
(45%,51%,0%,35%)
(0.45/0.51/0.00/0.35)	

CMYK percentages

%45.18
%50.6
%0
%34.9

Codes

Color #5B52A6 in popluar color models

5B52A6
RGB9182166
HSL246°33.87%48.63%
HSB/HSV246°50.60%65.10%
CMYK45.18%50.60%0.00%
34.90%

Color #5B52A6 in popluar number systems.

HEX5B52A6
Decimal9182166
Binary1011011101001010100110
Octal133122246

Shades and tints

Shades of #5B52A6

#5B52A6
(91,82,166)
#534B97
(83,75,151)
#4B4488
(75,68,136)
#433D79
(67,61,121)
#3B366A
(59,54,106)
#332F5B
(51,47,91)
#2B284C
(43,40,76)
#23213D
(35,33,61)
#1B1A2E
(27,26,46)
#13131F
(19,19,31)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #5B52A6

#5B52A6
(91,82,166)
#6961AE
(105,97,174)
#7770B6
(119,112,182)
#857FBE
(133,127,190)
#938EC6
(147,142,198)
#A19DCE
(161,157,206)
#AFACD6
(175,172,214)
#BDBBDE
(189,187,222)
#CBCAE6
(203,202,230)
#D9D9EE
(217,217,238)
#E7E8F6
(231,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B52A6 color. Also use rgb(91,82,166) instead hex code.

Text Font Color

.myTextColor { color: #5B52A6; }

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

This text font color is #5B52A6.


Background Color

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

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

This div background color is #5B52A6.


Border color

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

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

This div border color is #5B52A6.


Opacity

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

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

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

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

This text has shadow with #5B52A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B52A6 on black background.


Color preview on white background

This text has color #5B52A6 on white background.



Black color preview on #5B52A6 background

This text has black color on #5B52A6 background.


White color preview on #5B52A6 background

This text has white color on #5B52A6 background.