COLOR #5B567D

HEX: #5B567D RGB: (91,86,125)

Color info

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

RGB color model

#5B567D color RGB value is (91,86,125).

RGB: (91,86,125) (36%, 34%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 125 of 255 = 49%

91
86
125

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

Portions of RGB colors in percentages

R + G + B = 91 + 86 + 125 = 302 (100%)
R 91 of 302 ~ 30.13%
G 86 of 302 ~ 28.48%
B 125 of 302 ~ 41.39'%

%30.13
%28.48
%41.39

CMYK color model

#5B567D color CMYK value is (27,31,0,51).

  • cyan value is 27.20%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (27,31,0,51)
C27M31Y0K51 (27%, 31%, 0%, 51%)
(0.27 / 0.31 / 0.00 / 0.51)

CMYK percentages

%27.2
%31.2
%0
%50.98

Codes

Color #5B567D in popluar color models

5B 56 7D
RGB 91 86 125
HSL 248° 18.48% 41.37%
HSB/HSV 248° 31.20% 49.02%
CMYK 27.20% 31.20% 0.00%
50.98%

Color #5B567D in popluar number systems.

HEX 5B 56 7D
Decimal 91 86 125
Binary 1011011 1010110 1111101
Octal 133 126 175

Shades and tints

Shades of #5B567D

#5B567D
(91,86,125)
#534F72
(83,79,114)
#4B4867
(75,72,103)
#43415C
(67,65,92)
#3B3A51
(59,58,81)
#333346
(51,51,70)
#2B2C3B
(43,44,59)
#232530
(35,37,48)
#1B1E25
(27,30,37)
#13171A
(19,23,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #5B567D

#5B567D
(91,86,125)
#696588
(105,101,136)
#777493
(119,116,147)
#85839E
(133,131,158)
#9392A9
(147,146,169)
#A1A1B4
(161,161,180)
#AFB0BF
(175,176,191)
#BDBFCA
(189,191,202)
#CBCED5
(203,206,213)
#D9DDE0
(217,221,224)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B567D; }

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

This text font color is #5B567D.

Background Color

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

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

This div background color is #5B567D.

Border color

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

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

This div border color is #5B567D.

Opacity

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

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

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

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

This text has shadow with #5B567D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B567D.

Preview

Color preview on black background

This text has color #5B567D on black background.


Color preview on white background

This text has color #5B567D on white background.


Black color preview on #5B567D background

This text has black color on #5B567D background.


White color preview on #5B567D background

This text has white color on #5B567D background.


Related colors

Complementary color

Complementary color for #hex is #A4A982.


I love getcolorcode.com

Triadic colors

1 #7D5B56 and #567D5B with #5B567D are triadic colors.

2 #7D565B and #565B7D with #5B567D are triadic colors.