COLOR #5B5694

HEX: #5B5694 RGB: (91,86,148)

Color info

#5B5694 contains mainly red and blue colors. Web safe color of #5B5694 is #666699 (or #669).

RGB color model

#5B5694 color RGB value is (91,86,148).

RGB: (91,86,148) (36%, 34%, 58%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 148 of 255 = 58%

91
86
148

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

Portions of RGB colors in percentages

R + G + B = 91 + 86 + 148 = 325 (100%)
R 91 of 325 ~ 28%
G 86 of 325 ~ 26.46%
B 148 of 325 ~ 45.54'%

%28
%26.46
%45.54

CMYK color model

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

  • cyan value is 38.51%
  • magenta value is 41.89%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (39,42,0,42)
C39M42Y0K42 (39%, 42%, 0%, 42%)
(0.39 / 0.42 / 0.00 / 0.42)

CMYK percentages

%38.51
%41.89
%0
%41.96

Codes

Color #5B5694 in popluar color models

5B 56 94
RGB 91 86 148
HSL 245° 26.50% 45.88%
HSB/HSV 245° 41.89% 58.04%
CMYK 38.51% 41.89% 0.00%
41.96%

Color #5B5694 in popluar number systems.

HEX 5B 56 94
Decimal 91 86 148
Binary 1011011 1010110 10010100
Octal 133 126 224

Shades and tints

Shades of #5B5694

#5B5694
(91,86,148)
#534F87
(83,79,135)
#4B487A
(75,72,122)
#43416D
(67,65,109)
#3B3A60
(59,58,96)
#333353
(51,51,83)
#2B2C46
(43,44,70)
#232539
(35,37,57)
#1B1E2C
(27,30,44)
#13171F
(19,23,31)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #5B5694

#5B5694
(91,86,148)
#69659D
(105,101,157)
#7774A6
(119,116,166)
#8583AF
(133,131,175)
#9392B8
(147,146,184)
#A1A1C1
(161,161,193)
#AFB0CA
(175,176,202)
#BDBFD3
(189,191,211)
#CBCEDC
(203,206,220)
#D9DDE5
(217,221,229)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5694 color. Also use rgb(91,86,148) instead hex code.

Text Font Color

.myTextColor { color: #5B5694; }

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

This text font color is #5B5694.

Background Color

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

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

This div background color is #5B5694.

Border color

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

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

This div border color is #5B5694.

Opacity

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

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

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

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

This text has shadow with #5B5694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5694.

Preview

Color preview on black background

This text has color #5B5694 on black background.


Color preview on white background

This text has color #5B5694 on white background.


Black color preview on #5B5694 background

This text has black color on #5B5694 background.


White color preview on #5B5694 background

This text has white color on #5B5694 background.


Related colors

Complementary color

Complementary color for #hex is #A4A96B.


I love getcolorcode.com

Triadic colors

1 #945B56 and #56945B with #5B5694 are triadic colors.

2 #94565B and #565B94 with #5B5694 are triadic colors.