COLOR #5B5562

HEX: #5B5562
RGB: (91,85,98)

Color info

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

RGB color model

#5B5562 color RGB value is (91,85,98).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 98 of 255 = 38%

91
85
98

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 98 = 274 (100%)
R 91 of 274 ~ 33.21%
G 85 of 274 ~ 31.02%
B 98 of 274 ~ 35.77%

%33.21
%31.02
%35.77

CMYK color model

#5B5562 color CMYK value is (7,13,0,62).

  • cyan value is 7.14%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(7,13,0,62)
C7M13Y0K62 
(7%,13%,0%,62%)
(0.07/0.13/0.00/0.62)	

CMYK percentages

%7.14
%13.27
%0
%61.57

Codes

Color #5B5562 in popluar color models

5B5562
RGB918598
HSL268°7.10%35.88%
HSB/HSV268°13.27%38.43%
CMYK7.14%13.27%0.00%
61.57%

Color #5B5562 in popluar number systems.

HEX5B5562
Decimal918598
Binary101101110101011100010
Octal133125142

Shades and tints

Shades of #5B5562

#5B5562
(91,85,98)
#534E5A
(83,78,90)
#4B4752
(75,71,82)
#43404A
(67,64,74)
#3B3942
(59,57,66)
#33323A
(51,50,58)
#2B2B32
(43,43,50)
#23242A
(35,36,42)
#1B1D22
(27,29,34)
#13161A
(19,22,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #5B5562

#5B5562
(91,85,98)
#696470
(105,100,112)
#77737E
(119,115,126)
#85828C
(133,130,140)
#93919A
(147,145,154)
#A1A0A8
(161,160,168)
#AFAFB6
(175,175,182)
#BDBEC4
(189,190,196)
#CBCDD2
(203,205,210)
#D9DCE0
(217,220,224)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5562 color. Also use rgb(91,85,98) instead hex code.

Text Font Color

.myTextColor { color: #5B5562; }

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

This text font color is #5B5562.


Background Color

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

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

This div background color is #5B5562.


Border color

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

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

This div border color is #5B5562.


Opacity

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

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

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

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

This text has shadow with #5B5562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5562 on black background.


Color preview on white background

This text has color #5B5562 on white background.



Black color preview on #5B5562 background

This text has black color on #5B5562 background.


White color preview on #5B5562 background

This text has white color on #5B5562 background.