COLOR #5B6476

HEX: #5B6476
RGB: (91,100,118)

Color info

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

RGB color model

#5B6476 color RGB value is (91,100,118).

  • red value is 91;
  • green value is 100;
  • blue value is 118.
RGB:
(91,100,118)
(36%,39%,46%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 118 of 255 = 46%

91
100
118

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 118 = 309 (100%)
R 91 of 309 ~ 29.45%
G 100 of 309 ~ 32.36%
B 118 of 309 ~ 38.19%

%29.45
%32.36
%38.19

CMYK color model

#5B6476 color CMYK value is (23,15,0,54).

  • cyan value is 22.88%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(23,15,0,54)
C23M15Y0K54 
(23%,15%,0%,54%)
(0.23/0.15/0.00/0.54)	

CMYK percentages

%22.88
%15.25
%0
%53.73

Codes

Color #5B6476 in popluar color models

5B6476
RGB91100118
HSL220°12.92%40.98%
HSB/HSV220°22.88%46.27%
CMYK22.88%15.25%0.00%
53.73%

Color #5B6476 in popluar number systems.

HEX5B6476
Decimal91100118
Binary101101111001001110110
Octal133144166

Shades and tints

Shades of #5B6476

#5B6476
(91,100,118)
#535B6C
(83,91,108)
#4B5262
(75,82,98)
#434958
(67,73,88)
#3B404E
(59,64,78)
#333744
(51,55,68)
#2B2E3A
(43,46,58)
#232530
(35,37,48)
#1B1C26
(27,28,38)
#13131C
(19,19,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #5B6476

#5B6476
(91,100,118)
#697282
(105,114,130)
#77808E
(119,128,142)
#858E9A
(133,142,154)
#939CA6
(147,156,166)
#A1AAB2
(161,170,178)
#AFB8BE
(175,184,190)
#BDC6CA
(189,198,202)
#CBD4D6
(203,212,214)
#D9E2E2
(217,226,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6476; }

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

This text font color is #5B6476.


Background Color

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

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

This div background color is #5B6476.


Border color

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

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

This div border color is #5B6476.


Opacity

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

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

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

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

This text has shadow with #5B6476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6476 on black background.


Color preview on white background

This text has color #5B6476 on white background.



Black color preview on #5B6476 background

This text has black color on #5B6476 background.


White color preview on #5B6476 background

This text has white color on #5B6476 background.