COLOR #5B387C

HEX: #5B387C RGB: (91,56,124)

Color info

#5B387C contains mainly red and blue colors. Web safe color of #5B387C is #663366 (or #636).

RGB color model

#5B387C color RGB value is (91,56,124).

RGB: (91,56,124) (36%, 22%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 124 of 255 = 49%

91
56
124

R + G + B ~ 36%. #5B387C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 56 + 124 = 271 (100%)
R 91 of 271 ~ 33.58%
G 56 of 271 ~ 20.66%
B 124 of 271 ~ 45.76'%

%33.58
%20.66
%45.76

CMYK color model

#5B387C color CMYK value is (27,55,0,51).

  • cyan value is 26.61%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (27,55,0,51)
C27M55Y0K51 (27%, 55%, 0%, 51%)
(0.27 / 0.55 / 0.00 / 0.51)

CMYK percentages

%26.61
%54.84
%0
%51.37

Codes

Color #5B387C in popluar color models

5B 38 7C
RGB 91 56 124
HSL 271° 37.78% 35.29%
HSB/HSV 271° 54.84% 48.63%
CMYK 26.61% 54.84% 0.00%
51.37%

Color #5B387C in popluar number systems.

HEX 5B 38 7C
Decimal 91 56 124
Binary 1011011 111000 1111100
Octal 133 70 174

Shades and tints

Shades of #5B387C

#5B387C
(91,56,124)
#533371
(83,51,113)
#4B2E66
(75,46,102)
#43295B
(67,41,91)
#3B2450
(59,36,80)
#331F45
(51,31,69)
#2B1A3A
(43,26,58)
#23152F
(35,21,47)
#1B1024
(27,16,36)
#130B19
(19,11,25)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #5B387C

#5B387C
(91,56,124)
#694A87
(105,74,135)
#775C92
(119,92,146)
#856E9D
(133,110,157)
#9380A8
(147,128,168)
#A192B3
(161,146,179)
#AFA4BE
(175,164,190)
#BDB6C9
(189,182,201)
#CBC8D4
(203,200,212)
#D9DADF
(217,218,223)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B387C color. Also use rgb(91,56,124) instead hex code.

Text Font Color

.myTextColor { color: #5B387C; }

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

This text font color is #5B387C.

Background Color

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

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

This div background color is #5B387C.

Border color

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

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

This div border color is #5B387C.

Opacity

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

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

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

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

This text has shadow with #5B387C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B387C.

Preview

Color preview on black background

This text has color #5B387C on black background.


Color preview on white background

This text has color #5B387C on white background.


Black color preview on #5B387C background

This text has black color on #5B387C background.


White color preview on #5B387C background

This text has white color on #5B387C background.


Related colors

Complementary color

Complementary color for #hex is #A4C783.


I love getcolorcode.com

Triadic colors

1 #7C5B38 and #387C5B with #5B387C are triadic colors.

2 #7C385B and #385B7C with #5B387C are triadic colors.