COLOR #5B466D

HEX: #5B466D
RGB: (91,70,109)

Color info

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

RGB color model

#5B466D color RGB value is (91,70,109).

  • red value is 91;
  • green value is 70;
  • blue value is 109.
RGB:
(91,70,109)
(36%,27%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 109 of 255 = 43%

91
70
109

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

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 109 = 270 (100%)
R 91 of 270 ~ 33.7%
G 70 of 270 ~ 25.93%
B 109 of 270 ~ 40.37%

%33.7
%25.93
%40.37

CMYK color model

#5B466D color CMYK value is (17,36,0,57).

  • cyan value is 16.51%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(17,36,0,57)
C17M36Y0K57 
(17%,36%,0%,57%)
(0.17/0.36/0.00/0.57)	

CMYK percentages

%16.51
%35.78
%0
%57.25

Codes

Color #5B466D in popluar color models

5B466D
RGB9170109
HSL272°21.79%35.10%
HSB/HSV272°35.78%42.75%
CMYK16.51%35.78%0.00%
57.25%

Color #5B466D in popluar number systems.

HEX5B466D
Decimal9170109
Binary101101110001101101101
Octal133106155

Shades and tints

Shades of #5B466D

#5B466D
(91,70,109)
#534064
(83,64,100)
#4B3A5B
(75,58,91)
#433452
(67,52,82)
#3B2E49
(59,46,73)
#332840
(51,40,64)
#2B2237
(43,34,55)
#231C2E
(35,28,46)
#1B1625
(27,22,37)
#13101C
(19,16,28)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #5B466D

#5B466D
(91,70,109)
#69567A
(105,86,122)
#776687
(119,102,135)
#857694
(133,118,148)
#9386A1
(147,134,161)
#A196AE
(161,150,174)
#AFA6BB
(175,166,187)
#BDB6C8
(189,182,200)
#CBC6D5
(203,198,213)
#D9D6E2
(217,214,226)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B466D color. Also use rgb(91,70,109) instead hex code.

Text Font Color

.myTextColor { color: #5B466D; }

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

This text font color is #5B466D.


Background Color

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

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

This div background color is #5B466D.


Border color

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

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

This div border color is #5B466D.


Opacity

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

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

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

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

This text has shadow with #5B466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B466D on black background.


Color preview on white background

This text has color #5B466D on white background.



Black color preview on #5B466D background

This text has black color on #5B466D background.


White color preview on #5B466D background

This text has white color on #5B466D background.