COLOR #5B516A

HEX: #5B516A
RGB: (91,81,106)

Color info

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

RGB color model

#5B516A color RGB value is (91,81,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 106 of 255 = 42%

91
81
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 106 = 278 (100%)
R 91 of 278 ~ 32.73%
G 81 of 278 ~ 29.14%
B 106 of 278 ~ 38.13%

%32.73
%29.14
%38.13

CMYK color model

#5B516A color CMYK value is (14,24,0,58).

  • cyan value is 14.15%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,24,0,58)
C14M24Y0K58 
(14%,24%,0%,58%)
(0.14/0.24/0.00/0.58)	

CMYK percentages

%14.15
%23.58
%0
%58.43

Codes

Color #5B516A in popluar color models

5B516A
RGB9181106
HSL264°13.37%36.67%
HSB/HSV264°23.58%41.57%
CMYK14.15%23.58%0.00%
58.43%

Color #5B516A in popluar number systems.

HEX5B516A
Decimal9181106
Binary101101110100011101010
Octal133121152

Shades and tints

Shades of #5B516A

#5B516A
(91,81,106)
#534A61
(83,74,97)
#4B4358
(75,67,88)
#433C4F
(67,60,79)
#3B3546
(59,53,70)
#332E3D
(51,46,61)
#2B2734
(43,39,52)
#23202B
(35,32,43)
#1B1922
(27,25,34)
#131219
(19,18,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #5B516A

#5B516A
(91,81,106)
#696077
(105,96,119)
#776F84
(119,111,132)
#857E91
(133,126,145)
#938D9E
(147,141,158)
#A19CAB
(161,156,171)
#AFABB8
(175,171,184)
#BDBAC5
(189,186,197)
#CBC9D2
(203,201,210)
#D9D8DF
(217,216,223)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B516A; }

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

This text font color is #5B516A.


Background Color

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

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

This div background color is #5B516A.


Border color

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

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

This div border color is #5B516A.


Opacity

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

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

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

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

This text has shadow with #5B516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B516A on black background.


Color preview on white background

This text has color #5B516A on white background.



Black color preview on #5B516A background

This text has black color on #5B516A background.


White color preview on #5B516A background

This text has white color on #5B516A background.