COLOR #5B728D

HEX: #5B728D RGB: (91,114,141)

Color info

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

RGB color model

#5B728D color RGB value is (91,114,141).

RGB: (91,114,141) (36%, 45%, 55%)

RGB channels and saturation

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

91
114
141

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

Portions of RGB colors in percentages

R + G + B = 91 + 114 + 141 = 346 (100%)
R 91 of 346 ~ 26.3%
G 114 of 346 ~ 32.95%
B 141 of 346 ~ 40.75'%

%26.3
%32.95
%40.75

CMYK color model

#5B728D color CMYK value is (35,19,0,45).

  • cyan value is 35.46%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (35,19,0,45)
C35M19Y0K45 (35%, 19%, 0%, 45%)
(0.35 / 0.19 / 0.00 / 0.45)

CMYK percentages

%35.46
%19.15
%0
%44.71

Codes

Color #5B728D in popluar color models

5B 72 8D
RGB 91 114 141
HSL 212° 21.55% 45.49%
HSB/HSV 212° 35.46% 55.29%
CMYK 35.46% 19.15% 0.00%
44.71%

Color #5B728D in popluar number systems.

HEX 5B 72 8D
Decimal 91 114 141
Binary 1011011 1110010 10001101
Octal 133 162 215

Shades and tints

Shades of #5B728D

#5B728D
(91,114,141)
#536881
(83,104,129)
#4B5E75
(75,94,117)
#435469
(67,84,105)
#3B4A5D
(59,74,93)
#334051
(51,64,81)
#2B3645
(43,54,69)
#232C39
(35,44,57)
#1B222D
(27,34,45)
#131821
(19,24,33)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #5B728D

#5B728D
(91,114,141)
#697E97
(105,126,151)
#778AA1
(119,138,161)
#8596AB
(133,150,171)
#93A2B5
(147,162,181)
#A1AEBF
(161,174,191)
#AFBAC9
(175,186,201)
#BDC6D3
(189,198,211)
#CBD2DD
(203,210,221)
#D9DEE7
(217,222,231)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B728D; }

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

This text font color is #5B728D.

Background Color

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

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

This div background color is #5B728D.

Border color

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

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

This div border color is #5B728D.

Opacity

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

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

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

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

This text has shadow with #5B728D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B728D.

Preview

Color preview on black background

This text has color #5B728D on black background.


Color preview on white background

This text has color #5B728D on white background.


Black color preview on #5B728D background

This text has black color on #5B728D background.


White color preview on #5B728D background

This text has white color on #5B728D background.


Related colors

Complementary color

Complementary color for #hex is #A48D72.


I love getcolorcode.com

Triadic colors

1 #8D5B72 and #728D5B with #5B728D are triadic colors.

2 #8D725B and #725B8D with #5B728D are triadic colors.