COLOR #5B586C

HEX: #5B586C
RGB: (91,88,108)

Color info

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

RGB color model

#5B586C color RGB value is (91,88,108).

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

RGB channels and saturation

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

91
88
108

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 108 = 287 (100%)
R 91 of 287 ~ 31.71%
G 88 of 287 ~ 30.66%
B 108 of 287 ~ 37.63%

%31.71
%30.66
%37.63

CMYK color model

#5B586C color CMYK value is (16,19,0,58).

  • cyan value is 15.74%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(16,19,0,58)
C16M19Y0K58 
(16%,19%,0%,58%)
(0.16/0.19/0.00/0.58)	

CMYK percentages

%15.74
%18.52
%0
%57.65

Codes

Color #5B586C in popluar color models

5B586C
RGB9188108
HSL249°10.20%38.43%
HSB/HSV249°18.52%42.35%
CMYK15.74%18.52%0.00%
57.65%

Color #5B586C in popluar number systems.

HEX5B586C
Decimal9188108
Binary101101110110001101100
Octal133130154

Shades and tints

Shades of #5B586C

#5B586C
(91,88,108)
#535063
(83,80,99)
#4B485A
(75,72,90)
#434051
(67,64,81)
#3B3848
(59,56,72)
#33303F
(51,48,63)
#2B2836
(43,40,54)
#23202D
(35,32,45)
#1B1824
(27,24,36)
#13101B
(19,16,27)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #5B586C

#5B586C
(91,88,108)
#696779
(105,103,121)
#777686
(119,118,134)
#858593
(133,133,147)
#9394A0
(147,148,160)
#A1A3AD
(161,163,173)
#AFB2BA
(175,178,186)
#BDC1C7
(189,193,199)
#CBD0D4
(203,208,212)
#D9DFE1
(217,223,225)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B586C; }

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

This text font color is #5B586C.


Background Color

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

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

This div background color is #5B586C.


Border color

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

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

This div border color is #5B586C.


Opacity

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

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

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

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

This text has shadow with #5B586C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B586C on black background.


Color preview on white background

This text has color #5B586C on white background.



Black color preview on #5B586C background

This text has black color on #5B586C background.


White color preview on #5B586C background

This text has white color on #5B586C background.