COLOR #5B5273

HEX: #5B5273 RGB: (91,82,115)

Color info

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

RGB color model

#5B5273 color RGB value is (91,82,115).

RGB: (91,82,115) (36%, 32%, 45%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 115 of 255 = 45%

91
82
115

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

Portions of RGB colors in percentages

R + G + B = 91 + 82 + 115 = 288 (100%)
R 91 of 288 ~ 31.6%
G 82 of 288 ~ 28.47%
B 115 of 288 ~ 39.93'%

%31.6
%28.47
%39.93

CMYK color model

#5B5273 color CMYK value is (21,29,0,55).

  • cyan value is 20.87%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (21,29,0,55)
C21M29Y0K55 (21%, 29%, 0%, 55%)
(0.21 / 0.29 / 0.00 / 0.55)

CMYK percentages

%20.87
%28.7
%0
%54.9

Codes

Color #5B5273 in popluar color models

5B 52 73
RGB 91 82 115
HSL 256° 16.75% 38.63%
HSB/HSV 256° 28.70% 45.10%
CMYK 20.87% 28.70% 0.00%
54.90%

Color #5B5273 in popluar number systems.

HEX 5B 52 73
Decimal 91 82 115
Binary 1011011 1010010 1110011
Octal 133 122 163

Shades and tints

Shades of #5B5273

#5B5273
(91,82,115)
#534B69
(83,75,105)
#4B445F
(75,68,95)
#433D55
(67,61,85)
#3B364B
(59,54,75)
#332F41
(51,47,65)
#2B2837
(43,40,55)
#23212D
(35,33,45)
#1B1A23
(27,26,35)
#131319
(19,19,25)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #5B5273

#5B5273
(91,82,115)
#69617F
(105,97,127)
#77708B
(119,112,139)
#857F97
(133,127,151)
#938EA3
(147,142,163)
#A19DAF
(161,157,175)
#AFACBB
(175,172,187)
#BDBBC7
(189,187,199)
#CBCAD3
(203,202,211)
#D9D9DF
(217,217,223)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5273 color. Also use rgb(91,82,115) instead hex code.

Text Font Color

.myTextColor { color: #5B5273; }

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

This text font color is #5B5273.

Background Color

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

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

This div background color is #5B5273.

Border color

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

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

This div border color is #5B5273.

Opacity

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

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

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

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

This text has shadow with #5B5273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5273.

Preview

Color preview on black background

This text has color #5B5273 on black background.


Color preview on white background

This text has color #5B5273 on white background.


Black color preview on #5B5273 background

This text has black color on #5B5273 background.


White color preview on #5B5273 background

This text has white color on #5B5273 background.


Related colors

Complementary color

Complementary color for #hex is #A4AD8C.


I love getcolorcode.com

Triadic colors

1 #735B52 and #52735B with #5B5273 are triadic colors.

2 #73525B and #525B73 with #5B5273 are triadic colors.