COLOR #5B506F

HEX: #5B506F
RGB: (91,80,111)

Color info

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

RGB color model

#5B506F color RGB value is (91,80,111).

  • red value is 91;
  • green value is 80;
  • blue value is 111.
RGB:
(91,80,111)
(36%,31%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 111 of 255 = 44%

91
80
111

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

Portions of RGB colors in percentages

R + G + B =
91 + 80 + 111 = 282 (100%)
R 91 of 282 ~ 32.27%
G 80 of 282 ~ 28.37%
B 111 of 282 ~ 39.36%

%32.27
%28.37
%39.36

CMYK color model

#5B506F color CMYK value is (18,28,0,56).

  • cyan value is 18.02%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(18,28,0,56)
C18M28Y0K56 
(18%,28%,0%,56%)
(0.18/0.28/0.00/0.56)	

CMYK percentages

%18.02
%27.93
%0
%56.47

Codes

Color #5B506F in popluar color models

5B506F
RGB9180111
HSL261°16.23%37.45%
HSB/HSV261°27.93%43.53%
CMYK18.02%27.93%0.00%
56.47%

Color #5B506F in popluar number systems.

HEX5B506F
Decimal9180111
Binary101101110100001101111
Octal133120157

Shades and tints

Shades of #5B506F

#5B506F
(91,80,111)
#534965
(83,73,101)
#4B425B
(75,66,91)
#433B51
(67,59,81)
#3B3447
(59,52,71)
#332D3D
(51,45,61)
#2B2633
(43,38,51)
#231F29
(35,31,41)
#1B181F
(27,24,31)
#131115
(19,17,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B506F

#5B506F
(91,80,111)
#695F7C
(105,95,124)
#776E89
(119,110,137)
#857D96
(133,125,150)
#938CA3
(147,140,163)
#A19BB0
(161,155,176)
#AFAABD
(175,170,189)
#BDB9CA
(189,185,202)
#CBC8D7
(203,200,215)
#D9D7E4
(217,215,228)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B506F color. Also use rgb(91,80,111) instead hex code.

Text Font Color

.myTextColor { color: #5B506F; }

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

This text font color is #5B506F.


Background Color

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

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

This div background color is #5B506F.


Border color

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

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

This div border color is #5B506F.


Opacity

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

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

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

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

This text has shadow with #5B506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B506F on black background.


Color preview on white background

This text has color #5B506F on white background.



Black color preview on #5B506F background

This text has black color on #5B506F background.


White color preview on #5B506F background

This text has white color on #5B506F background.