COLOR #5B6893

HEX: #5B6893
RGB: (91,104,147)

Color info

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

RGB color model

#5B6893 color RGB value is (91,104,147).

  • red value is 91;
  • green value is 104;
  • blue value is 147.
RGB:
(91,104,147)
(36%,41%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 147 of 255 = 58%

91
104
147

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

Portions of RGB colors in percentages

R + G + B =
91 + 104 + 147 = 342 (100%)
R 91 of 342 ~ 26.61%
G 104 of 342 ~ 30.41%
B 147 of 342 ~ 42.98%

%26.61
%30.41
%42.98

CMYK color model

#5B6893 color CMYK value is (38,29,0,42).

  • cyan value is 38.10%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(38,29,0,42)
C38M29Y0K42 
(38%,29%,0%,42%)
(0.38/0.29/0.00/0.42)	

CMYK percentages

%38.1
%29.25
%0
%42.35

Codes

Color #5B6893 in popluar color models

5B6893
RGB91104147
HSL226°23.53%46.67%
HSB/HSV226°38.10%57.65%
CMYK38.10%29.25%0.00%
42.35%

Color #5B6893 in popluar number systems.

HEX5B6893
Decimal91104147
Binary1011011110100010010011
Octal133150223

Shades and tints

Shades of #5B6893

#5B6893
(91,104,147)
#535F86
(83,95,134)
#4B5679
(75,86,121)
#434D6C
(67,77,108)
#3B445F
(59,68,95)
#333B52
(51,59,82)
#2B3245
(43,50,69)
#232938
(35,41,56)
#1B202B
(27,32,43)
#13171E
(19,23,30)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B6893

#5B6893
(91,104,147)
#69759C
(105,117,156)
#7782A5
(119,130,165)
#858FAE
(133,143,174)
#939CB7
(147,156,183)
#A1A9C0
(161,169,192)
#AFB6C9
(175,182,201)
#BDC3D2
(189,195,210)
#CBD0DB
(203,208,219)
#D9DDE4
(217,221,228)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6893 color. Also use rgb(91,104,147) instead hex code.

Text Font Color

.myTextColor { color: #5B6893; }

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

This text font color is #5B6893.


Background Color

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

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

This div background color is #5B6893.


Border color

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

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

This div border color is #5B6893.


Opacity

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

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

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

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

This text has shadow with #5B6893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6893 on black background.


Color preview on white background

This text has color #5B6893 on white background.



Black color preview on #5B6893 background

This text has black color on #5B6893 background.


White color preview on #5B6893 background

This text has white color on #5B6893 background.