COLOR #5B546B

HEX: #5B546B
RGB: (91,84,107)

Color info

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

RGB color model

#5B546B color RGB value is (91,84,107).

  • red value is 91;
  • green value is 84;
  • blue value is 107.
RGB:
(91,84,107)
(36%,33%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 107 of 255 = 42%

91
84
107

R + G + B ~ 37%. #5B546B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 107 = 282 (100%)
R 91 of 282 ~ 32.27%
G 84 of 282 ~ 29.79%
B 107 of 282 ~ 37.94%

%32.27
%29.79
%37.94

CMYK color model

#5B546B color CMYK value is (15,21,0,58).

  • cyan value is 14.95%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(15,21,0,58)
C15M21Y0K58 
(15%,21%,0%,58%)
(0.15/0.21/0.00/0.58)	

CMYK percentages

%14.95
%21.5
%0
%58.04

Codes

Color #5B546B in popluar color models

5B546B
RGB9184107
HSL258°12.04%37.45%
HSB/HSV258°21.50%41.96%
CMYK14.95%21.50%0.00%
58.04%

Color #5B546B in popluar number systems.

HEX5B546B
Decimal9184107
Binary101101110101001101011
Octal133124153

Shades and tints

Shades of #5B546B

#5B546B
(91,84,107)
#534D62
(83,77,98)
#4B4659
(75,70,89)
#433F50
(67,63,80)
#3B3847
(59,56,71)
#33313E
(51,49,62)
#2B2A35
(43,42,53)
#23232C
(35,35,44)
#1B1C23
(27,28,35)
#13151A
(19,21,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B546B

#5B546B
(91,84,107)
#696378
(105,99,120)
#777285
(119,114,133)
#858192
(133,129,146)
#93909F
(147,144,159)
#A19FAC
(161,159,172)
#AFAEB9
(175,174,185)
#BDBDC6
(189,189,198)
#CBCCD3
(203,204,211)
#D9DBE0
(217,219,224)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B546B color. Also use rgb(91,84,107) instead hex code.

Text Font Color

.myTextColor { color: #5B546B; }

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

This text font color is #5B546B.


Background Color

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

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

This div background color is #5B546B.


Border color

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

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

This div border color is #5B546B.


Opacity

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

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

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

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

This text has shadow with #5B546B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B546B on black background.


Color preview on white background

This text has color #5B546B on white background.



Black color preview on #5B546B background

This text has black color on #5B546B background.


White color preview on #5B546B background

This text has white color on #5B546B background.