COLOR #5B465A

HEX: #5B465A
RGB: (91,70,90)

Color info

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

RGB color model

#5B465A color RGB value is (91,70,90).

  • red value is 91;
  • green value is 70;
  • blue value is 90.
RGB:
(91,70,90)
(36%,27%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 90 of 255 = 35%

91
70
90

R + G + B ~ 33%. #5B465A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 90 = 251 (100%)
R 91 of 251 ~ 36.25%
G 70 of 251 ~ 27.89%
B 90 of 251 ~ 35.86%

%36.25
%27.89
%35.86

CMYK color model

#5B465A color CMYK value is (0,23,1,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 1.10%
  • key color value is 64.31%
CMYK:
(0,23,1,64)
C0M23Y1K64 
(0%,23%,1%,64%)
(0.00/0.23/0.01/0.64)	

CMYK percentages

%0
%23.08
%1.1
%64.31

Codes

Color #5B465A in popluar color models

5B465A
RGB917090
HSL303°13.04%31.57%
HSB/HSV303°23.08%35.69%
CMYK0.00%23.08%1.10%
64.31%

Color #5B465A in popluar number systems.

HEX5B465A
Decimal917090
Binary101101110001101011010
Octal133106132

Shades and tints

Shades of #5B465A

#5B465A
(91,70,90)
#534052
(83,64,82)
#4B3A4A
(75,58,74)
#433442
(67,52,66)
#3B2E3A
(59,46,58)
#332832
(51,40,50)
#2B222A
(43,34,42)
#231C22
(35,28,34)
#1B161A
(27,22,26)
#131012
(19,16,18)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #5B465A

#5B465A
(91,70,90)
#695669
(105,86,105)
#776678
(119,102,120)
#857687
(133,118,135)
#938696
(147,134,150)
#A196A5
(161,150,165)
#AFA6B4
(175,166,180)
#BDB6C3
(189,182,195)
#CBC6D2
(203,198,210)
#D9D6E1
(217,214,225)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B465A color. Also use rgb(91,70,90) instead hex code.

Text Font Color

.myTextColor { color: #5B465A; }

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

This text font color is #5B465A.


Background Color

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

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

This div background color is #5B465A.


Border color

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

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

This div border color is #5B465A.


Opacity

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

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

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

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

This text has shadow with #5B465A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B465A on black background.


Color preview on white background

This text has color #5B465A on white background.



Black color preview on #5B465A background

This text has black color on #5B465A background.


White color preview on #5B465A background

This text has white color on #5B465A background.