COLOR #5B4054

HEX: #5B4054
RGB: (91,64,84)

Color info

#5B4054 contains red, green and blue colors in about the same proportion. Web safe color of #5B4054 is #663366 (or #636).

RGB color model

#5B4054 color RGB value is (91,64,84).

  • red value is 91;
  • green value is 64;
  • blue value is 84.
RGB:
(91,64,84)
(36%,25%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 64 of 255 = 25%
B 84 of 255 = 33%

91
64
84

R + G + B ~ 31%. #5B4054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 64 + 84 = 239 (100%)
R 91 of 239 ~ 38.08%
G 64 of 239 ~ 26.78%
B 84 of 239 ~ 35.15%

%38.08
%26.78
%35.15

CMYK color model

#5B4054 color CMYK value is (0,30,8,64).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 7.69%
  • key color value is 64.31%
CMYK:
(0,30,8,64)
C0M30Y8K64 
(0%,30%,8%,64%)
(0.00/0.30/0.08/0.64)	

CMYK percentages

%0
%29.67
%7.69
%64.31

Codes

Color #5B4054 in popluar color models

5B4054
RGB916484
HSL316°17.42%30.39%
HSB/HSV316°29.67%35.69%
CMYK0.00%29.67%7.69%
64.31%

Color #5B4054 in popluar number systems.

HEX5B4054
Decimal916484
Binary101101110000001010100
Octal133100124

Shades and tints

Shades of #5B4054

#5B4054
(91,64,84)
#533B4D
(83,59,77)
#4B3646
(75,54,70)
#43313F
(67,49,63)
#3B2C38
(59,44,56)
#332731
(51,39,49)
#2B222A
(43,34,42)
#231D23
(35,29,35)
#1B181C
(27,24,28)
#131315
(19,19,21)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B4054

#5B4054
(91,64,84)
#695163
(105,81,99)
#776272
(119,98,114)
#857381
(133,115,129)
#938490
(147,132,144)
#A1959F
(161,149,159)
#AFA6AE
(175,166,174)
#BDB7BD
(189,183,189)
#CBC8CC
(203,200,204)
#D9D9DB
(217,217,219)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4054 color. Also use rgb(91,64,84) instead hex code.

Text Font Color

.myTextColor { color: #5B4054; }

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

This text font color is #5B4054.


Background Color

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

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

This div background color is #5B4054.


Border color

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

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

This div border color is #5B4054.


Opacity

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

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

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

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

This text has shadow with #5B4054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4054 on black background.


Color preview on white background

This text has color #5B4054 on white background.



Black color preview on #5B4054 background

This text has black color on #5B4054 background.


White color preview on #5B4054 background

This text has white color on #5B4054 background.