COLOR #5B7383

HEX: #5B7383 RGB: (91,115,131)

Color info

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

RGB color model

#5B7383 color RGB value is (91,115,131).

RGB: (91,115,131) (36%, 45%, 51%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 131 of 255 = 51%

91
115
131

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 131 = 337 (100%)
R 91 of 337 ~ 27%
G 115 of 337 ~ 34.12%
B 131 of 337 ~ 38.87'%

%27
%34.12
%38.87

CMYK color model

#5B7383 color CMYK value is (31,12,0,49).

  • cyan value is 30.53%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (31,12,0,49)
C31M12Y0K49 (31%, 12%, 0%, 49%)
(0.31 / 0.12 / 0.00 / 0.49)

CMYK percentages

%30.53
%12.21
%0
%48.63

Codes

Color #5B7383 in popluar color models

5B 73 83
RGB 91 115 131
HSL 204° 18.02% 43.53%
HSB/HSV 204° 30.53% 51.37%
CMYK 30.53% 12.21% 0.00%
48.63%

Color #5B7383 in popluar number systems.

HEX 5B 73 83
Decimal 91 115 131
Binary 1011011 1110011 10000011
Octal 133 163 203

Shades and tints

Shades of #5B7383

#5B7383
(91,115,131)
#536978
(83,105,120)
#4B5F6D
(75,95,109)
#435562
(67,85,98)
#3B4B57
(59,75,87)
#33414C
(51,65,76)
#2B3741
(43,55,65)
#232D36
(35,45,54)
#1B232B
(27,35,43)
#131920
(19,25,32)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #5B7383

#5B7383
(91,115,131)
#697F8E
(105,127,142)
#778B99
(119,139,153)
#8597A4
(133,151,164)
#93A3AF
(147,163,175)
#A1AFBA
(161,175,186)
#AFBBC5
(175,187,197)
#BDC7D0
(189,199,208)
#CBD3DB
(203,211,219)
#D9DFE6
(217,223,230)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7383 color. Also use rgb(91,115,131) instead hex code.

Text Font Color

.myTextColor { color: #5B7383; }

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

This text font color is #5B7383.

Background Color

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

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

This div background color is #5B7383.

Border color

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

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

This div border color is #5B7383.

Opacity

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

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

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

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

This text has shadow with #5B7383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7383.

Preview

Color preview on black background

This text has color #5B7383 on black background.


Color preview on white background

This text has color #5B7383 on white background.


Black color preview on #5B7383 background

This text has black color on #5B7383 background.


White color preview on #5B7383 background

This text has white color on #5B7383 background.


Related colors

Complementary color

Complementary color for #hex is #A48C7C.


I love getcolorcode.com

Triadic colors

1 #835B73 and #73835B with #5B7383 are triadic colors.

2 #83735B and #735B83 with #5B7383 are triadic colors.