COLOR #5B4665

HEX: #5B4665
RGB: (91,70,101)

Color info

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

RGB color model

#5B4665 color RGB value is (91,70,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 101 of 255 = 40%

91
70
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 101 = 262 (100%)
R 91 of 262 ~ 34.73%
G 70 of 262 ~ 26.72%
B 101 of 262 ~ 38.55%

%34.73
%26.72
%38.55

CMYK color model

#5B4665 color CMYK value is (10,31,0,60).

  • cyan value is 9.90%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,31,0,60)
C10M31Y0K60 
(10%,31%,0%,60%)
(0.10/0.31/0.00/0.60)	

CMYK percentages

%9.9
%30.69
%0
%60.39

Codes

Color #5B4665 in popluar color models

5B4665
RGB9170101
HSL281°18.13%33.53%
HSB/HSV281°30.69%39.61%
CMYK9.90%30.69%0.00%
60.39%

Color #5B4665 in popluar number systems.

HEX5B4665
Decimal9170101
Binary101101110001101100101
Octal133106145

Shades and tints

Shades of #5B4665

#5B4665
(91,70,101)
#53405C
(83,64,92)
#4B3A53
(75,58,83)
#43344A
(67,52,74)
#3B2E41
(59,46,65)
#332838
(51,40,56)
#2B222F
(43,34,47)
#231C26
(35,28,38)
#1B161D
(27,22,29)
#131014
(19,16,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B4665

#5B4665
(91,70,101)
#695673
(105,86,115)
#776681
(119,102,129)
#85768F
(133,118,143)
#93869D
(147,134,157)
#A196AB
(161,150,171)
#AFA6B9
(175,166,185)
#BDB6C7
(189,182,199)
#CBC6D5
(203,198,213)
#D9D6E3
(217,214,227)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4665; }

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

This text font color is #5B4665.


Background Color

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

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

This div background color is #5B4665.


Border color

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

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

This div border color is #5B4665.


Opacity

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

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

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

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

This text has shadow with #5B4665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4665 on black background.


Color preview on white background

This text has color #5B4665 on white background.



Black color preview on #5B4665 background

This text has black color on #5B4665 background.


White color preview on #5B4665 background

This text has white color on #5B4665 background.