COLOR #5B6B7C

HEX: #5B6B7C
RGB: (91,107,124)

Color info

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

RGB color model

#5B6B7C color RGB value is (91,107,124).

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

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 124 of 255 = 49%

91
107
124

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 124 = 322 (100%)
R 91 of 322 ~ 28.26%
G 107 of 322 ~ 33.23%
B 124 of 322 ~ 38.51%

%28.26
%33.23
%38.51

CMYK color model

#5B6B7C color CMYK value is (27,14,0,51).

  • cyan value is 26.61%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(27,14,0,51)
C27M14Y0K51 
(27%,14%,0%,51%)
(0.27/0.14/0.00/0.51)	

CMYK percentages

%26.61
%13.71
%0
%51.37

Codes

Color #5B6B7C in popluar color models

5B6B7C
RGB91107124
HSL211°15.35%42.16%
HSB/HSV211°26.61%48.63%
CMYK26.61%13.71%0.00%
51.37%

Color #5B6B7C in popluar number systems.

HEX5B6B7C
Decimal91107124
Binary101101111010111111100
Octal133153174

Shades and tints

Shades of #5B6B7C

#5B6B7C
(91,107,124)
#536271
(83,98,113)
#4B5966
(75,89,102)
#43505B
(67,80,91)
#3B4750
(59,71,80)
#333E45
(51,62,69)
#2B353A
(43,53,58)
#232C2F
(35,44,47)
#1B2324
(27,35,36)
#131A19
(19,26,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #5B6B7C

#5B6B7C
(91,107,124)
#697887
(105,120,135)
#778592
(119,133,146)
#85929D
(133,146,157)
#939FA8
(147,159,168)
#A1ACB3
(161,172,179)
#AFB9BE
(175,185,190)
#BDC6C9
(189,198,201)
#CBD3D4
(203,211,212)
#D9E0DF
(217,224,223)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B7C; }

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

This text font color is #5B6B7C.


Background Color

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

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

This div background color is #5B6B7C.


Border color

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

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

This div border color is #5B6B7C.


Opacity

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

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

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

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

This text has shadow with #5B6B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B7C on black background.


Color preview on white background

This text has color #5B6B7C on white background.



Black color preview on #5B6B7C background

This text has black color on #5B6B7C background.


White color preview on #5B6B7C background

This text has white color on #5B6B7C background.