COLOR #5B4465

HEX: #5B4465 RGB: (91,68,101)

Color info

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

RGB color model

#5B4465 color RGB value is (91,68,101).

RGB: (91,68,101) (36%, 27%, 40%)

RGB channels and saturation

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

91
68
101

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

Portions of RGB colors in percentages

R + G + B = 91 + 68 + 101 = 260 (100%)
R 91 of 260 ~ 35%
G 68 of 260 ~ 26.15%
B 101 of 260 ~ 38.85'%

%35
%26.15
%38.85

CMYK color model

#5B4465 color CMYK value is (10,33,0,60).

  • cyan value is 9.90%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (10,33,0,60)
C10M33Y0K60 (10%, 33%, 0%, 60%)
(0.10 / 0.33 / 0.00 / 0.60)

CMYK percentages

%9.9
%32.67
%0
%60.39

Codes

Color #5B4465 in popluar color models

5B 44 65
RGB 91 68 101
HSL 282° 19.53% 33.14%
HSB/HSV 282° 32.67% 39.61%
CMYK 9.90% 32.67% 0.00%
60.39%

Color #5B4465 in popluar number systems.

HEX 5B 44 65
Decimal 91 68 101
Binary 1011011 1000100 1100101
Octal 133 104 145

Shades and tints

Shades of #5B4465

#5B4465
(91,68,101)
#533E5C
(83,62,92)
#4B3853
(75,56,83)
#43324A
(67,50,74)
#3B2C41
(59,44,65)
#332638
(51,38,56)
#2B202F
(43,32,47)
#231A26
(35,26,38)
#1B141D
(27,20,29)
#130E14
(19,14,20)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #5B4465

#5B4465
(91,68,101)
#695573
(105,85,115)
#776681
(119,102,129)
#85778F
(133,119,143)
#93889D
(147,136,157)
#A199AB
(161,153,171)
#AFAAB9
(175,170,185)
#BDBBC7
(189,187,199)
#CBCCD5
(203,204,213)
#D9DDE3
(217,221,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4465; }

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

This text font color is #5B4465.

Background Color

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

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

This div background color is #5B4465.

Border color

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

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

This div border color is #5B4465.

Opacity

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

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

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

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

This text has shadow with #5B4465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4465.

Preview

Color preview on black background

This text has color #5B4465 on black background.


Color preview on white background

This text has color #5B4465 on white background.


Black color preview on #5B4465 background

This text has black color on #5B4465 background.


White color preview on #5B4465 background

This text has white color on #5B4465 background.


Related colors

Complementary color

Complementary color for #hex is #A4BB9A.


I love getcolorcode.com

Triadic colors

1 #655B44 and #44655B with #5B4465 are triadic colors.

2 #65445B and #445B65 with #5B4465 are triadic colors.