COLOR #5B4C9C

HEX: #5B4C9C RGB: (91,76,156)

Color info

#5B4C9C contains mainly blue color. Web safe color of #5B4C9C is #663399 (or #639).

RGB color model

#5B4C9C color RGB value is (91,76,156).

RGB: (91,76,156) (36%, 30%, 61%)

RGB channels and saturation

R 91 of 255 = 36%
G 76 of 255 = 30%
B 156 of 255 = 61%

91
76
156

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

Portions of RGB colors in percentages

R + G + B = 91 + 76 + 156 = 323 (100%)
R 91 of 323 ~ 28.17%
G 76 of 323 ~ 23.53%
B 156 of 323 ~ 48.3'%

%28.17
%23.53
%48.3

CMYK color model

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

  • cyan value is 41.67%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (42,51,0,39)
C42M51Y0K39 (42%, 51%, 0%, 39%)
(0.42 / 0.51 / 0.00 / 0.39)

CMYK percentages

%41.67
%51.28
%0
%38.82

Codes

Color #5B4C9C in popluar color models

5B 4C 9C
RGB 91 76 156
HSL 251° 34.48% 45.49%
HSB/HSV 251° 51.28% 61.18%
CMYK 41.67% 51.28% 0.00%
38.82%

Color #5B4C9C in popluar number systems.

HEX 5B 4C 9C
Decimal 91 76 156
Binary 1011011 1001100 10011100
Octal 133 114 234

Shades and tints

Shades of #5B4C9C

#5B4C9C
(91,76,156)
#53468E
(83,70,142)
#4B4080
(75,64,128)
#433A72
(67,58,114)
#3B3464
(59,52,100)
#332E56
(51,46,86)
#2B2848
(43,40,72)
#23223A
(35,34,58)
#1B1C2C
(27,28,44)
#13161E
(19,22,30)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B4C9C

#5B4C9C
(91,76,156)
#695CA5
(105,92,165)
#776CAE
(119,108,174)
#857CB7
(133,124,183)
#938CC0
(147,140,192)
#A19CC9
(161,156,201)
#AFACD2
(175,172,210)
#BDBCDB
(189,188,219)
#CBCCE4
(203,204,228)
#D9DCED
(217,220,237)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4C9C color. Also use rgb(91,76,156) instead hex code.

Text Font Color

.myTextColor { color: #5B4C9C; }

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

This text font color is #5B4C9C.

Background Color

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

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

This div background color is #5B4C9C.

Border color

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

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

This div border color is #5B4C9C.

Opacity

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

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

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

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

This text has shadow with #5B4C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4C9C.

Preview

Color preview on black background

This text has color #5B4C9C on black background.


Color preview on white background

This text has color #5B4C9C on white background.


Black color preview on #5B4C9C background

This text has black color on #5B4C9C background.


White color preview on #5B4C9C background

This text has white color on #5B4C9C background.


Related colors

Complementary color

Complementary color for #hex is #A4B363.


I love getcolorcode.com

Triadic colors

1 #9C5B4C and #4C9C5B with #5B4C9C are triadic colors.

2 #9C4C5B and #4C5B9C with #5B4C9C are triadic colors.