COLOR #5B386C

HEX: #5B386C RGB: (91,56,108)

Color info

#5B386C contains red, green and blue colors in about the same proportion. Web safe color of #5B386C is #663366 (or #636).

RGB color model

#5B386C color RGB value is (91,56,108).

RGB: (91,56,108) (36%, 22%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 108 of 255 = 42%

91
56
108

R + G + B ~ 33%. #5B386C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 56 + 108 = 255 (100%)
R 91 of 255 ~ 35.69%
G 56 of 255 ~ 21.96%
B 108 of 255 ~ 42.35'%

%35.69
%21.96
%42.35

CMYK color model

#5B386C color CMYK value is (16,48,0,58).

  • cyan value is 15.74%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (16,48,0,58)
C16M48Y0K58 (16%, 48%, 0%, 58%)
(0.16 / 0.48 / 0.00 / 0.58)

CMYK percentages

%15.74
%48.15
%0
%57.65

Codes

Color #5B386C in popluar color models

5B 38 6C
RGB 91 56 108
HSL 280° 31.71% 32.16%
HSB/HSV 280° 48.15% 42.35%
CMYK 15.74% 48.15% 0.00%
57.65%

Color #5B386C in popluar number systems.

HEX 5B 38 6C
Decimal 91 56 108
Binary 1011011 111000 1101100
Octal 133 70 154

Shades and tints

Shades of #5B386C

#5B386C
(91,56,108)
#533363
(83,51,99)
#4B2E5A
(75,46,90)
#432951
(67,41,81)
#3B2448
(59,36,72)
#331F3F
(51,31,63)
#2B1A36
(43,26,54)
#23152D
(35,21,45)
#1B1024
(27,16,36)
#130B1B
(19,11,27)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #5B386C

#5B386C
(91,56,108)
#694A79
(105,74,121)
#775C86
(119,92,134)
#856E93
(133,110,147)
#9380A0
(147,128,160)
#A192AD
(161,146,173)
#AFA4BA
(175,164,186)
#BDB6C7
(189,182,199)
#CBC8D4
(203,200,212)
#D9DAE1
(217,218,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B386C; }

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

This text font color is #5B386C.

Background Color

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

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

This div background color is #5B386C.

Border color

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

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

This div border color is #5B386C.

Opacity

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

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

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

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

This text has shadow with #5B386C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B386C.

Preview

Color preview on black background

This text has color #5B386C on black background.


Color preview on white background

This text has color #5B386C on white background.


Black color preview on #5B386C background

This text has black color on #5B386C background.


White color preview on #5B386C background

This text has white color on #5B386C background.


Related colors

Complementary color

Complementary color for #hex is #A4C793.


I love getcolorcode.com

Triadic colors

1 #6C5B38 and #386C5B with #5B386C are triadic colors.

2 #6C385B and #385B6C with #5B386C are triadic colors.