COLOR #5B6586

HEX: #5B6586 RGB: (91,101,134)

Color info

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

RGB color model

#5B6586 color RGB value is (91,101,134).

RGB: (91,101,134) (36%, 40%, 53%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 134 of 255 = 53%

91
101
134

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

Portions of RGB colors in percentages

R + G + B = 91 + 101 + 134 = 326 (100%)
R 91 of 326 ~ 27.91%
G 101 of 326 ~ 30.98%
B 134 of 326 ~ 41.1'%

%27.91
%30.98
%41.1

CMYK color model

#5B6586 color CMYK value is (32,25,0,47).

  • cyan value is 32.09%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (32,25,0,47)
C32M25Y0K47 (32%, 25%, 0%, 47%)
(0.32 / 0.25 / 0.00 / 0.47)

CMYK percentages

%32.09
%24.63
%0
%47.45

Codes

Color #5B6586 in popluar color models

5B 65 86
RGB 91 101 134
HSL 226° 19.11% 44.12%
HSB/HSV 226° 32.09% 52.55%
CMYK 32.09% 24.63% 0.00%
47.45%

Color #5B6586 in popluar number systems.

HEX 5B 65 86
Decimal 91 101 134
Binary 1011011 1100101 10000110
Octal 133 145 206

Shades and tints

Shades of #5B6586

#5B6586
(91,101,134)
#535C7A
(83,92,122)
#4B536E
(75,83,110)
#434A62
(67,74,98)
#3B4156
(59,65,86)
#33384A
(51,56,74)
#2B2F3E
(43,47,62)
#232632
(35,38,50)
#1B1D26
(27,29,38)
#13141A
(19,20,26)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #5B6586

#5B6586
(91,101,134)
#697391
(105,115,145)
#77819C
(119,129,156)
#858FA7
(133,143,167)
#939DB2
(147,157,178)
#A1ABBD
(161,171,189)
#AFB9C8
(175,185,200)
#BDC7D3
(189,199,211)
#CBD5DE
(203,213,222)
#D9E3E9
(217,227,233)
#E7F1F4
(231,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6586 color. Also use rgb(91,101,134) instead hex code.

Text Font Color

.myTextColor { color: #5B6586; }

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

This text font color is #5B6586.

Background Color

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

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

This div background color is #5B6586.

Border color

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

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

This div border color is #5B6586.

Opacity

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

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

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

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

This text has shadow with #5B6586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6586.

Preview

Color preview on black background

This text has color #5B6586 on black background.


Color preview on white background

This text has color #5B6586 on white background.


Black color preview on #5B6586 background

This text has black color on #5B6586 background.


White color preview on #5B6586 background

This text has white color on #5B6586 background.


Related colors

Complementary color

Complementary color for #hex is #A49A79.


I love getcolorcode.com

Triadic colors

1 #865B65 and #65865B with #5B6586 are triadic colors.

2 #86655B and #655B86 with #5B6586 are triadic colors.