COLOR #5B5085

HEX: #5B5085
RGB: (91,80,133)

Color info

#5B5085 contains red, green and blue colors in about the same proportion. Web safe color of #5B5085 is #666699 (or #669).

RGB color model

#5B5085 color RGB value is (91,80,133).

  • red value is 91;
  • green value is 80;
  • blue value is 133.
RGB:
(91,80,133)
(36%,31%,52%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 133 of 255 = 52%

91
80
133

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

Portions of RGB colors in percentages

R + G + B =
91 + 80 + 133 = 304 (100%)
R 91 of 304 ~ 29.93%
G 80 of 304 ~ 26.32%
B 133 of 304 ~ 43.75%

%29.93
%26.32
%43.75

CMYK color model

#5B5085 color CMYK value is (32,40,0,48).

  • cyan value is 31.58%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(32,40,0,48)
C32M40Y0K48 
(32%,40%,0%,48%)
(0.32/0.40/0.00/0.48)	

CMYK percentages

%31.58
%39.85
%0
%47.84

Codes

Color #5B5085 in popluar color models

5B5085
RGB9180133
HSL252°24.88%41.76%
HSB/HSV252°39.85%52.16%
CMYK31.58%39.85%0.00%
47.84%

Color #5B5085 in popluar number systems.

HEX5B5085
Decimal9180133
Binary1011011101000010000101
Octal133120205

Shades and tints

Shades of #5B5085

#5B5085
(91,80,133)
#534979
(83,73,121)
#4B426D
(75,66,109)
#433B61
(67,59,97)
#3B3455
(59,52,85)
#332D49
(51,45,73)
#2B263D
(43,38,61)
#231F31
(35,31,49)
#1B1825
(27,24,37)
#131119
(19,17,25)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #5B5085

#5B5085
(91,80,133)
#695F90
(105,95,144)
#776E9B
(119,110,155)
#857DA6
(133,125,166)
#938CB1
(147,140,177)
#A19BBC
(161,155,188)
#AFAAC7
(175,170,199)
#BDB9D2
(189,185,210)
#CBC8DD
(203,200,221)
#D9D7E8
(217,215,232)
#E7E6F3
(231,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5085 color. Also use rgb(91,80,133) instead hex code.

Text Font Color

.myTextColor { color: #5B5085; }

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

This text font color is #5B5085.


Background Color

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

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

This div background color is #5B5085.


Border color

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

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

This div border color is #5B5085.


Opacity

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

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

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

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

This text has shadow with #5B5085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5085 on black background.


Color preview on white background

This text has color #5B5085 on white background.



Black color preview on #5B5085 background

This text has black color on #5B5085 background.


White color preview on #5B5085 background

This text has white color on #5B5085 background.