COLOR #5B5C85

HEX: #5B5C85 RGB: (91,92,133)

Color info

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

RGB color model

#5B5C85 color RGB value is (91,92,133).

RGB: (91,92,133) (36%, 36%, 52%)

RGB channels and saturation

R 91 of 255 = 36%
G 92 of 255 = 36%
B 133 of 255 = 52%

91
92
133

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

Portions of RGB colors in percentages

R + G + B = 91 + 92 + 133 = 316 (100%)
R 91 of 316 ~ 28.8%
G 92 of 316 ~ 29.11%
B 133 of 316 ~ 42.09'%

%28.8
%29.11
%42.09

CMYK color model

#5B5C85 color CMYK value is (32,31,0,48).

  • cyan value is 31.58%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (32,31,0,48)
C32M31Y0K48 (32%, 31%, 0%, 48%)
(0.32 / 0.31 / 0.00 / 0.48)

CMYK percentages

%31.58
%30.83
%0
%47.84

Codes

Color #5B5C85 in popluar color models

5B 5C 85
RGB 91 92 133
HSL 239° 18.75% 43.92%
HSB/HSV 239° 31.58% 52.16%
CMYK 31.58% 30.83% 0.00%
47.84%

Color #5B5C85 in popluar number systems.

HEX 5B 5C 85
Decimal 91 92 133
Binary 1011011 1011100 10000101
Octal 133 134 205

Shades and tints

Shades of #5B5C85

#5B5C85
(91,92,133)
#535479
(83,84,121)
#4B4C6D
(75,76,109)
#434461
(67,68,97)
#3B3C55
(59,60,85)
#333449
(51,52,73)
#2B2C3D
(43,44,61)
#232431
(35,36,49)
#1B1C25
(27,28,37)
#131419
(19,20,25)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B5C85

#5B5C85
(91,92,133)
#696A90
(105,106,144)
#77789B
(119,120,155)
#8586A6
(133,134,166)
#9394B1
(147,148,177)
#A1A2BC
(161,162,188)
#AFB0C7
(175,176,199)
#BDBED2
(189,190,210)
#CBCCDD
(203,204,221)
#D9DAE8
(217,218,232)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5C85; }

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

This text font color is #5B5C85.

Background Color

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

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

This div background color is #5B5C85.

Border color

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

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

This div border color is #5B5C85.

Opacity

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

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

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

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

This text has shadow with #5B5C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5C85.

Preview

Color preview on black background

This text has color #5B5C85 on black background.


Color preview on white background

This text has color #5B5C85 on white background.


Black color preview on #5B5C85 background

This text has black color on #5B5C85 background.


White color preview on #5B5C85 background

This text has white color on #5B5C85 background.


Related colors

Complementary color

Complementary color for #hex is #A4A37A.


I love getcolorcode.com

Triadic colors

1 #855B5C and #5C855B with #5B5C85 are triadic colors.

2 #855C5B and #5C5B85 with #5B5C85 are triadic colors.