COLOR #5B496C

HEX: #5B496C RGB: (91,73,108)

Color info

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

RGB color model

#5B496C color RGB value is (91,73,108).

RGB: (91,73,108) (36%, 29%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 108 of 255 = 42%

91
73
108

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

Portions of RGB colors in percentages

R + G + B = 91 + 73 + 108 = 272 (100%)
R 91 of 272 ~ 33.46%
G 73 of 272 ~ 26.84%
B 108 of 272 ~ 39.71'%

%33.46
%26.84
%39.71

CMYK color model

#5B496C color CMYK value is (16,32,0,58).

  • cyan value is 15.74%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (16,32,0,58)
C16M32Y0K58 (16%, 32%, 0%, 58%)
(0.16 / 0.32 / 0.00 / 0.58)

CMYK percentages

%15.74
%32.41
%0
%57.65

Codes

Color #5B496C in popluar color models

5B 49 6C
RGB 91 73 108
HSL 271° 19.34% 35.49%
HSB/HSV 271° 32.41% 42.35%
CMYK 15.74% 32.41% 0.00%
57.65%

Color #5B496C in popluar number systems.

HEX 5B 49 6C
Decimal 91 73 108
Binary 1011011 1001001 1101100
Octal 133 111 154

Shades and tints

Shades of #5B496C

#5B496C
(91,73,108)
#534363
(83,67,99)
#4B3D5A
(75,61,90)
#433751
(67,55,81)
#3B3148
(59,49,72)
#332B3F
(51,43,63)
#2B2536
(43,37,54)
#231F2D
(35,31,45)
#1B1924
(27,25,36)
#13131B
(19,19,27)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B496C

#5B496C
(91,73,108)
#695979
(105,89,121)
#776986
(119,105,134)
#857993
(133,121,147)
#9389A0
(147,137,160)
#A199AD
(161,153,173)
#AFA9BA
(175,169,186)
#BDB9C7
(189,185,199)
#CBC9D4
(203,201,212)
#D9D9E1
(217,217,225)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B496C color. Also use rgb(91,73,108) instead hex code.

Text Font Color

.myTextColor { color: #5B496C; }

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

This text font color is #5B496C.

Background Color

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

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

This div background color is #5B496C.

Border color

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

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

This div border color is #5B496C.

Opacity

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

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

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

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

This text has shadow with #5B496C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B496C.

Preview

Color preview on black background

This text has color #5B496C on black background.


Color preview on white background

This text has color #5B496C on white background.


Black color preview on #5B496C background

This text has black color on #5B496C background.


White color preview on #5B496C background

This text has white color on #5B496C background.


Related colors

Complementary color

Complementary color for #hex is #A4B693.


I love getcolorcode.com

Triadic colors

1 #6C5B49 and #496C5B with #5B496C are triadic colors.

2 #6C495B and #495B6C with #5B496C are triadic colors.