COLOR #5B5B7F

HEX: #5B5B7F RGB: (91,91,127)

Color info

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

RGB color model

#5B5B7F color RGB value is (91,91,127).

RGB: (91,91,127) (36%, 36%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 91 of 255 = 36%
B 127 of 255 = 50%

91
91
127

R + G + B ~ 41%. #5B5B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 91 + 127 = 309 (100%)
R 91 of 309 ~ 29.45%
G 91 of 309 ~ 29.45%
B 127 of 309 ~ 41.1'%

%29.45
%29.45
%41.1

CMYK color model

#5B5B7F color CMYK value is (28,28,0,50).

  • cyan value is 28.35%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (28,28,0,50) C28M28Y0K50 (28%,28%,0%,50%) (0.28/0.28/0.00/0.50) 

CMYK percentages

%28.35
%28.35
%0
%50.2

Codes

Color #5B5B7F in popluar color models

5B 5B 7F
RGB 91 91 127
HSL 240° 16.51% 42.75%
HSB/HSV 240° 28.35% 49.80%
CMYK 28.35% 28.35% 0.00%
50.20%

Color #5B5B7F in popluar number systems.

HEX 5B 5B 7F
Decimal 91 91 127
Binary 1011011 1011011 1111111
Octal 133 133 177

Shades and tints

Shades of #5B5B7F

#5B5B7F
(91,91,127)
#535374
(83,83,116)
#4B4B69
(75,75,105)
#43435E
(67,67,94)
#3B3B53
(59,59,83)
#333348
(51,51,72)
#2B2B3D
(43,43,61)
#232332
(35,35,50)
#1B1B27
(27,27,39)
#13131C
(19,19,28)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #5B5B7F

#5B5B7F
(91,91,127)
#69698A
(105,105,138)
#777795
(119,119,149)
#8585A0
(133,133,160)
#9393AB
(147,147,171)
#A1A1B6
(161,161,182)
#AFAFC1
(175,175,193)
#BDBDCC
(189,189,204)
#CBCBD7
(203,203,215)
#D9D9E2
(217,217,226)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5B7F; }

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

This text font color is #5B5B7F.

Background Color

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

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

This div background color is #5B5B7F.

Border color

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

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

This div border color is #5B5B7F.

Opacity

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

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

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

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

This text has shadow with #5B5B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5B7F.

Preview

Color preview on black background

This text has color #5B5B7F on black background.


Color preview on white background

This text has color #5B5B7F on white background.


Black color preview on #5B5B7F background

This text has black color on #5B5B7F background.


White color preview on #5B5B7F background

This text has white color on #5B5B7F background.


Related colors

Complementary color

Complementary color for #hex is #A4A480.


I love getcolorcode.com