COLOR #5B6164

HEX: #5B6164 RGB: (91,97,100)

Color info

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

RGB color model

#5B6164 color RGB value is (91,97,100).

RGB: (91,97,100) (36%, 38%, 39%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 100 of 255 = 39%

91
97
100

R + G + B ~ 38%. #5B6164 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 97 + 100 = 288 (100%)
R 91 of 288 ~ 31.6%
G 97 of 288 ~ 33.68%
B 100 of 288 ~ 34.72'%

%31.6
%33.68
%34.72

CMYK color model

#5B6164 color CMYK value is (9,3,0,61).

  • cyan value is 9.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (9,3,0,61)
C9M3Y0K61 (9%, 3%, 0%, 61%)
(0.09 / 0.03 / 0.00 / 0.61)

CMYK percentages

%9
%3
%0
%60.78

Codes

Color #5B6164 in popluar color models

5B 61 64
RGB 91 97 100
HSL 200° 4.71% 37.45%
HSB/HSV 200° 9.00% 39.22%
CMYK 9.00% 3.00% 0.00%
60.78%

Color #5B6164 in popluar number systems.

HEX 5B 61 64
Decimal 91 97 100
Binary 1011011 1100001 1100100
Octal 133 141 144

Shades and tints

Shades of #5B6164

#5B6164
(91,97,100)
#53595B
(83,89,91)
#4B5152
(75,81,82)
#434949
(67,73,73)
#3B4140
(59,65,64)
#333937
(51,57,55)
#2B312E
(43,49,46)
#232925
(35,41,37)
#1B211C
(27,33,28)
#131913
(19,25,19)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #5B6164

#5B6164
(91,97,100)
#696F72
(105,111,114)
#777D80
(119,125,128)
#858B8E
(133,139,142)
#93999C
(147,153,156)
#A1A7AA
(161,167,170)
#AFB5B8
(175,181,184)
#BDC3C6
(189,195,198)
#CBD1D4
(203,209,212)
#D9DFE2
(217,223,226)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6164 color. Also use rgb(91,97,100) instead hex code.

Text Font Color

.myTextColor { color: #5B6164; }

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

This text font color is #5B6164.

Background Color

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

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

This div background color is #5B6164.

Border color

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

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

This div border color is #5B6164.

Opacity

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

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

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

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

This text has shadow with #5B6164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6164.

Preview

Color preview on black background

This text has color #5B6164 on black background.


Color preview on white background

This text has color #5B6164 on white background.


Black color preview on #5B6164 background

This text has black color on #5B6164 background.


White color preview on #5B6164 background

This text has white color on #5B6164 background.


Related colors

Complementary color

Complementary color for #hex is #A49E9B.


I love getcolorcode.com

Triadic colors

1 #645B61 and #61645B with #5B6164 are triadic colors.

2 #64615B and #615B64 with #5B6164 are triadic colors.