COLOR #5B6474

HEX: #5B6474
RGB: (91,100,116)

Color info

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

RGB color model

#5B6474 color RGB value is (91,100,116).

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

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 116 of 255 = 45%

91
100
116

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 116 = 307 (100%)
R 91 of 307 ~ 29.64%
G 100 of 307 ~ 32.57%
B 116 of 307 ~ 37.79%

%29.64
%32.57
%37.79

CMYK color model

#5B6474 color CMYK value is (22,14,0,55).

  • cyan value is 21.55%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(22,14,0,55)
C22M14Y0K55 
(22%,14%,0%,55%)
(0.22/0.14/0.00/0.55)	

CMYK percentages

%21.55
%13.79
%0
%54.51

Codes

Color #5B6474 in popluar color models

5B6474
RGB91100116
HSL218°12.08%40.59%
HSB/HSV218°21.55%45.49%
CMYK21.55%13.79%0.00%
54.51%

Color #5B6474 in popluar number systems.

HEX5B6474
Decimal91100116
Binary101101111001001110100
Octal133144164

Shades and tints

Shades of #5B6474

#5B6474
(91,100,116)
#535B6A
(83,91,106)
#4B5260
(75,82,96)
#434956
(67,73,86)
#3B404C
(59,64,76)
#333742
(51,55,66)
#2B2E38
(43,46,56)
#23252E
(35,37,46)
#1B1C24
(27,28,36)
#13131A
(19,19,26)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #5B6474

#5B6474
(91,100,116)
#697280
(105,114,128)
#77808C
(119,128,140)
#858E98
(133,142,152)
#939CA4
(147,156,164)
#A1AAB0
(161,170,176)
#AFB8BC
(175,184,188)
#BDC6C8
(189,198,200)
#CBD4D4
(203,212,212)
#D9E2E0
(217,226,224)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6474; }

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

This text font color is #5B6474.


Background Color

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

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

This div background color is #5B6474.


Border color

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

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

This div border color is #5B6474.


Opacity

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

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

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

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

This text has shadow with #5B6474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6474 on black background.


Color preview on white background

This text has color #5B6474 on white background.



Black color preview on #5B6474 background

This text has black color on #5B6474 background.


White color preview on #5B6474 background

This text has white color on #5B6474 background.