COLOR #5B486F

HEX: #5B486F
RGB: (91,72,111)

Color info

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

RGB color model

#5B486F color RGB value is (91,72,111).

  • red value is 91;
  • green value is 72;
  • blue value is 111.
RGB:
(91,72,111)
(36%,28%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 72 of 255 = 28%
B 111 of 255 = 44%

91
72
111

R + G + B ~ 36%. #5B486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 72 + 111 = 274 (100%)
R 91 of 274 ~ 33.21%
G 72 of 274 ~ 26.28%
B 111 of 274 ~ 40.51%

%33.21
%26.28
%40.51

CMYK color model

#5B486F color CMYK value is (18,35,0,56).

  • cyan value is 18.02%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(18,35,0,56)
C18M35Y0K56 
(18%,35%,0%,56%)
(0.18/0.35/0.00/0.56)	

CMYK percentages

%18.02
%35.14
%0
%56.47

Codes

Color #5B486F in popluar color models

5B486F
RGB9172111
HSL269°21.31%35.88%
HSB/HSV269°35.14%43.53%
CMYK18.02%35.14%0.00%
56.47%

Color #5B486F in popluar number systems.

HEX5B486F
Decimal9172111
Binary101101110010001101111
Octal133110157

Shades and tints

Shades of #5B486F

#5B486F
(91,72,111)
#534265
(83,66,101)
#4B3C5B
(75,60,91)
#433651
(67,54,81)
#3B3047
(59,48,71)
#332A3D
(51,42,61)
#2B2433
(43,36,51)
#231E29
(35,30,41)
#1B181F
(27,24,31)
#131215
(19,18,21)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B486F

#5B486F
(91,72,111)
#69587C
(105,88,124)
#776889
(119,104,137)
#857896
(133,120,150)
#9388A3
(147,136,163)
#A198B0
(161,152,176)
#AFA8BD
(175,168,189)
#BDB8CA
(189,184,202)
#CBC8D7
(203,200,215)
#D9D8E4
(217,216,228)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B486F color. Also use rgb(91,72,111) instead hex code.

Text Font Color

.myTextColor { color: #5B486F; }

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

This text font color is #5B486F.


Background Color

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

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

This div background color is #5B486F.


Border color

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

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

This div border color is #5B486F.


Opacity

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

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

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

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

This text has shadow with #5B486F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B486F on black background.


Color preview on white background

This text has color #5B486F on white background.



Black color preview on #5B486F background

This text has black color on #5B486F background.


White color preview on #5B486F background

This text has white color on #5B486F background.