COLOR #5B5F78

HEX: #5B5F78
RGB: (91,95,120)

Color info

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

RGB color model

#5B5F78 color RGB value is (91,95,120).

  • red value is 91;
  • green value is 95;
  • blue value is 120.
RGB:
(91,95,120)
(36%,37%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 95 of 255 = 37%
B 120 of 255 = 47%

91
95
120

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

Portions of RGB colors in percentages

R + G + B =
91 + 95 + 120 = 306 (100%)
R 91 of 306 ~ 29.74%
G 95 of 306 ~ 31.05%
B 120 of 306 ~ 39.22%

%29.74
%31.05
%39.22

CMYK color model

#5B5F78 color CMYK value is (24,21,0,53).

  • cyan value is 24.17%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(24,21,0,53)
C24M21Y0K53 
(24%,21%,0%,53%)
(0.24/0.21/0.00/0.53)	

CMYK percentages

%24.17
%20.83
%0
%52.94

Codes

Color #5B5F78 in popluar color models

5B5F78
RGB9195120
HSL232°13.74%41.37%
HSB/HSV232°24.17%47.06%
CMYK24.17%20.83%0.00%
52.94%

Color #5B5F78 in popluar number systems.

HEX5B5F78
Decimal9195120
Binary101101110111111111000
Octal133137170

Shades and tints

Shades of #5B5F78

#5B5F78
(91,95,120)
#53576E
(83,87,110)
#4B4F64
(75,79,100)
#43475A
(67,71,90)
#3B3F50
(59,63,80)
#333746
(51,55,70)
#2B2F3C
(43,47,60)
#232732
(35,39,50)
#1B1F28
(27,31,40)
#13171E
(19,23,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #5B5F78

#5B5F78
(91,95,120)
#696D84
(105,109,132)
#777B90
(119,123,144)
#85899C
(133,137,156)
#9397A8
(147,151,168)
#A1A5B4
(161,165,180)
#AFB3C0
(175,179,192)
#BDC1CC
(189,193,204)
#CBCFD8
(203,207,216)
#D9DDE4
(217,221,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5F78 color. Also use rgb(91,95,120) instead hex code.

Text Font Color

.myTextColor { color: #5B5F78; }

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

This text font color is #5B5F78.


Background Color

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

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

This div background color is #5B5F78.


Border color

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

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

This div border color is #5B5F78.


Opacity

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

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

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

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

This text has shadow with #5B5F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5F78 on black background.


Color preview on white background

This text has color #5B5F78 on white background.



Black color preview on #5B5F78 background

This text has black color on #5B5F78 background.


White color preview on #5B5F78 background

This text has white color on #5B5F78 background.