COLOR #5B6F9B

HEX: #5B6F9B
RGB: (91,111,155)

Color info

#5B6F9B contains mainly green and blue colors. Web safe color of #5B6F9B is #666699 (or #669).

RGB color model

#5B6F9B color RGB value is (91,111,155).

  • red value is 91;
  • green value is 111;
  • blue value is 155.
RGB:
(91,111,155)
(36%,44%,61%)

RGB channels and saturation

R 91 of 255 = 36%
G 111 of 255 = 44%
B 155 of 255 = 61%

91
111
155

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

Portions of RGB colors in percentages

R + G + B =
91 + 111 + 155 = 357 (100%)
R 91 of 357 ~ 25.49%
G 111 of 357 ~ 31.09%
B 155 of 357 ~ 43.42%

%25.49
%31.09
%43.42

CMYK color model

#5B6F9B color CMYK value is (41,28,0,39).

  • cyan value is 41.29%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,28,0,39)
C41M28Y0K39 
(41%,28%,0%,39%)
(0.41/0.28/0.00/0.39)	

CMYK percentages

%41.29
%28.39
%0
%39.22

Codes

Color #5B6F9B in popluar color models

5B6F9B
RGB91111155
HSL221°26.02%48.24%
HSB/HSV221°41.29%60.78%
CMYK41.29%28.39%0.00%
39.22%

Color #5B6F9B in popluar number systems.

HEX5B6F9B
Decimal91111155
Binary1011011110111110011011
Octal133157233

Shades and tints

Shades of #5B6F9B

#5B6F9B
(91,111,155)
#53658D
(83,101,141)
#4B5B7F
(75,91,127)
#435171
(67,81,113)
#3B4763
(59,71,99)
#333D55
(51,61,85)
#2B3347
(43,51,71)
#232939
(35,41,57)
#1B1F2B
(27,31,43)
#13151D
(19,21,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B6F9B

#5B6F9B
(91,111,155)
#697CA4
(105,124,164)
#7789AD
(119,137,173)
#8596B6
(133,150,182)
#93A3BF
(147,163,191)
#A1B0C8
(161,176,200)
#AFBDD1
(175,189,209)
#BDCADA
(189,202,218)
#CBD7E3
(203,215,227)
#D9E4EC
(217,228,236)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6F9B color. Also use rgb(91,111,155) instead hex code.

Text Font Color

.myTextColor { color: #5B6F9B; }

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

This text font color is #5B6F9B.


Background Color

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

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

This div background color is #5B6F9B.


Border color

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

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

This div border color is #5B6F9B.


Opacity

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

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

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

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

This text has shadow with #5B6F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6F9B on black background.


Color preview on white background

This text has color #5B6F9B on white background.



Black color preview on #5B6F9B background

This text has black color on #5B6F9B background.


White color preview on #5B6F9B background

This text has white color on #5B6F9B background.