COLOR #5B587E

HEX: #5B587E
RGB: (91,88,126)

Color info

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

RGB color model

#5B587E color RGB value is (91,88,126).

  • red value is 91;
  • green value is 88;
  • blue value is 126.
RGB:
(91,88,126)
(36%,35%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 126 of 255 = 49%

91
88
126

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 126 = 305 (100%)
R 91 of 305 ~ 29.84%
G 88 of 305 ~ 28.85%
B 126 of 305 ~ 41.31%

%29.84
%28.85
%41.31

CMYK color model

#5B587E color CMYK value is (28,30,0,51).

  • cyan value is 27.78%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(28,30,0,51)
C28M30Y0K51 
(28%,30%,0%,51%)
(0.28/0.30/0.00/0.51)	

CMYK percentages

%27.78
%30.16
%0
%50.59

Codes

Color #5B587E in popluar color models

5B587E
RGB9188126
HSL245°17.76%41.96%
HSB/HSV245°30.16%49.41%
CMYK27.78%30.16%0.00%
50.59%

Color #5B587E in popluar number systems.

HEX5B587E
Decimal9188126
Binary101101110110001111110
Octal133130176

Shades and tints

Shades of #5B587E

#5B587E
(91,88,126)
#535073
(83,80,115)
#4B4868
(75,72,104)
#43405D
(67,64,93)
#3B3852
(59,56,82)
#333047
(51,48,71)
#2B283C
(43,40,60)
#232031
(35,32,49)
#1B1826
(27,24,38)
#13101B
(19,16,27)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #5B587E

#5B587E
(91,88,126)
#696789
(105,103,137)
#777694
(119,118,148)
#85859F
(133,133,159)
#9394AA
(147,148,170)
#A1A3B5
(161,163,181)
#AFB2C0
(175,178,192)
#BDC1CB
(189,193,203)
#CBD0D6
(203,208,214)
#D9DFE1
(217,223,225)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B587E color. Also use rgb(91,88,126) instead hex code.

Text Font Color

.myTextColor { color: #5B587E; }

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

This text font color is #5B587E.


Background Color

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

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

This div background color is #5B587E.


Border color

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

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

This div border color is #5B587E.


Opacity

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

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

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

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

This text has shadow with #5B587E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B587E on black background.


Color preview on white background

This text has color #5B587E on white background.



Black color preview on #5B587E background

This text has black color on #5B587E background.


White color preview on #5B587E background

This text has white color on #5B587E background.