COLOR #5B446F

HEX: #5B446F RGB: (91,68,111)

Color info

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

RGB color model

#5B446F color RGB value is (91,68,111).

RGB: (91,68,111) (36%, 27%, 44%)

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 111 of 255 = 44%

91
68
111

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

Portions of RGB colors in percentages

R + G + B = 91 + 68 + 111 = 270 (100%)
R 91 of 270 ~ 33.7%
G 68 of 270 ~ 25.19%
B 111 of 270 ~ 41.11'%

%33.7
%25.19
%41.11

CMYK color model

#5B446F color CMYK value is (18,39,0,56).

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

CMYK: (18,39,0,56)
C18M39Y0K56 (18%, 39%, 0%, 56%)
(0.18 / 0.39 / 0.00 / 0.56)

CMYK percentages

%18.02
%38.74
%0
%56.47

Codes

Color #5B446F in popluar color models

5B 44 6F
RGB 91 68 111
HSL 272° 24.02% 35.10%
HSB/HSV 272° 38.74% 43.53%
CMYK 18.02% 38.74% 0.00%
56.47%

Color #5B446F in popluar number systems.

HEX 5B 44 6F
Decimal 91 68 111
Binary 1011011 1000100 1101111
Octal 133 104 157

Shades and tints

Shades of #5B446F

#5B446F
(91,68,111)
#533E65
(83,62,101)
#4B385B
(75,56,91)
#433251
(67,50,81)
#3B2C47
(59,44,71)
#33263D
(51,38,61)
#2B2033
(43,32,51)
#231A29
(35,26,41)
#1B141F
(27,20,31)
#130E15
(19,14,21)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #5B446F

#5B446F
(91,68,111)
#69557C
(105,85,124)
#776689
(119,102,137)
#857796
(133,119,150)
#9388A3
(147,136,163)
#A199B0
(161,153,176)
#AFAABD
(175,170,189)
#BDBBCA
(189,187,202)
#CBCCD7
(203,204,215)
#D9DDE4
(217,221,228)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B446F; }

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

This text font color is #5B446F.

Background Color

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

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

This div background color is #5B446F.

Border color

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

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

This div border color is #5B446F.

Opacity

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

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

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

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

This text has shadow with #5B446F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B446F.

Preview

Color preview on black background

This text has color #5B446F on black background.


Color preview on white background

This text has color #5B446F on white background.


Black color preview on #5B446F background

This text has black color on #5B446F background.


White color preview on #5B446F background

This text has white color on #5B446F background.


Related colors

Complementary color

Complementary color for #hex is #A4BB90.


I love getcolorcode.com

Triadic colors

1 #6F5B44 and #446F5B with #5B446F are triadic colors.

2 #6F445B and #445B6F with #5B446F are triadic colors.