COLOR #5B5772

HEX: #5B5772
RGB: (91,87,114)

Color info

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

RGB color model

#5B5772 color RGB value is (91,87,114).

  • red value is 91;
  • green value is 87;
  • blue value is 114.
RGB:
(91,87,114)
(36%,34%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 114 of 255 = 45%

91
87
114

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

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 114 = 292 (100%)
R 91 of 292 ~ 31.16%
G 87 of 292 ~ 29.79%
B 114 of 292 ~ 39.04%

%31.16
%29.79
%39.04

CMYK color model

#5B5772 color CMYK value is (20,24,0,55).

  • cyan value is 20.18%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(20,24,0,55)
C20M24Y0K55 
(20%,24%,0%,55%)
(0.20/0.24/0.00/0.55)	

CMYK percentages

%20.18
%23.68
%0
%55.29

Codes

Color #5B5772 in popluar color models

5B5772
RGB9187114
HSL249°13.43%39.41%
HSB/HSV249°23.68%44.71%
CMYK20.18%23.68%0.00%
55.29%

Color #5B5772 in popluar number systems.

HEX5B5772
Decimal9187114
Binary101101110101111110010
Octal133127162

Shades and tints

Shades of #5B5772

#5B5772
(91,87,114)
#535068
(83,80,104)
#4B495E
(75,73,94)
#434254
(67,66,84)
#3B3B4A
(59,59,74)
#333440
(51,52,64)
#2B2D36
(43,45,54)
#23262C
(35,38,44)
#1B1F22
(27,31,34)
#131818
(19,24,24)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #5B5772

#5B5772
(91,87,114)
#69667E
(105,102,126)
#77758A
(119,117,138)
#858496
(133,132,150)
#9393A2
(147,147,162)
#A1A2AE
(161,162,174)
#AFB1BA
(175,177,186)
#BDC0C6
(189,192,198)
#CBCFD2
(203,207,210)
#D9DEDE
(217,222,222)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5772 color. Also use rgb(91,87,114) instead hex code.

Text Font Color

.myTextColor { color: #5B5772; }

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

This text font color is #5B5772.


Background Color

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

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

This div background color is #5B5772.


Border color

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

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

This div border color is #5B5772.


Opacity

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

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

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

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

This text has shadow with #5B5772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5772 on black background.


Color preview on white background

This text has color #5B5772 on white background.



Black color preview on #5B5772 background

This text has black color on #5B5772 background.


White color preview on #5B5772 background

This text has white color on #5B5772 background.