COLOR #5B5670

HEX: #5B5670
RGB: (91,86,112)

Color info

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

RGB color model

#5B5670 color RGB value is (91,86,112).

  • red value is 91;
  • green value is 86;
  • blue value is 112.
RGB:
(91,86,112)
(36%,34%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 112 of 255 = 44%

91
86
112

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 112 = 289 (100%)
R 91 of 289 ~ 31.49%
G 86 of 289 ~ 29.76%
B 112 of 289 ~ 38.75%

%31.49
%29.76
%38.75

CMYK color model

#5B5670 color CMYK value is (19,23,0,56).

  • cyan value is 18.75%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(19,23,0,56)
C19M23Y0K56 
(19%,23%,0%,56%)
(0.19/0.23/0.00/0.56)	

CMYK percentages

%18.75
%23.21
%0
%56.08

Codes

Color #5B5670 in popluar color models

5B5670
RGB9186112
HSL252°13.13%38.82%
HSB/HSV252°23.21%43.92%
CMYK18.75%23.21%0.00%
56.08%

Color #5B5670 in popluar number systems.

HEX5B5670
Decimal9186112
Binary101101110101101110000
Octal133126160

Shades and tints

Shades of #5B5670

#5B5670
(91,86,112)
#534F66
(83,79,102)
#4B485C
(75,72,92)
#434152
(67,65,82)
#3B3A48
(59,58,72)
#33333E
(51,51,62)
#2B2C34
(43,44,52)
#23252A
(35,37,42)
#1B1E20
(27,30,32)
#131716
(19,23,22)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #5B5670

#5B5670
(91,86,112)
#69657D
(105,101,125)
#77748A
(119,116,138)
#858397
(133,131,151)
#9392A4
(147,146,164)
#A1A1B1
(161,161,177)
#AFB0BE
(175,176,190)
#BDBFCB
(189,191,203)
#CBCED8
(203,206,216)
#D9DDE5
(217,221,229)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5670 color. Also use rgb(91,86,112) instead hex code.

Text Font Color

.myTextColor { color: #5B5670; }

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

This text font color is #5B5670.


Background Color

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

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

This div background color is #5B5670.


Border color

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

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

This div border color is #5B5670.


Opacity

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

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

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

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

This text has shadow with #5B5670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5670 on black background.


Color preview on white background

This text has color #5B5670 on white background.



Black color preview on #5B5670 background

This text has black color on #5B5670 background.


White color preview on #5B5670 background

This text has white color on #5B5670 background.