COLOR #5B6292

HEX: #5B6292
RGB: (91,98,146)

Color info

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

RGB color model

#5B6292 color RGB value is (91,98,146).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 146 of 255 = 57%

91
98
146

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 146 = 335 (100%)
R 91 of 335 ~ 27.16%
G 98 of 335 ~ 29.25%
B 146 of 335 ~ 43.58%

%27.16
%29.25
%43.58

CMYK color model

#5B6292 color CMYK value is (38,33,0,43).

  • cyan value is 37.67%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(38,33,0,43)
C38M33Y0K43 
(38%,33%,0%,43%)
(0.38/0.33/0.00/0.43)	

CMYK percentages

%37.67
%32.88
%0
%42.75

Codes

Color #5B6292 in popluar color models

5B6292
RGB9198146
HSL232°23.21%46.47%
HSB/HSV232°37.67%57.25%
CMYK37.67%32.88%0.00%
42.75%

Color #5B6292 in popluar number systems.

HEX5B6292
Decimal9198146
Binary1011011110001010010010
Octal133142222

Shades and tints

Shades of #5B6292

#5B6292
(91,98,146)
#535A85
(83,90,133)
#4B5278
(75,82,120)
#434A6B
(67,74,107)
#3B425E
(59,66,94)
#333A51
(51,58,81)
#2B3244
(43,50,68)
#232A37
(35,42,55)
#1B222A
(27,34,42)
#131A1D
(19,26,29)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B6292

#5B6292
(91,98,146)
#69709B
(105,112,155)
#777EA4
(119,126,164)
#858CAD
(133,140,173)
#939AB6
(147,154,182)
#A1A8BF
(161,168,191)
#AFB6C8
(175,182,200)
#BDC4D1
(189,196,209)
#CBD2DA
(203,210,218)
#D9E0E3
(217,224,227)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6292; }

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

This text font color is #5B6292.


Background Color

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

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

This div background color is #5B6292.


Border color

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

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

This div border color is #5B6292.


Opacity

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

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

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

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

This text has shadow with #5B6292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6292 on black background.


Color preview on white background

This text has color #5B6292 on white background.



Black color preview on #5B6292 background

This text has black color on #5B6292 background.


White color preview on #5B6292 background

This text has white color on #5B6292 background.