COLOR #5B5867

HEX: #5B5867
RGB: (91,88,103)

Color info

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

RGB color model

#5B5867 color RGB value is (91,88,103).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 103 of 255 = 40%

91
88
103

R + G + B ~ 37%. #5B5867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 103 = 282 (100%)
R 91 of 282 ~ 32.27%
G 88 of 282 ~ 31.21%
B 103 of 282 ~ 36.52%

%32.27
%31.21
%36.52

CMYK color model

#5B5867 color CMYK value is (12,15,0,60).

  • cyan value is 11.65%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(12,15,0,60)
C12M15Y0K60 
(12%,15%,0%,60%)
(0.12/0.15/0.00/0.60)	

CMYK percentages

%11.65
%14.56
%0
%59.61

Codes

Color #5B5867 in popluar color models

5B5867
RGB9188103
HSL252°7.85%37.45%
HSB/HSV252°14.56%40.39%
CMYK11.65%14.56%0.00%
59.61%

Color #5B5867 in popluar number systems.

HEX5B5867
Decimal9188103
Binary101101110110001100111
Octal133130147

Shades and tints

Shades of #5B5867

#5B5867
(91,88,103)
#53505E
(83,80,94)
#4B4855
(75,72,85)
#43404C
(67,64,76)
#3B3843
(59,56,67)
#33303A
(51,48,58)
#2B2831
(43,40,49)
#232028
(35,32,40)
#1B181F
(27,24,31)
#131016
(19,16,22)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #5B5867

#5B5867
(91,88,103)
#696774
(105,103,116)
#777681
(119,118,129)
#85858E
(133,133,142)
#93949B
(147,148,155)
#A1A3A8
(161,163,168)
#AFB2B5
(175,178,181)
#BDC1C2
(189,193,194)
#CBD0CF
(203,208,207)
#D9DFDC
(217,223,220)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5867; }

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

This text font color is #5B5867.


Background Color

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

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

This div background color is #5B5867.


Border color

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

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

This div border color is #5B5867.


Opacity

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

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

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

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

This text has shadow with #5B5867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5867 on black background.


Color preview on white background

This text has color #5B5867 on white background.



Black color preview on #5B5867 background

This text has black color on #5B5867 background.


White color preview on #5B5867 background

This text has white color on #5B5867 background.