COLOR #5B6887

HEX: #5B6887 RGB: (91,104,135)

Color info

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

RGB color model

#5B6887 color RGB value is (91,104,135).

RGB: (91,104,135) (36%, 41%, 53%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 135 of 255 = 53%

91
104
135

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

Portions of RGB colors in percentages

R + G + B = 91 + 104 + 135 = 330 (100%)
R 91 of 330 ~ 27.58%
G 104 of 330 ~ 31.52%
B 135 of 330 ~ 40.91'%

%27.58
%31.52
%40.91

CMYK color model

#5B6887 color CMYK value is (33,23,0,47).

  • cyan value is 32.59%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (33,23,0,47) C33M23Y0K47 (33%,23%,0%,47%) (0.33/0.23/0.00/0.47) 

CMYK percentages

%32.59
%22.96
%0
%47.06

Codes

Color #5B6887 in popluar color models

5B 68 87
RGB 91 104 135
HSL 222° 19.47% 44.31%
HSB/HSV 222° 32.59% 52.94%
CMYK 32.59% 22.96% 0.00%
47.06%

Color #5B6887 in popluar number systems.

HEX 5B 68 87
Decimal 91 104 135
Binary 1011011 1101000 10000111
Octal 133 150 207

Shades and tints

Shades of #5B6887

#5B6887
(91,104,135)
#535F7B
(83,95,123)
#4B566F
(75,86,111)
#434D63
(67,77,99)
#3B4457
(59,68,87)
#333B4B
(51,59,75)
#2B323F
(43,50,63)
#232933
(35,41,51)
#1B2027
(27,32,39)
#13171B
(19,23,27)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B6887

#5B6887
(91,104,135)
#697591
(105,117,145)
#77829B
(119,130,155)
#858FA5
(133,143,165)
#939CAF
(147,156,175)
#A1A9B9
(161,169,185)
#AFB6C3
(175,182,195)
#BDC3CD
(189,195,205)
#CBD0D7
(203,208,215)
#D9DDE1
(217,221,225)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6887; }

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

This text font color is #5B6887.

Background Color

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

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

This div background color is #5B6887.

Border color

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

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

This div border color is #5B6887.

Opacity

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

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

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

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

This text has shadow with #5B6887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6887.

Preview

Color preview on black background

This text has color #5B6887 on black background.


Color preview on white background

This text has color #5B6887 on white background.


Black color preview on #5B6887 background

This text has black color on #5B6887 background.


White color preview on #5B6887 background

This text has white color on #5B6887 background.


Related colors

Complementary color

Complementary color for #hex is #A49778.


I love getcolorcode.com

Triadic colors

1 #875B68 and #68875B with #5B6887 are triadic colors.

2 #87685B and #685B87 with #5B6887 are triadic colors.