COLOR #5B6B92

HEX: #5B6B92
RGB: (91,107,146)

Color info

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

RGB color model

#5B6B92 color RGB value is (91,107,146).

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

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 146 of 255 = 57%

91
107
146

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 146 = 344 (100%)
R 91 of 344 ~ 26.45%
G 107 of 344 ~ 31.1%
B 146 of 344 ~ 42.44%

%26.45
%31.1
%42.44

CMYK color model

#5B6B92 color CMYK value is (38,27,0,43).

  • cyan value is 37.67%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(38,27,0,43)
C38M27Y0K43 
(38%,27%,0%,43%)
(0.38/0.27/0.00/0.43)	

CMYK percentages

%37.67
%26.71
%0
%42.75

Codes

Color #5B6B92 in popluar color models

5B6B92
RGB91107146
HSL223°23.21%46.47%
HSB/HSV223°37.67%57.25%
CMYK37.67%26.71%0.00%
42.75%

Color #5B6B92 in popluar number systems.

HEX5B6B92
Decimal91107146
Binary1011011110101110010010
Octal133153222

Shades and tints

Shades of #5B6B92

#5B6B92
(91,107,146)
#536285
(83,98,133)
#4B5978
(75,89,120)
#43506B
(67,80,107)
#3B475E
(59,71,94)
#333E51
(51,62,81)
#2B3544
(43,53,68)
#232C37
(35,44,55)
#1B232A
(27,35,42)
#131A1D
(19,26,29)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5B6B92

#5B6B92
(91,107,146)
#69789B
(105,120,155)
#7785A4
(119,133,164)
#8592AD
(133,146,173)
#939FB6
(147,159,182)
#A1ACBF
(161,172,191)
#AFB9C8
(175,185,200)
#BDC6D1
(189,198,209)
#CBD3DA
(203,211,218)
#D9E0E3
(217,224,227)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B92; }

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

This text font color is #5B6B92.


Background Color

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

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

This div background color is #5B6B92.


Border color

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

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

This div border color is #5B6B92.


Opacity

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

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

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

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

This text has shadow with #5B6B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B92 on black background.


Color preview on white background

This text has color #5B6B92 on white background.



Black color preview on #5B6B92 background

This text has black color on #5B6B92 background.


White color preview on #5B6B92 background

This text has white color on #5B6B92 background.