COLOR #5B4F6A

HEX: #5B4F6A RGB: (91,79,106)

Color info

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

RGB color model

#5B4F6A color RGB value is (91,79,106).

RGB: (91,79,106) (36%, 31%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 106 of 255 = 42%

91
79
106

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

Portions of RGB colors in percentages

R + G + B = 91 + 79 + 106 = 276 (100%)
R 91 of 276 ~ 32.97%
G 79 of 276 ~ 28.62%
B 106 of 276 ~ 38.41'%

%32.97
%28.62
%38.41

CMYK color model

#5B4F6A color CMYK value is (14,25,0,58).

  • cyan value is 14.15%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (14,25,0,58) C14M25Y0K58 (14%,25%,0%,58%) (0.14/0.25/0.00/0.58) 

CMYK percentages

%14.15
%25.47
%0
%58.43

Codes

Color #5B4F6A in popluar color models

5B 4F 6A
RGB 91 79 106
HSL 267° 14.59% 36.27%
HSB/HSV 267° 25.47% 41.57%
CMYK 14.15% 25.47% 0.00%
58.43%

Color #5B4F6A in popluar number systems.

HEX 5B 4F 6A
Decimal 91 79 106
Binary 1011011 1001111 1101010
Octal 133 117 152

Shades and tints

Shades of #5B4F6A

#5B4F6A
(91,79,106)
#534861
(83,72,97)
#4B4158
(75,65,88)
#433A4F
(67,58,79)
#3B3346
(59,51,70)
#332C3D
(51,44,61)
#2B2534
(43,37,52)
#231E2B
(35,30,43)
#1B1722
(27,23,34)
#131019
(19,16,25)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #5B4F6A

#5B4F6A
(91,79,106)
#695F77
(105,95,119)
#776F84
(119,111,132)
#857F91
(133,127,145)
#938F9E
(147,143,158)
#A19FAB
(161,159,171)
#AFAFB8
(175,175,184)
#BDBFC5
(189,191,197)
#CBCFD2
(203,207,210)
#D9DFDF
(217,223,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4F6A; }

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

This text font color is #5B4F6A.

Background Color

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

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

This div background color is #5B4F6A.

Border color

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

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

This div border color is #5B4F6A.

Opacity

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

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

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

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

This text has shadow with #5B4F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4F6A.

Preview

Color preview on black background

This text has color #5B4F6A on black background.


Color preview on white background

This text has color #5B4F6A on white background.


Black color preview on #5B4F6A background

This text has black color on #5B4F6A background.


White color preview on #5B4F6A background

This text has white color on #5B4F6A background.


Related colors

Complementary color

Complementary color for #hex is #A4B095.


I love getcolorcode.com

Triadic colors

1 #6A5B4F and #4F6A5B with #5B4F6A are triadic colors.

2 #6A4F5B and #4F5B6A with #5B4F6A are triadic colors.