COLOR #5B5470

HEX: #5B5470 RGB: (91,84,112)

Color info

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

RGB color model

#5B5470 color RGB value is (91,84,112).

RGB: (91,84,112) (36%, 33%, 44%)

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 112 of 255 = 44%

91
84
112

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

Portions of RGB colors in percentages

R + G + B = 91 + 84 + 112 = 287 (100%)
R 91 of 287 ~ 31.71%
G 84 of 287 ~ 29.27%
B 112 of 287 ~ 39.02'%

%31.71
%29.27
%39.02

CMYK color model

#5B5470 color CMYK value is (19,25,0,56).

  • cyan value is 18.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (19,25,0,56)
C19M25Y0K56 (19%, 25%, 0%, 56%)
(0.19 / 0.25 / 0.00 / 0.56)

CMYK percentages

%18.75
%25
%0
%56.08

Codes

Color #5B5470 in popluar color models

5B 54 70
RGB 91 84 112
HSL 255° 14.29% 38.43%
HSB/HSV 255° 25.00% 43.92%
CMYK 18.75% 25.00% 0.00%
56.08%

Color #5B5470 in popluar number systems.

HEX 5B 54 70
Decimal 91 84 112
Binary 1011011 1010100 1110000
Octal 133 124 160

Shades and tints

Shades of #5B5470

#5B5470
(91,84,112)
#534D66
(83,77,102)
#4B465C
(75,70,92)
#433F52
(67,63,82)
#3B3848
(59,56,72)
#33313E
(51,49,62)
#2B2A34
(43,42,52)
#23232A
(35,35,42)
#1B1C20
(27,28,32)
#131516
(19,21,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #5B5470

#5B5470
(91,84,112)
#69637D
(105,99,125)
#77728A
(119,114,138)
#858197
(133,129,151)
#9390A4
(147,144,164)
#A19FB1
(161,159,177)
#AFAEBE
(175,174,190)
#BDBDCB
(189,189,203)
#CBCCD8
(203,204,216)
#D9DBE5
(217,219,229)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5470; }

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

This text font color is #5B5470.

Background Color

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

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

This div background color is #5B5470.

Border color

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

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

This div border color is #5B5470.

Opacity

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

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

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

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

This text has shadow with #5B5470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5470.

Preview

Color preview on black background

This text has color #5B5470 on black background.


Color preview on white background

This text has color #5B5470 on white background.


Black color preview on #5B5470 background

This text has black color on #5B5470 background.


White color preview on #5B5470 background

This text has white color on #5B5470 background.


Related colors

Complementary color

Complementary color for #hex is #A4AB8F.


I love getcolorcode.com

Triadic colors

1 #705B54 and #54705B with #5B5470 are triadic colors.

2 #70545B and #545B70 with #5B5470 are triadic colors.