COLOR #5B5787

HEX: #5B5787
RGB: (91,87,135)

Color info

#5B5787 contains red, green and blue colors in about the same proportion. Web safe color of #5B5787 is #666699 (or #669).

RGB color model

#5B5787 color RGB value is (91,87,135).

  • red value is 91;
  • green value is 87;
  • blue value is 135.
RGB:
(91,87,135)
(36%,34%,53%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 135 of 255 = 53%

91
87
135

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

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 135 = 313 (100%)
R 91 of 313 ~ 29.07%
G 87 of 313 ~ 27.8%
B 135 of 313 ~ 43.13%

%29.07
%27.8
%43.13

CMYK color model

#5B5787 color CMYK value is (33,36,0,47).

  • cyan value is 32.59%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(33,36,0,47)
C33M36Y0K47 
(33%,36%,0%,47%)
(0.33/0.36/0.00/0.47)	

CMYK percentages

%32.59
%35.56
%0
%47.06

Codes

Color #5B5787 in popluar color models

5B5787
RGB9187135
HSL245°21.62%43.53%
HSB/HSV245°35.56%52.94%
CMYK32.59%35.56%0.00%
47.06%

Color #5B5787 in popluar number systems.

HEX5B5787
Decimal9187135
Binary1011011101011110000111
Octal133127207

Shades and tints

Shades of #5B5787

#5B5787
(91,87,135)
#53507B
(83,80,123)
#4B496F
(75,73,111)
#434263
(67,66,99)
#3B3B57
(59,59,87)
#33344B
(51,52,75)
#2B2D3F
(43,45,63)
#232633
(35,38,51)
#1B1F27
(27,31,39)
#13181B
(19,24,27)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #5B5787

#5B5787
(91,87,135)
#696691
(105,102,145)
#77759B
(119,117,155)
#8584A5
(133,132,165)
#9393AF
(147,147,175)
#A1A2B9
(161,162,185)
#AFB1C3
(175,177,195)
#BDC0CD
(189,192,205)
#CBCFD7
(203,207,215)
#D9DEE1
(217,222,225)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5787 color. Also use rgb(91,87,135) instead hex code.

Text Font Color

.myTextColor { color: #5B5787; }

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

This text font color is #5B5787.


Background Color

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

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

This div background color is #5B5787.


Border color

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

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

This div border color is #5B5787.


Opacity

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

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

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

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

This text has shadow with #5B5787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5787 on black background.


Color preview on white background

This text has color #5B5787 on white background.



Black color preview on #5B5787 background

This text has black color on #5B5787 background.


White color preview on #5B5787 background

This text has white color on #5B5787 background.