COLOR #5B5D8A

HEX: #5B5D8A RGB: (91,93,138)

Color info

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

RGB color model

#5B5D8A color RGB value is (91,93,138).

RGB: (91,93,138) (36%, 36%, 54%)

RGB channels and saturation

R 91 of 255 = 36%
G 93 of 255 = 36%
B 138 of 255 = 54%

91
93
138

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

Portions of RGB colors in percentages

R + G + B = 91 + 93 + 138 = 322 (100%)
R 91 of 322 ~ 28.26%
G 93 of 322 ~ 28.88%
B 138 of 322 ~ 42.86'%

%28.26
%28.88
%42.86

CMYK color model

#5B5D8A color CMYK value is (34,33,0,46).

  • cyan value is 34.06%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (34,33,0,46)
C34M33Y0K46 (34%, 33%, 0%, 46%)
(0.34 / 0.33 / 0.00 / 0.46)

CMYK percentages

%34.06
%32.61
%0
%45.88

Codes

Color #5B5D8A in popluar color models

5B 5D 8A
RGB 91 93 138
HSL 237° 20.52% 44.90%
HSB/HSV 237° 34.06% 54.12%
CMYK 34.06% 32.61% 0.00%
45.88%

Color #5B5D8A in popluar number systems.

HEX 5B 5D 8A
Decimal 91 93 138
Binary 1011011 1011101 10001010
Octal 133 135 212

Shades and tints

Shades of #5B5D8A

#5B5D8A
(91,93,138)
#53557E
(83,85,126)
#4B4D72
(75,77,114)
#434566
(67,69,102)
#3B3D5A
(59,61,90)
#33354E
(51,53,78)
#2B2D42
(43,45,66)
#232536
(35,37,54)
#1B1D2A
(27,29,42)
#13151E
(19,21,30)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B5D8A

#5B5D8A
(91,93,138)
#696B94
(105,107,148)
#77799E
(119,121,158)
#8587A8
(133,135,168)
#9395B2
(147,149,178)
#A1A3BC
(161,163,188)
#AFB1C6
(175,177,198)
#BDBFD0
(189,191,208)
#CBCDDA
(203,205,218)
#D9DBE4
(217,219,228)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5D8A; }

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

This text font color is #5B5D8A.

Background Color

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

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

This div background color is #5B5D8A.

Border color

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

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

This div border color is #5B5D8A.

Opacity

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

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

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

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

This text has shadow with #5B5D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5D8A.

Preview

Color preview on black background

This text has color #5B5D8A on black background.


Color preview on white background

This text has color #5B5D8A on white background.


Black color preview on #5B5D8A background

This text has black color on #5B5D8A background.


White color preview on #5B5D8A background

This text has white color on #5B5D8A background.


Related colors

Complementary color

Complementary color for #hex is #A4A275.


I love getcolorcode.com

Triadic colors

1 #8A5B5D and #5D8A5B with #5B5D8A are triadic colors.

2 #8A5D5B and #5D5B8A with #5B5D8A are triadic colors.