COLOR #5B4071

HEX: #5B4071
RGB: (91,64,113)

Color info

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

RGB color model

#5B4071 color RGB value is (91,64,113).

  • red value is 91;
  • green value is 64;
  • blue value is 113.
RGB:
(91,64,113)
(36%,25%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 64 of 255 = 25%
B 113 of 255 = 44%

91
64
113

R + G + B ~ 35%. #5B4071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 64 + 113 = 268 (100%)
R 91 of 268 ~ 33.96%
G 64 of 268 ~ 23.88%
B 113 of 268 ~ 42.16%

%33.96
%23.88
%42.16

CMYK color model

#5B4071 color CMYK value is (19,43,0,56).

  • cyan value is 19.47%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(19,43,0,56)
C19M43Y0K56 
(19%,43%,0%,56%)
(0.19/0.43/0.00/0.56)	

CMYK percentages

%19.47
%43.36
%0
%55.69

Codes

Color #5B4071 in popluar color models

5B4071
RGB9164113
HSL273°27.68%34.71%
HSB/HSV273°43.36%44.31%
CMYK19.47%43.36%0.00%
55.69%

Color #5B4071 in popluar number systems.

HEX5B4071
Decimal9164113
Binary101101110000001110001
Octal133100161

Shades and tints

Shades of #5B4071

#5B4071
(91,64,113)
#533B67
(83,59,103)
#4B365D
(75,54,93)
#433153
(67,49,83)
#3B2C49
(59,44,73)
#33273F
(51,39,63)
#2B2235
(43,34,53)
#231D2B
(35,29,43)
#1B1821
(27,24,33)
#131317
(19,19,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #5B4071

#5B4071
(91,64,113)
#69517D
(105,81,125)
#776289
(119,98,137)
#857395
(133,115,149)
#9384A1
(147,132,161)
#A195AD
(161,149,173)
#AFA6B9
(175,166,185)
#BDB7C5
(189,183,197)
#CBC8D1
(203,200,209)
#D9D9DD
(217,217,221)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4071 color. Also use rgb(91,64,113) instead hex code.

Text Font Color

.myTextColor { color: #5B4071; }

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

This text font color is #5B4071.


Background Color

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

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

This div background color is #5B4071.


Border color

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

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

This div border color is #5B4071.


Opacity

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

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

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

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

This text has shadow with #5B4071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4071 on black background.


Color preview on white background

This text has color #5B4071 on white background.



Black color preview on #5B4071 background

This text has black color on #5B4071 background.


White color preview on #5B4071 background

This text has white color on #5B4071 background.