COLOR #5B566A

HEX: #5B566A
RGB: (91,86,106)

Color info

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

RGB color model

#5B566A color RGB value is (91,86,106).

  • red value is 91;
  • green value is 86;
  • blue value is 106.
RGB:
(91,86,106)
(36%,34%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 106 of 255 = 42%

91
86
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 106 = 283 (100%)
R 91 of 283 ~ 32.16%
G 86 of 283 ~ 30.39%
B 106 of 283 ~ 37.46%

%32.16
%30.39
%37.46

CMYK color model

#5B566A color CMYK value is (14,19,0,58).

  • cyan value is 14.15%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,19,0,58)
C14M19Y0K58 
(14%,19%,0%,58%)
(0.14/0.19/0.00/0.58)	

CMYK percentages

%14.15
%18.87
%0
%58.43

Codes

Color #5B566A in popluar color models

5B566A
RGB9186106
HSL255°10.42%37.65%
HSB/HSV255°18.87%41.57%
CMYK14.15%18.87%0.00%
58.43%

Color #5B566A in popluar number systems.

HEX5B566A
Decimal9186106
Binary101101110101101101010
Octal133126152

Shades and tints

Shades of #5B566A

#5B566A
(91,86,106)
#534F61
(83,79,97)
#4B4858
(75,72,88)
#43414F
(67,65,79)
#3B3A46
(59,58,70)
#33333D
(51,51,61)
#2B2C34
(43,44,52)
#23252B
(35,37,43)
#1B1E22
(27,30,34)
#131719
(19,23,25)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B566A

#5B566A
(91,86,106)
#696577
(105,101,119)
#777484
(119,116,132)
#858391
(133,131,145)
#93929E
(147,146,158)
#A1A1AB
(161,161,171)
#AFB0B8
(175,176,184)
#BDBFC5
(189,191,197)
#CBCED2
(203,206,210)
#D9DDDF
(217,221,223)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B566A; }

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

This text font color is #5B566A.


Background Color

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

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

This div background color is #5B566A.


Border color

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

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

This div border color is #5B566A.


Opacity

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

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

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

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

This text has shadow with #5B566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B566A on black background.


Color preview on white background

This text has color #5B566A on white background.



Black color preview on #5B566A background

This text has black color on #5B566A background.


White color preview on #5B566A background

This text has white color on #5B566A background.