COLOR #5B647C

HEX: #5B647C
RGB: (91,100,124)

Color info

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

RGB color model

#5B647C color RGB value is (91,100,124).

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

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 124 of 255 = 49%

91
100
124

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 124 = 315 (100%)
R 91 of 315 ~ 28.89%
G 100 of 315 ~ 31.75%
B 124 of 315 ~ 39.37%

%28.89
%31.75
%39.37

CMYK color model

#5B647C color CMYK value is (27,19,0,51).

  • cyan value is 26.61%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(27,19,0,51)
C27M19Y0K51 
(27%,19%,0%,51%)
(0.27/0.19/0.00/0.51)	

CMYK percentages

%26.61
%19.35
%0
%51.37

Codes

Color #5B647C in popluar color models

5B647C
RGB91100124
HSL224°15.35%42.16%
HSB/HSV224°26.61%48.63%
CMYK26.61%19.35%0.00%
51.37%

Color #5B647C in popluar number systems.

HEX5B647C
Decimal91100124
Binary101101111001001111100
Octal133144174

Shades and tints

Shades of #5B647C

#5B647C
(91,100,124)
#535B71
(83,91,113)
#4B5266
(75,82,102)
#43495B
(67,73,91)
#3B4050
(59,64,80)
#333745
(51,55,69)
#2B2E3A
(43,46,58)
#23252F
(35,37,47)
#1B1C24
(27,28,36)
#131319
(19,19,25)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #5B647C

#5B647C
(91,100,124)
#697287
(105,114,135)
#778092
(119,128,146)
#858E9D
(133,142,157)
#939CA8
(147,156,168)
#A1AAB3
(161,170,179)
#AFB8BE
(175,184,190)
#BDC6C9
(189,198,201)
#CBD4D4
(203,212,212)
#D9E2DF
(217,226,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B647C; }

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

This text font color is #5B647C.


Background Color

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

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

This div background color is #5B647C.


Border color

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

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

This div border color is #5B647C.


Opacity

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

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

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

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

This text has shadow with #5B647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B647C on black background.


Color preview on white background

This text has color #5B647C on white background.



Black color preview on #5B647C background

This text has black color on #5B647C background.


White color preview on #5B647C background

This text has white color on #5B647C background.