COLOR #5B5D9C

HEX: #5B5D9C
RGB: (91,93,156)

Color info

#5B5D9C contains mainly blue color. Web safe color of #5B5D9C is #666699 (or #669).

RGB color model

#5B5D9C color RGB value is (91,93,156).

  • red value is 91;
  • green value is 93;
  • blue value is 156.
RGB:
(91,93,156)
(36%,36%,61%)

RGB channels and saturation

R 91 of 255 = 36%
G 93 of 255 = 36%
B 156 of 255 = 61%

91
93
156

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

Portions of RGB colors in percentages

R + G + B =
91 + 93 + 156 = 340 (100%)
R 91 of 340 ~ 26.76%
G 93 of 340 ~ 27.35%
B 156 of 340 ~ 45.88%

%26.76
%27.35
%45.88

CMYK color model

#5B5D9C color CMYK value is (42,40,0,39).

  • cyan value is 41.67%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(42,40,0,39)
C42M40Y0K39 
(42%,40%,0%,39%)
(0.42/0.40/0.00/0.39)	

CMYK percentages

%41.67
%40.38
%0
%38.82

Codes

Color #5B5D9C in popluar color models

5B5D9C
RGB9193156
HSL238°26.32%48.43%
HSB/HSV238°41.67%61.18%
CMYK41.67%40.38%0.00%
38.82%

Color #5B5D9C in popluar number systems.

HEX5B5D9C
Decimal9193156
Binary1011011101110110011100
Octal133135234

Shades and tints

Shades of #5B5D9C

#5B5D9C
(91,93,156)
#53558E
(83,85,142)
#4B4D80
(75,77,128)
#434572
(67,69,114)
#3B3D64
(59,61,100)
#333556
(51,53,86)
#2B2D48
(43,45,72)
#23253A
(35,37,58)
#1B1D2C
(27,29,44)
#13151E
(19,21,30)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #5B5D9C

#5B5D9C
(91,93,156)
#696BA5
(105,107,165)
#7779AE
(119,121,174)
#8587B7
(133,135,183)
#9395C0
(147,149,192)
#A1A3C9
(161,163,201)
#AFB1D2
(175,177,210)
#BDBFDB
(189,191,219)
#CBCDE4
(203,205,228)
#D9DBED
(217,219,237)
#E7E9F6
(231,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5D9C color. Also use rgb(91,93,156) instead hex code.

Text Font Color

.myTextColor { color: #5B5D9C; }

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

This text font color is #5B5D9C.


Background Color

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

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

This div background color is #5B5D9C.


Border color

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

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

This div border color is #5B5D9C.


Opacity

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

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

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

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

This text has shadow with #5B5D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5D9C on black background.


Color preview on white background

This text has color #5B5D9C on white background.



Black color preview on #5B5D9C background

This text has black color on #5B5D9C background.


White color preview on #5B5D9C background

This text has white color on #5B5D9C background.