COLOR #5B4663

HEX: #5B4663
RGB: (91,70,99)

Color info

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

RGB color model

#5B4663 color RGB value is (91,70,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 99 of 255 = 39%

91
70
99

R + G + B ~ 34%. #5B4663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 99 = 260 (100%)
R 91 of 260 ~ 35%
G 70 of 260 ~ 26.92%
B 99 of 260 ~ 38.08%

%35
%26.92
%38.08

CMYK color model

#5B4663 color CMYK value is (8,29,0,61).

  • cyan value is 8.08%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,29,0,61)
C8M29Y0K61 
(8%,29%,0%,61%)
(0.08/0.29/0.00/0.61)	

CMYK percentages

%8.08
%29.29
%0
%61.18

Codes

Color #5B4663 in popluar color models

5B4663
RGB917099
HSL283°17.16%33.14%
HSB/HSV283°29.29%38.82%
CMYK8.08%29.29%0.00%
61.18%

Color #5B4663 in popluar number systems.

HEX5B4663
Decimal917099
Binary101101110001101100011
Octal133106143

Shades and tints

Shades of #5B4663

#5B4663
(91,70,99)
#53405A
(83,64,90)
#4B3A51
(75,58,81)
#433448
(67,52,72)
#3B2E3F
(59,46,63)
#332836
(51,40,54)
#2B222D
(43,34,45)
#231C24
(35,28,36)
#1B161B
(27,22,27)
#131012
(19,16,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B4663

#5B4663
(91,70,99)
#695671
(105,86,113)
#77667F
(119,102,127)
#85768D
(133,118,141)
#93869B
(147,134,155)
#A196A9
(161,150,169)
#AFA6B7
(175,166,183)
#BDB6C5
(189,182,197)
#CBC6D3
(203,198,211)
#D9D6E1
(217,214,225)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4663; }

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

This text font color is #5B4663.


Background Color

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

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

This div background color is #5B4663.


Border color

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

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

This div border color is #5B4663.


Opacity

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

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

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

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

This text has shadow with #5B4663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4663 on black background.


Color preview on white background

This text has color #5B4663 on white background.



Black color preview on #5B4663 background

This text has black color on #5B4663 background.


White color preview on #5B4663 background

This text has white color on #5B4663 background.