COLOR #5B748D

HEX: #5B748D
RGB: (91,116,141)

Color info

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

RGB color model

#5B748D color RGB value is (91,116,141).

  • red value is 91;
  • green value is 116;
  • blue value is 141.
RGB:
(91,116,141)
(36%,45%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 141 of 255 = 55%

91
116
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 116 + 141 = 348 (100%)
R 91 of 348 ~ 26.15%
G 116 of 348 ~ 33.33%
B 141 of 348 ~ 40.52%

%26.15
%33.33
%40.52

CMYK color model

#5B748D color CMYK value is (35,18,0,45).

  • cyan value is 35.46%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,18,0,45)
C35M18Y0K45 
(35%,18%,0%,45%)
(0.35/0.18/0.00/0.45)	

CMYK percentages

%35.46
%17.73
%0
%44.71

Codes

Color #5B748D in popluar color models

5B748D
RGB91116141
HSL210°21.55%45.49%
HSB/HSV210°35.46%55.29%
CMYK35.46%17.73%0.00%
44.71%

Color #5B748D in popluar number systems.

HEX5B748D
Decimal91116141
Binary1011011111010010001101
Octal133164215

Shades and tints

Shades of #5B748D

#5B748D
(91,116,141)
#536A81
(83,106,129)
#4B6075
(75,96,117)
#435669
(67,86,105)
#3B4C5D
(59,76,93)
#334251
(51,66,81)
#2B3845
(43,56,69)
#232E39
(35,46,57)
#1B242D
(27,36,45)
#131A21
(19,26,33)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #5B748D

#5B748D
(91,116,141)
#698097
(105,128,151)
#778CA1
(119,140,161)
#8598AB
(133,152,171)
#93A4B5
(147,164,181)
#A1B0BF
(161,176,191)
#AFBCC9
(175,188,201)
#BDC8D3
(189,200,211)
#CBD4DD
(203,212,221)
#D9E0E7
(217,224,231)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B748D color. Also use rgb(91,116,141) instead hex code.

Text Font Color

.myTextColor { color: #5B748D; }

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

This text font color is #5B748D.


Background Color

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

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

This div background color is #5B748D.


Border color

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

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

This div border color is #5B748D.


Opacity

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

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

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

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

This text has shadow with #5B748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B748D on black background.


Color preview on white background

This text has color #5B748D on white background.



Black color preview on #5B748D background

This text has black color on #5B748D background.


White color preview on #5B748D background

This text has white color on #5B748D background.