COLOR #5B6C5D

HEX: #5B6C5D RGB: (91,108,93)

Color info

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

RGB color model

#5B6C5D color RGB value is (91,108,93).

RGB: (91,108,93) (36%, 42%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 93 of 255 = 36%

91
108
93

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

Portions of RGB colors in percentages

R + G + B = 91 + 108 + 93 = 292 (100%)
R 91 of 292 ~ 31.16%
G 108 of 292 ~ 36.99%
B 93 of 292 ~ 31.85'%

%31.16
%36.99
%31.85

CMYK color model

#5B6C5D color CMYK value is (16,0,14,58).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 57.65%
CMYK: (16,0,14,58) C16M0Y14K58 (16%,0%,14%,58%) (0.16/0.00/0.14/0.58) 

CMYK percentages

%15.74
%0
%13.89
%57.65

Codes

Color #5B6C5D in popluar color models

5B 6C 5D
RGB 91 108 93
HSL 127° 8.54% 39.02%
HSB/HSV 127° 15.74% 42.35%
CMYK 15.74% 0.00% 13.89%
57.65%

Color #5B6C5D in popluar number systems.

HEX 5B 6C 5D
Decimal 91 108 93
Binary 1011011 1101100 1011101
Octal 133 154 135

Shades and tints

Shades of #5B6C5D

#5B6C5D
(91,108,93)
#536355
(83,99,85)
#4B5A4D
(75,90,77)
#435145
(67,81,69)
#3B483D
(59,72,61)
#333F35
(51,63,53)
#2B362D
(43,54,45)
#232D25
(35,45,37)
#1B241D
(27,36,29)
#131B15
(19,27,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #5B6C5D

#5B6C5D
(91,108,93)
#69796B
(105,121,107)
#778679
(119,134,121)
#859387
(133,147,135)
#93A095
(147,160,149)
#A1ADA3
(161,173,163)
#AFBAB1
(175,186,177)
#BDC7BF
(189,199,191)
#CBD4CD
(203,212,205)
#D9E1DB
(217,225,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6C5D color. Also use rgb(91,108,93) instead hex code.

Text Font Color

.myTextColor { color: #5B6C5D; }

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

This text font color is #5B6C5D.

Background Color

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

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

This div background color is #5B6C5D.

Border color

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

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

This div border color is #5B6C5D.

Opacity

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

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

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

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

This text has shadow with #5B6C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6C5D.

Preview

Color preview on black background

This text has color #5B6C5D on black background.


Color preview on white background

This text has color #5B6C5D on white background.


Black color preview on #5B6C5D background

This text has black color on #5B6C5D background.


White color preview on #5B6C5D background

This text has white color on #5B6C5D background.


Related colors

Complementary color

Complementary color for #hex is #A493A2.


I love getcolorcode.com

Triadic colors

1 #5D5B6C and #6C5D5B with #5B6C5D are triadic colors.

2 #5D6C5B and #6C5B5D with #5B6C5D are triadic colors.