COLOR #5B5778

HEX: #5B5778 RGB: (91,87,120)

Color info

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

RGB color model

#5B5778 color RGB value is (91,87,120).

RGB: (91,87,120) (36%, 34%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 120 of 255 = 47%

91
87
120

R + G + B ~ 39%. #5B5778 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 87 + 120 = 298 (100%)
R 91 of 298 ~ 30.54%
G 87 of 298 ~ 29.19%
B 120 of 298 ~ 40.27'%

%30.54
%29.19
%40.27

CMYK color model

#5B5778 color CMYK value is (24,28,0,53).

  • cyan value is 24.17%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (24,28,0,53)
C24M28Y0K53 (24%, 28%, 0%, 53%)
(0.24 / 0.28 / 0.00 / 0.53)

CMYK percentages

%24.17
%27.5
%0
%52.94

Codes

Color #5B5778 in popluar color models

5B 57 78
RGB 91 87 120
HSL 247° 15.94% 40.59%
HSB/HSV 247° 27.50% 47.06%
CMYK 24.17% 27.50% 0.00%
52.94%

Color #5B5778 in popluar number systems.

HEX 5B 57 78
Decimal 91 87 120
Binary 1011011 1010111 1111000
Octal 133 127 170

Shades and tints

Shades of #5B5778

#5B5778
(91,87,120)
#53506E
(83,80,110)
#4B4964
(75,73,100)
#43425A
(67,66,90)
#3B3B50
(59,59,80)
#333446
(51,52,70)
#2B2D3C
(43,45,60)
#232632
(35,38,50)
#1B1F28
(27,31,40)
#13181E
(19,24,30)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #5B5778

#5B5778
(91,87,120)
#696684
(105,102,132)
#777590
(119,117,144)
#85849C
(133,132,156)
#9393A8
(147,147,168)
#A1A2B4
(161,162,180)
#AFB1C0
(175,177,192)
#BDC0CC
(189,192,204)
#CBCFD8
(203,207,216)
#D9DEE4
(217,222,228)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5778; }

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

This text font color is #5B5778.

Background Color

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

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

This div background color is #5B5778.

Border color

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

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

This div border color is #5B5778.

Opacity

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

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

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

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

This text has shadow with #5B5778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5778.

Preview

Color preview on black background

This text has color #5B5778 on black background.


Color preview on white background

This text has color #5B5778 on white background.


Black color preview on #5B5778 background

This text has black color on #5B5778 background.


White color preview on #5B5778 background

This text has white color on #5B5778 background.


Related colors

Complementary color

Complementary color for #hex is #A4A887.


I love getcolorcode.com

Triadic colors

1 #785B57 and #57785B with #5B5778 are triadic colors.

2 #78575B and #575B78 with #5B5778 are triadic colors.