COLOR #5B6BA1

HEX: #5B6BA1
RGB: (91,107,161)

Color info

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

RGB color model

#5B6BA1 color RGB value is (91,107,161).

  • red value is 91;
  • green value is 107;
  • blue value is 161.
RGB:
(91,107,161)
(36%,42%,63%)

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 161 of 255 = 63%

91
107
161

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 161 = 359 (100%)
R 91 of 359 ~ 25.35%
G 107 of 359 ~ 29.81%
B 161 of 359 ~ 44.85%

%25.35
%29.81
%44.85

CMYK color model

#5B6BA1 color CMYK value is (43,34,0,37).

  • cyan value is 43.48%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(43,34,0,37)
C43M34Y0K37 
(43%,34%,0%,37%)
(0.43/0.34/0.00/0.37)	

CMYK percentages

%43.48
%33.54
%0
%36.86

Codes

Color #5B6BA1 in popluar color models

5B6BA1
RGB91107161
HSL226°27.78%49.41%
HSB/HSV226°43.48%63.14%
CMYK43.48%33.54%0.00%
36.86%

Color #5B6BA1 in popluar number systems.

HEX5B6BA1
Decimal91107161
Binary1011011110101110100001
Octal133153241

Shades and tints

Shades of #5B6BA1

#5B6BA1
(91,107,161)
#536293
(83,98,147)
#4B5985
(75,89,133)
#435077
(67,80,119)
#3B4769
(59,71,105)
#333E5B
(51,62,91)
#2B354D
(43,53,77)
#232C3F
(35,44,63)
#1B2331
(27,35,49)
#131A23
(19,26,35)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #5B6BA1

#5B6BA1
(91,107,161)
#6978A9
(105,120,169)
#7785B1
(119,133,177)
#8592B9
(133,146,185)
#939FC1
(147,159,193)
#A1ACC9
(161,172,201)
#AFB9D1
(175,185,209)
#BDC6D9
(189,198,217)
#CBD3E1
(203,211,225)
#D9E0E9
(217,224,233)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6BA1 color. Also use rgb(91,107,161) instead hex code.

Text Font Color

.myTextColor { color: #5B6BA1; }

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

This text font color is #5B6BA1.


Background Color

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

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

This div background color is #5B6BA1.


Border color

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

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

This div border color is #5B6BA1.


Opacity

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

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

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

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

This text has shadow with #5B6BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6BA1 on black background.


Color preview on white background

This text has color #5B6BA1 on white background.



Black color preview on #5B6BA1 background

This text has black color on #5B6BA1 background.


White color preview on #5B6BA1 background

This text has white color on #5B6BA1 background.