COLOR #5B4F79

HEX: #5B4F79 RGB: (91,79,121)

Color info

#5B4F79 contains red, green and blue colors in about the same proportion. Web safe color of #5B4F79 is #666666 (or #666).

RGB color model

#5B4F79 color RGB value is (91,79,121).

RGB: (91,79,121) (36%, 31%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 121 of 255 = 47%

91
79
121

R + G + B ~ 38%. #5B4F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 79 + 121 = 291 (100%)
R 91 of 291 ~ 31.27%
G 79 of 291 ~ 27.15%
B 121 of 291 ~ 41.58'%

%31.27
%27.15
%41.58

CMYK color model

#5B4F79 color CMYK value is (25,35,0,53).

  • cyan value is 24.79%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (25,35,0,53)
C25M35Y0K53 (25%, 35%, 0%, 53%)
(0.25 / 0.35 / 0.00 / 0.53)

CMYK percentages

%24.79
%34.71
%0
%52.55

Codes

Color #5B4F79 in popluar color models

5B 4F 79
RGB 91 79 121
HSL 257° 21.00% 39.22%
HSB/HSV 257° 34.71% 47.45%
CMYK 24.79% 34.71% 0.00%
52.55%

Color #5B4F79 in popluar number systems.

HEX 5B 4F 79
Decimal 91 79 121
Binary 1011011 1001111 1111001
Octal 133 117 171

Shades and tints

Shades of #5B4F79

#5B4F79
(91,79,121)
#53486E
(83,72,110)
#4B4163
(75,65,99)
#433A58
(67,58,88)
#3B334D
(59,51,77)
#332C42
(51,44,66)
#2B2537
(43,37,55)
#231E2C
(35,30,44)
#1B1721
(27,23,33)
#131016
(19,16,22)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #5B4F79

#5B4F79
(91,79,121)
#695F85
(105,95,133)
#776F91
(119,111,145)
#857F9D
(133,127,157)
#938FA9
(147,143,169)
#A19FB5
(161,159,181)
#AFAFC1
(175,175,193)
#BDBFCD
(189,191,205)
#CBCFD9
(203,207,217)
#D9DFE5
(217,223,229)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4F79 color. Also use rgb(91,79,121) instead hex code.

Text Font Color

.myTextColor { color: #5B4F79; }

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

This text font color is #5B4F79.

Background Color

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

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

This div background color is #5B4F79.

Border color

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

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

This div border color is #5B4F79.

Opacity

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

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

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

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

This text has shadow with #5B4F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4F79.

Preview

Color preview on black background

This text has color #5B4F79 on black background.


Color preview on white background

This text has color #5B4F79 on white background.


Black color preview on #5B4F79 background

This text has black color on #5B4F79 background.


White color preview on #5B4F79 background

This text has white color on #5B4F79 background.


Related colors

Complementary color

Complementary color for #hex is #A4B086.


I love getcolorcode.com

Triadic colors

1 #795B4F and #4F795B with #5B4F79 are triadic colors.

2 #794F5B and #4F5B79 with #5B4F79 are triadic colors.