COLOR #5B5461

HEX: #5B5461
RGB: (91,84,97)

Color info

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

RGB color model

#5B5461 color RGB value is (91,84,97).

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

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 97 of 255 = 38%

91
84
97

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

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 97 = 272 (100%)
R 91 of 272 ~ 33.46%
G 84 of 272 ~ 30.88%
B 97 of 272 ~ 35.66%

%33.46
%30.88
%35.66

CMYK color model

#5B5461 color CMYK value is (6,13,0,62).

  • cyan value is 6.19%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(6,13,0,62)
C6M13Y0K62 
(6%,13%,0%,62%)
(0.06/0.13/0.00/0.62)	

CMYK percentages

%6.19
%13.4
%0
%61.96

Codes

Color #5B5461 in popluar color models

5B5461
RGB918497
HSL272°7.18%35.49%
HSB/HSV272°13.40%38.04%
CMYK6.19%13.40%0.00%
61.96%

Color #5B5461 in popluar number systems.

HEX5B5461
Decimal918497
Binary101101110101001100001
Octal133124141

Shades and tints

Shades of #5B5461

#5B5461
(91,84,97)
#534D59
(83,77,89)
#4B4651
(75,70,81)
#433F49
(67,63,73)
#3B3841
(59,56,65)
#333139
(51,49,57)
#2B2A31
(43,42,49)
#232329
(35,35,41)
#1B1C21
(27,28,33)
#131519
(19,21,25)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B5461

#5B5461
(91,84,97)
#69636F
(105,99,111)
#77727D
(119,114,125)
#85818B
(133,129,139)
#939099
(147,144,153)
#A19FA7
(161,159,167)
#AFAEB5
(175,174,181)
#BDBDC3
(189,189,195)
#CBCCD1
(203,204,209)
#D9DBDF
(217,219,223)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5461; }

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

This text font color is #5B5461.


Background Color

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

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

This div background color is #5B5461.


Border color

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

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

This div border color is #5B5461.


Opacity

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

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

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

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

This text has shadow with #5B5461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5461 on black background.


Color preview on white background

This text has color #5B5461 on white background.



Black color preview on #5B5461 background

This text has black color on #5B5461 background.


White color preview on #5B5461 background

This text has white color on #5B5461 background.