COLOR #5B586A

HEX: #5B586A
RGB: (91,88,106)

Color info

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

RGB color model

#5B586A color RGB value is (91,88,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 106 of 255 = 42%

91
88
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 106 = 285 (100%)
R 91 of 285 ~ 31.93%
G 88 of 285 ~ 30.88%
B 106 of 285 ~ 37.19%

%31.93
%30.88
%37.19

CMYK color model

#5B586A color CMYK value is (14,17,0,58).

  • cyan value is 14.15%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,17,0,58)
C14M17Y0K58 
(14%,17%,0%,58%)
(0.14/0.17/0.00/0.58)	

CMYK percentages

%14.15
%16.98
%0
%58.43

Codes

Color #5B586A in popluar color models

5B586A
RGB9188106
HSL250°9.28%38.04%
HSB/HSV250°16.98%41.57%
CMYK14.15%16.98%0.00%
58.43%

Color #5B586A in popluar number systems.

HEX5B586A
Decimal9188106
Binary101101110110001101010
Octal133130152

Shades and tints

Shades of #5B586A

#5B586A
(91,88,106)
#535061
(83,80,97)
#4B4858
(75,72,88)
#43404F
(67,64,79)
#3B3846
(59,56,70)
#33303D
(51,48,61)
#2B2834
(43,40,52)
#23202B
(35,32,43)
#1B1822
(27,24,34)
#131019
(19,16,25)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #5B586A

#5B586A
(91,88,106)
#696777
(105,103,119)
#777684
(119,118,132)
#858591
(133,133,145)
#93949E
(147,148,158)
#A1A3AB
(161,163,171)
#AFB2B8
(175,178,184)
#BDC1C5
(189,193,197)
#CBD0D2
(203,208,210)
#D9DFDF
(217,223,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B586A; }

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

This text font color is #5B586A.


Background Color

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

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

This div background color is #5B586A.


Border color

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

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

This div border color is #5B586A.


Opacity

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

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

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

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

This text has shadow with #5B586A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B586A on black background.


Color preview on white background

This text has color #5B586A on white background.



Black color preview on #5B586A background

This text has black color on #5B586A background.


White color preview on #5B586A background

This text has white color on #5B586A background.