COLOR #5B446A

HEX: #5B446A RGB: (91,68,106)

Color info

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

RGB color model

#5B446A color RGB value is (91,68,106).

RGB: (91,68,106) (36%, 27%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 106 of 255 = 42%

91
68
106

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

Portions of RGB colors in percentages

R + G + B = 91 + 68 + 106 = 265 (100%)
R 91 of 265 ~ 34.34%
G 68 of 265 ~ 25.66%
B 106 of 265 ~ 40'%

%34.34
%25.66
%40

CMYK color model

#5B446A color CMYK value is (14,36,0,58).

  • cyan value is 14.15%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (14,36,0,58) C14M36Y0K58 (14%,36%,0%,58%) (0.14/0.36/0.00/0.58) 

CMYK percentages

%14.15
%35.85
%0
%58.43

Codes

Color #5B446A in popluar color models

5B 44 6A
RGB 91 68 106
HSL 276° 21.84% 34.12%
HSB/HSV 276° 35.85% 41.57%
CMYK 14.15% 35.85% 0.00%
58.43%

Color #5B446A in popluar number systems.

HEX 5B 44 6A
Decimal 91 68 106
Binary 1011011 1000100 1101010
Octal 133 104 152

Shades and tints

Shades of #5B446A

#5B446A
(91,68,106)
#533E61
(83,62,97)
#4B3858
(75,56,88)
#43324F
(67,50,79)
#3B2C46
(59,44,70)
#33263D
(51,38,61)
#2B2034
(43,32,52)
#231A2B
(35,26,43)
#1B1422
(27,20,34)
#130E19
(19,14,25)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #5B446A

#5B446A
(91,68,106)
#695577
(105,85,119)
#776684
(119,102,132)
#857791
(133,119,145)
#93889E
(147,136,158)
#A199AB
(161,153,171)
#AFAAB8
(175,170,184)
#BDBBC5
(189,187,197)
#CBCCD2
(203,204,210)
#D9DDDF
(217,221,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B446A; }

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

This text font color is #5B446A.

Background Color

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

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

This div background color is #5B446A.

Border color

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

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

This div border color is #5B446A.

Opacity

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

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

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

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

This text has shadow with #5B446A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B446A.

Preview

Color preview on black background

This text has color #5B446A on black background.


Color preview on white background

This text has color #5B446A on white background.


Black color preview on #5B446A background

This text has black color on #5B446A background.


White color preview on #5B446A background

This text has white color on #5B446A background.


Related colors

Complementary color

Complementary color for #hex is #A4BB95.


I love getcolorcode.com

Triadic colors

1 #6A5B44 and #446A5B with #5B446A are triadic colors.

2 #6A445B and #445B6A with #5B446A are triadic colors.