COLOR #5B6379

HEX: #5B6379
RGB: (91,99,121)

Color info

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

RGB color model

#5B6379 color RGB value is (91,99,121).

  • red value is 91;
  • green value is 99;
  • blue value is 121.
RGB:
(91,99,121)
(36%,39%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 121 of 255 = 47%

91
99
121

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

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 121 = 311 (100%)
R 91 of 311 ~ 29.26%
G 99 of 311 ~ 31.83%
B 121 of 311 ~ 38.91%

%29.26
%31.83
%38.91

CMYK color model

#5B6379 color CMYK value is (25,18,0,53).

  • cyan value is 24.79%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(25,18,0,53)
C25M18Y0K53 
(25%,18%,0%,53%)
(0.25/0.18/0.00/0.53)	

CMYK percentages

%24.79
%18.18
%0
%52.55

Codes

Color #5B6379 in popluar color models

5B6379
RGB9199121
HSL224°14.15%41.57%
HSB/HSV224°24.79%47.45%
CMYK24.79%18.18%0.00%
52.55%

Color #5B6379 in popluar number systems.

HEX5B6379
Decimal9199121
Binary101101111000111111001
Octal133143171

Shades and tints

Shades of #5B6379

#5B6379
(91,99,121)
#535A6E
(83,90,110)
#4B5163
(75,81,99)
#434858
(67,72,88)
#3B3F4D
(59,63,77)
#333642
(51,54,66)
#2B2D37
(43,45,55)
#23242C
(35,36,44)
#1B1B21
(27,27,33)
#131216
(19,18,22)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #5B6379

#5B6379
(91,99,121)
#697185
(105,113,133)
#777F91
(119,127,145)
#858D9D
(133,141,157)
#939BA9
(147,155,169)
#A1A9B5
(161,169,181)
#AFB7C1
(175,183,193)
#BDC5CD
(189,197,205)
#CBD3D9
(203,211,217)
#D9E1E5
(217,225,229)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6379 color. Also use rgb(91,99,121) instead hex code.

Text Font Color

.myTextColor { color: #5B6379; }

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

This text font color is #5B6379.


Background Color

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

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

This div background color is #5B6379.


Border color

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

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

This div border color is #5B6379.


Opacity

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

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

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

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

This text has shadow with #5B6379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6379 on black background.


Color preview on white background

This text has color #5B6379 on white background.



Black color preview on #5B6379 background

This text has black color on #5B6379 background.


White color preview on #5B6379 background

This text has white color on #5B6379 background.