COLOR #5B6595

HEX: #5B6595
RGB: (91,101,149)

Color info

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

RGB color model

#5B6595 color RGB value is (91,101,149).

  • red value is 91;
  • green value is 101;
  • blue value is 149.
RGB:
(91,101,149)
(36%,40%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 149 of 255 = 58%

91
101
149

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 149 = 341 (100%)
R 91 of 341 ~ 26.69%
G 101 of 341 ~ 29.62%
B 149 of 341 ~ 43.7%

%26.69
%29.62
%43.7

CMYK color model

#5B6595 color CMYK value is (39,32,0,42).

  • cyan value is 38.93%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(39,32,0,42)
C39M32Y0K42 
(39%,32%,0%,42%)
(0.39/0.32/0.00/0.42)	

CMYK percentages

%38.93
%32.21
%0
%41.57

Codes

Color #5B6595 in popluar color models

5B6595
RGB91101149
HSL230°24.17%47.06%
HSB/HSV230°38.93%58.43%
CMYK38.93%32.21%0.00%
41.57%

Color #5B6595 in popluar number systems.

HEX5B6595
Decimal91101149
Binary1011011110010110010101
Octal133145225

Shades and tints

Shades of #5B6595

#5B6595
(91,101,149)
#535C88
(83,92,136)
#4B537B
(75,83,123)
#434A6E
(67,74,110)
#3B4161
(59,65,97)
#333854
(51,56,84)
#2B2F47
(43,47,71)
#23263A
(35,38,58)
#1B1D2D
(27,29,45)
#131420
(19,20,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #5B6595

#5B6595
(91,101,149)
#69739E
(105,115,158)
#7781A7
(119,129,167)
#858FB0
(133,143,176)
#939DB9
(147,157,185)
#A1ABC2
(161,171,194)
#AFB9CB
(175,185,203)
#BDC7D4
(189,199,212)
#CBD5DD
(203,213,221)
#D9E3E6
(217,227,230)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6595; }

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

This text font color is #5B6595.


Background Color

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

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

This div background color is #5B6595.


Border color

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

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

This div border color is #5B6595.


Opacity

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

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

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

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

This text has shadow with #5B6595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6595 on black background.


Color preview on white background

This text has color #5B6595 on white background.



Black color preview on #5B6595 background

This text has black color on #5B6595 background.


White color preview on #5B6595 background

This text has white color on #5B6595 background.