COLOR #5B6A6D

HEX: #5B6A6D
RGB: (91,106,109)

Color info

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

RGB color model

#5B6A6D color RGB value is (91,106,109).

  • red value is 91;
  • green value is 106;
  • blue value is 109.
RGB:
(91,106,109)
(36%,42%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 106 of 255 = 42%
B 109 of 255 = 43%

91
106
109

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

Portions of RGB colors in percentages

R + G + B =
91 + 106 + 109 = 306 (100%)
R 91 of 306 ~ 29.74%
G 106 of 306 ~ 34.64%
B 109 of 306 ~ 35.62%

%29.74
%34.64
%35.62

CMYK color model

#5B6A6D color CMYK value is (17,3,0,57).

  • cyan value is 16.51%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(17,3,0,57)
C17M3Y0K57 
(17%,3%,0%,57%)
(0.17/0.03/0.00/0.57)	

CMYK percentages

%16.51
%2.75
%0
%57.25

Codes

Color #5B6A6D in popluar color models

5B6A6D
RGB91106109
HSL190°9.00%39.22%
HSB/HSV190°16.51%42.75%
CMYK16.51%2.75%0.00%
57.25%

Color #5B6A6D in popluar number systems.

HEX5B6A6D
Decimal91106109
Binary101101111010101101101
Octal133152155

Shades and tints

Shades of #5B6A6D

#5B6A6D
(91,106,109)
#536164
(83,97,100)
#4B585B
(75,88,91)
#434F52
(67,79,82)
#3B4649
(59,70,73)
#333D40
(51,61,64)
#2B3437
(43,52,55)
#232B2E
(35,43,46)
#1B2225
(27,34,37)
#13191C
(19,25,28)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #5B6A6D

#5B6A6D
(91,106,109)
#69777A
(105,119,122)
#778487
(119,132,135)
#859194
(133,145,148)
#939EA1
(147,158,161)
#A1ABAE
(161,171,174)
#AFB8BB
(175,184,187)
#BDC5C8
(189,197,200)
#CBD2D5
(203,210,213)
#D9DFE2
(217,223,226)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6A6D color. Also use rgb(91,106,109) instead hex code.

Text Font Color

.myTextColor { color: #5B6A6D; }

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

This text font color is #5B6A6D.


Background Color

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

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

This div background color is #5B6A6D.


Border color

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

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

This div border color is #5B6A6D.


Opacity

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

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

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

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

This text has shadow with #5B6A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6A6D on black background.


Color preview on white background

This text has color #5B6A6D on white background.



Black color preview on #5B6A6D background

This text has black color on #5B6A6D background.


White color preview on #5B6A6D background

This text has white color on #5B6A6D background.