COLOR #5B737D

HEX: #5B737D RGB: (91,115,125)

Color info

#5B737D contains red, green and blue colors in about the same proportion. Web safe color of #5B737D is #666666 (or #666).

RGB color model

#5B737D color RGB value is (91,115,125).

RGB: (91,115,125) (36%, 45%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 125 of 255 = 49%

91
115
125

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 125 = 331 (100%)
R 91 of 331 ~ 27.49%
G 115 of 331 ~ 34.74%
B 125 of 331 ~ 37.76'%

%27.49
%34.74
%37.76

CMYK color model

#5B737D color CMYK value is (27,8,0,51).

  • cyan value is 27.20%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (27,8,0,51)
C27M8Y0K51 (27%, 8%, 0%, 51%)
(0.27 / 0.08 / 0.00 / 0.51)

CMYK percentages

%27.2
%8
%0
%50.98

Codes

Color #5B737D in popluar color models

5B 73 7D
RGB 91 115 125
HSL 198° 15.74% 42.35%
HSB/HSV 198° 27.20% 49.02%
CMYK 27.20% 8.00% 0.00%
50.98%

Color #5B737D in popluar number systems.

HEX 5B 73 7D
Decimal 91 115 125
Binary 1011011 1110011 1111101
Octal 133 163 175

Shades and tints

Shades of #5B737D

#5B737D
(91,115,125)
#536972
(83,105,114)
#4B5F67
(75,95,103)
#43555C
(67,85,92)
#3B4B51
(59,75,81)
#334146
(51,65,70)
#2B373B
(43,55,59)
#232D30
(35,45,48)
#1B2325
(27,35,37)
#13191A
(19,25,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5B737D

#5B737D
(91,115,125)
#697F88
(105,127,136)
#778B93
(119,139,147)
#85979E
(133,151,158)
#93A3A9
(147,163,169)
#A1AFB4
(161,175,180)
#AFBBBF
(175,187,191)
#BDC7CA
(189,199,202)
#CBD3D5
(203,211,213)
#D9DFE0
(217,223,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B737D; }

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

This text font color is #5B737D.

Background Color

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

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

This div background color is #5B737D.

Border color

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

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

This div border color is #5B737D.

Opacity

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

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

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

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

This text has shadow with #5B737D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B737D.

Preview

Color preview on black background

This text has color #5B737D on black background.


Color preview on white background

This text has color #5B737D on white background.


Black color preview on #5B737D background

This text has black color on #5B737D background.


White color preview on #5B737D background

This text has white color on #5B737D background.


Related colors

Complementary color

Complementary color for #hex is #A48C82.


I love getcolorcode.com

Triadic colors

1 #7D5B73 and #737D5B with #5B737D are triadic colors.

2 #7D735B and #735B7D with #5B737D are triadic colors.