COLOR #5B386F

HEX: #5B386F RGB: (91,56,111)

Color info

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

RGB color model

#5B386F color RGB value is (91,56,111).

RGB: (91,56,111) (36%, 22%, 44%)

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 111 of 255 = 44%

91
56
111

R + G + B ~ 34%. #5B386F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 56 + 111 = 258 (100%)
R 91 of 258 ~ 35.27%
G 56 of 258 ~ 21.71%
B 111 of 258 ~ 43.02'%

%35.27
%21.71
%43.02

CMYK color model

#5B386F color CMYK value is (18,50,0,56).

  • cyan value is 18.02%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (18,50,0,56)
C18M50Y0K56 (18%, 50%, 0%, 56%)
(0.18 / 0.50 / 0.00 / 0.56)

CMYK percentages

%18.02
%49.55
%0
%56.47

Codes

Color #5B386F in popluar color models

5B 38 6F
RGB 91 56 111
HSL 278° 32.93% 32.75%
HSB/HSV 278° 49.55% 43.53%
CMYK 18.02% 49.55% 0.00%
56.47%

Color #5B386F in popluar number systems.

HEX 5B 38 6F
Decimal 91 56 111
Binary 1011011 111000 1101111
Octal 133 70 157

Shades and tints

Shades of #5B386F

#5B386F
(91,56,111)
#533365
(83,51,101)
#4B2E5B
(75,46,91)
#432951
(67,41,81)
#3B2447
(59,36,71)
#331F3D
(51,31,61)
#2B1A33
(43,26,51)
#231529
(35,21,41)
#1B101F
(27,16,31)
#130B15
(19,11,21)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #5B386F

#5B386F
(91,56,111)
#694A7C
(105,74,124)
#775C89
(119,92,137)
#856E96
(133,110,150)
#9380A3
(147,128,163)
#A192B0
(161,146,176)
#AFA4BD
(175,164,189)
#BDB6CA
(189,182,202)
#CBC8D7
(203,200,215)
#D9DAE4
(217,218,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B386F; }

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

This text font color is #5B386F.

Background Color

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

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

This div background color is #5B386F.

Border color

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

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

This div border color is #5B386F.

Opacity

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

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

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

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

This text has shadow with #5B386F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B386F.

Preview

Color preview on black background

This text has color #5B386F on black background.


Color preview on white background

This text has color #5B386F on white background.


Black color preview on #5B386F background

This text has black color on #5B386F background.


White color preview on #5B386F background

This text has white color on #5B386F background.


Related colors

Complementary color

Complementary color for #hex is #A4C790.


I love getcolorcode.com

Triadic colors

1 #6F5B38 and #386F5B with #5B386F are triadic colors.

2 #6F385B and #385B6F with #5B386F are triadic colors.