COLOR #5B4595

HEX: #5B4595 RGB: (91,69,149)

Color info

#5B4595 contains mainly red and blue colors. Web safe color of #5B4595 is #663399 (or #639).

RGB color model

#5B4595 color RGB value is (91,69,149).

RGB: (91,69,149) (36%, 27%, 58%)

RGB channels and saturation

R 91 of 255 = 36%
G 69 of 255 = 27%
B 149 of 255 = 58%

91
69
149

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

Portions of RGB colors in percentages

R + G + B = 91 + 69 + 149 = 309 (100%)
R 91 of 309 ~ 29.45%
G 69 of 309 ~ 22.33%
B 149 of 309 ~ 48.22'%

%29.45
%22.33
%48.22

CMYK color model

#5B4595 color CMYK value is (39,54,0,42).

  • cyan value is 38.93%
  • magenta value is 53.69%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (39,54,0,42)
C39M54Y0K42 (39%, 54%, 0%, 42%)
(0.39 / 0.54 / 0.00 / 0.42)

CMYK percentages

%38.93
%53.69
%0
%41.57

Codes

Color #5B4595 in popluar color models

5B 45 95
RGB 91 69 149
HSL 257° 36.70% 42.75%
HSB/HSV 257° 53.69% 58.43%
CMYK 38.93% 53.69% 0.00%
41.57%

Color #5B4595 in popluar number systems.

HEX 5B 45 95
Decimal 91 69 149
Binary 1011011 1000101 10010101
Octal 133 105 225

Shades and tints

Shades of #5B4595

#5B4595
(91,69,149)
#533F88
(83,63,136)
#4B397B
(75,57,123)
#43336E
(67,51,110)
#3B2D61
(59,45,97)
#332754
(51,39,84)
#2B2147
(43,33,71)
#231B3A
(35,27,58)
#1B152D
(27,21,45)
#130F20
(19,15,32)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #5B4595

#5B4595
(91,69,149)
#69559E
(105,85,158)
#7765A7
(119,101,167)
#8575B0
(133,117,176)
#9385B9
(147,133,185)
#A195C2
(161,149,194)
#AFA5CB
(175,165,203)
#BDB5D4
(189,181,212)
#CBC5DD
(203,197,221)
#D9D5E6
(217,213,230)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4595 color. Also use rgb(91,69,149) instead hex code.

Text Font Color

.myTextColor { color: #5B4595; }

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

This text font color is #5B4595.

Background Color

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

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

This div background color is #5B4595.

Border color

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

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

This div border color is #5B4595.

Opacity

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

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

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

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

This text has shadow with #5B4595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4595.

Preview

Color preview on black background

This text has color #5B4595 on black background.


Color preview on white background

This text has color #5B4595 on white background.


Black color preview on #5B4595 background

This text has black color on #5B4595 background.


White color preview on #5B4595 background

This text has white color on #5B4595 background.


Related colors

Complementary color

Complementary color for #hex is #A4BA6A.


I love getcolorcode.com

Triadic colors

1 #955B45 and #45955B with #5B4595 are triadic colors.

2 #95455B and #455B95 with #5B4595 are triadic colors.