COLOR #5B667C

HEX: #5B667C RGB: (91,102,124)

Color info

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

RGB color model

#5B667C color RGB value is (91,102,124).

RGB: (91,102,124) (36%, 40%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 124 of 255 = 49%

91
102
124

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

Portions of RGB colors in percentages

R + G + B = 91 + 102 + 124 = 317 (100%)
R 91 of 317 ~ 28.71%
G 102 of 317 ~ 32.18%
B 124 of 317 ~ 39.12'%

%28.71
%32.18
%39.12

CMYK color model

#5B667C color CMYK value is (27,18,0,51).

  • cyan value is 26.61%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (27,18,0,51)
C27M18Y0K51 (27%, 18%, 0%, 51%)
(0.27 / 0.18 / 0.00 / 0.51)

CMYK percentages

%26.61
%17.74
%0
%51.37

Codes

Color #5B667C in popluar color models

5B 66 7C
RGB 91 102 124
HSL 220° 15.35% 42.16%
HSB/HSV 220° 26.61% 48.63%
CMYK 26.61% 17.74% 0.00%
51.37%

Color #5B667C in popluar number systems.

HEX 5B 66 7C
Decimal 91 102 124
Binary 1011011 1100110 1111100
Octal 133 146 174

Shades and tints

Shades of #5B667C

#5B667C
(91,102,124)
#535D71
(83,93,113)
#4B5466
(75,84,102)
#434B5B
(67,75,91)
#3B4250
(59,66,80)
#333945
(51,57,69)
#2B303A
(43,48,58)
#23272F
(35,39,47)
#1B1E24
(27,30,36)
#131519
(19,21,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B667C

#5B667C
(91,102,124)
#697387
(105,115,135)
#778092
(119,128,146)
#858D9D
(133,141,157)
#939AA8
(147,154,168)
#A1A7B3
(161,167,179)
#AFB4BE
(175,180,190)
#BDC1C9
(189,193,201)
#CBCED4
(203,206,212)
#D9DBDF
(217,219,223)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B667C; }

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

This text font color is #5B667C.

Background Color

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

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

This div background color is #5B667C.

Border color

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

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

This div border color is #5B667C.

Opacity

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

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

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

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

This text has shadow with #5B667C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B667C.

Preview

Color preview on black background

This text has color #5B667C on black background.


Color preview on white background

This text has color #5B667C on white background.


Black color preview on #5B667C background

This text has black color on #5B667C background.


White color preview on #5B667C background

This text has white color on #5B667C background.


Related colors

Complementary color

Complementary color for #hex is #A49983.


I love getcolorcode.com

Triadic colors

1 #7C5B66 and #667C5B with #5B667C are triadic colors.

2 #7C665B and #665B7C with #5B667C are triadic colors.