COLOR #5B5279

HEX: #5B5279
RGB: (91,82,121)

Color info

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

RGB color model

#5B5279 color RGB value is (91,82,121).

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

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 121 of 255 = 47%

91
82
121

R + G + B ~ 38%. #5B5279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 121 = 294 (100%)
R 91 of 294 ~ 30.95%
G 82 of 294 ~ 27.89%
B 121 of 294 ~ 41.16%

%30.95
%27.89
%41.16

CMYK color model

#5B5279 color CMYK value is (25,32,0,53).

  • cyan value is 24.79%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(25,32,0,53)
C25M32Y0K53 
(25%,32%,0%,53%)
(0.25/0.32/0.00/0.53)	

CMYK percentages

%24.79
%32.23
%0
%52.55

Codes

Color #5B5279 in popluar color models

5B5279
RGB9182121
HSL254°19.21%39.80%
HSB/HSV254°32.23%47.45%
CMYK24.79%32.23%0.00%
52.55%

Color #5B5279 in popluar number systems.

HEX5B5279
Decimal9182121
Binary101101110100101111001
Octal133122171

Shades and tints

Shades of #5B5279

#5B5279
(91,82,121)
#534B6E
(83,75,110)
#4B4463
(75,68,99)
#433D58
(67,61,88)
#3B364D
(59,54,77)
#332F42
(51,47,66)
#2B2837
(43,40,55)
#23212C
(35,33,44)
#1B1A21
(27,26,33)
#131316
(19,19,22)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B5279

#5B5279
(91,82,121)
#696185
(105,97,133)
#777091
(119,112,145)
#857F9D
(133,127,157)
#938EA9
(147,142,169)
#A19DB5
(161,157,181)
#AFACC1
(175,172,193)
#BDBBCD
(189,187,205)
#CBCAD9
(203,202,217)
#D9D9E5
(217,217,229)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5279; }

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

This text font color is #5B5279.


Background Color

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

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

This div background color is #5B5279.


Border color

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

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

This div border color is #5B5279.


Opacity

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

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

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

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

This text has shadow with #5B5279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5279 on black background.


Color preview on white background

This text has color #5B5279 on white background.



Black color preview on #5B5279 background

This text has black color on #5B5279 background.


White color preview on #5B5279 background

This text has white color on #5B5279 background.