COLOR #5B636B

HEX: #5B636B
RGB: (91,99,107)

Color info

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

RGB color model

#5B636B color RGB value is (91,99,107).

  • red value is 91;
  • green value is 99;
  • blue value is 107.
RGB:
(91,99,107)
(36%,39%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 107 of 255 = 42%

91
99
107

R + G + B ~ 39%. #5B636B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 107 = 297 (100%)
R 91 of 297 ~ 30.64%
G 99 of 297 ~ 33.33%
B 107 of 297 ~ 36.03%

%30.64
%33.33
%36.03

CMYK color model

#5B636B color CMYK value is (15,7,0,58).

  • cyan value is 14.95%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(15,7,0,58)
C15M7Y0K58 
(15%,7%,0%,58%)
(0.15/0.07/0.00/0.58)	

CMYK percentages

%14.95
%7.48
%0
%58.04

Codes

Color #5B636B in popluar color models

5B636B
RGB9199107
HSL210°8.08%38.82%
HSB/HSV210°14.95%41.96%
CMYK14.95%7.48%0.00%
58.04%

Color #5B636B in popluar number systems.

HEX5B636B
Decimal9199107
Binary101101111000111101011
Octal133143153

Shades and tints

Shades of #5B636B

#5B636B
(91,99,107)
#535A62
(83,90,98)
#4B5159
(75,81,89)
#434850
(67,72,80)
#3B3F47
(59,63,71)
#33363E
(51,54,62)
#2B2D35
(43,45,53)
#23242C
(35,36,44)
#1B1B23
(27,27,35)
#13121A
(19,18,26)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #5B636B

#5B636B
(91,99,107)
#697178
(105,113,120)
#777F85
(119,127,133)
#858D92
(133,141,146)
#939B9F
(147,155,159)
#A1A9AC
(161,169,172)
#AFB7B9
(175,183,185)
#BDC5C6
(189,197,198)
#CBD3D3
(203,211,211)
#D9E1E0
(217,225,224)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B636B color. Also use rgb(91,99,107) instead hex code.

Text Font Color

.myTextColor { color: #5B636B; }

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

This text font color is #5B636B.


Background Color

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

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

This div background color is #5B636B.


Border color

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

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

This div border color is #5B636B.


Opacity

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

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

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

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

This text has shadow with #5B636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B636B on black background.


Color preview on white background

This text has color #5B636B on white background.



Black color preview on #5B636B background

This text has black color on #5B636B background.


White color preview on #5B636B background

This text has white color on #5B636B background.