COLOR #5B7083

HEX: #5B7083 RGB: (91,112,131)

Color info

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

RGB color model

#5B7083 color RGB value is (91,112,131).

RGB: (91,112,131) (36%, 44%, 51%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 131 of 255 = 51%

91
112
131

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

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 131 = 334 (100%)
R 91 of 334 ~ 27.25%
G 112 of 334 ~ 33.53%
B 131 of 334 ~ 39.22'%

%27.25
%33.53
%39.22

CMYK color model

#5B7083 color CMYK value is (31,15,0,49).

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

CMYK: (31,15,0,49)
C31M15Y0K49 (31%, 15%, 0%, 49%)
(0.31 / 0.15 / 0.00 / 0.49)

CMYK percentages

%30.53
%14.5
%0
%48.63

Codes

Color #5B7083 in popluar color models

5B 70 83
RGB 91 112 131
HSL 209° 18.02% 43.53%
HSB/HSV 209° 30.53% 51.37%
CMYK 30.53% 14.50% 0.00%
48.63%

Color #5B7083 in popluar number systems.

HEX 5B 70 83
Decimal 91 112 131
Binary 1011011 1110000 10000011
Octal 133 160 203

Shades and tints

Shades of #5B7083

#5B7083
(91,112,131)
#536678
(83,102,120)
#4B5C6D
(75,92,109)
#435262
(67,82,98)
#3B4857
(59,72,87)
#333E4C
(51,62,76)
#2B3441
(43,52,65)
#232A36
(35,42,54)
#1B202B
(27,32,43)
#131620
(19,22,32)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #5B7083

#5B7083
(91,112,131)
#697D8E
(105,125,142)
#778A99
(119,138,153)
#8597A4
(133,151,164)
#93A4AF
(147,164,175)
#A1B1BA
(161,177,186)
#AFBEC5
(175,190,197)
#BDCBD0
(189,203,208)
#CBD8DB
(203,216,219)
#D9E5E6
(217,229,230)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7083; }

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

This text font color is #5B7083.

Background Color

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

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

This div background color is #5B7083.

Border color

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

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

This div border color is #5B7083.

Opacity

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

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

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

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

This text has shadow with #5B7083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7083.

Preview

Color preview on black background

This text has color #5B7083 on black background.


Color preview on white background

This text has color #5B7083 on white background.


Black color preview on #5B7083 background

This text has black color on #5B7083 background.


White color preview on #5B7083 background

This text has white color on #5B7083 background.


Related colors

Complementary color

Complementary color for #hex is #A48F7C.


I love getcolorcode.com

Triadic colors

1 #835B70 and #70835B with #5B7083 are triadic colors.

2 #83705B and #705B83 with #5B7083 are triadic colors.