COLOR #5B5D81

HEX: #5B5D81
RGB: (91,93,129)

Color info

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

RGB color model

#5B5D81 color RGB value is (91,93,129).

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

RGB channels and saturation

R 91 of 255 = 36%
G 93 of 255 = 36%
B 129 of 255 = 51%

91
93
129

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

Portions of RGB colors in percentages

R + G + B =
91 + 93 + 129 = 313 (100%)
R 91 of 313 ~ 29.07%
G 93 of 313 ~ 29.71%
B 129 of 313 ~ 41.21%

%29.07
%29.71
%41.21

CMYK color model

#5B5D81 color CMYK value is (29,28,0,49).

  • cyan value is 29.46%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(29,28,0,49)
C29M28Y0K49 
(29%,28%,0%,49%)
(0.29/0.28/0.00/0.49)	

CMYK percentages

%29.46
%27.91
%0
%49.41

Codes

Color #5B5D81 in popluar color models

5B5D81
RGB9193129
HSL237°17.27%43.14%
HSB/HSV237°29.46%50.59%
CMYK29.46%27.91%0.00%
49.41%

Color #5B5D81 in popluar number systems.

HEX5B5D81
Decimal9193129
Binary1011011101110110000001
Octal133135201

Shades and tints

Shades of #5B5D81

#5B5D81
(91,93,129)
#535576
(83,85,118)
#4B4D6B
(75,77,107)
#434560
(67,69,96)
#3B3D55
(59,61,85)
#33354A
(51,53,74)
#2B2D3F
(43,45,63)
#232534
(35,37,52)
#1B1D29
(27,29,41)
#13151E
(19,21,30)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #5B5D81

#5B5D81
(91,93,129)
#696B8C
(105,107,140)
#777997
(119,121,151)
#8587A2
(133,135,162)
#9395AD
(147,149,173)
#A1A3B8
(161,163,184)
#AFB1C3
(175,177,195)
#BDBFCE
(189,191,206)
#CBCDD9
(203,205,217)
#D9DBE4
(217,219,228)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5D81; }

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

This text font color is #5B5D81.


Background Color

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

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

This div background color is #5B5D81.


Border color

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

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

This div border color is #5B5D81.


Opacity

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

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

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

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

This text has shadow with #5B5D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5D81 on black background.


Color preview on white background

This text has color #5B5D81 on white background.



Black color preview on #5B5D81 background

This text has black color on #5B5D81 background.


White color preview on #5B5D81 background

This text has white color on #5B5D81 background.