COLOR #5B5CA1

HEX: #5B5CA1 RGB: (91,92,161)

Color info

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

RGB color model

#5B5CA1 color RGB value is (91,92,161).

RGB: (91,92,161) (36%, 36%, 63%)

RGB channels and saturation

R 91 of 255 = 36%
G 92 of 255 = 36%
B 161 of 255 = 63%

91
92
161

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

Portions of RGB colors in percentages

R + G + B = 91 + 92 + 161 = 344 (100%)
R 91 of 344 ~ 26.45%
G 92 of 344 ~ 26.74%
B 161 of 344 ~ 46.8'%

%26.45
%26.74
%46.8

CMYK color model

#5B5CA1 color CMYK value is (43,43,0,37).

  • cyan value is 43.48%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (43,43,0,37)
C43M43Y0K37 (43%, 43%, 0%, 37%)
(0.43 / 0.43 / 0.00 / 0.37)

CMYK percentages

%43.48
%42.86
%0
%36.86

Codes

Color #5B5CA1 in popluar color models

5B 5C A1
RGB 91 92 161
HSL 239° 27.78% 49.41%
HSB/HSV 239° 43.48% 63.14%
CMYK 43.48% 42.86% 0.00%
36.86%

Color #5B5CA1 in popluar number systems.

HEX 5B 5C A1
Decimal 91 92 161
Binary 1011011 1011100 10100001
Octal 133 134 241

Shades and tints

Shades of #5B5CA1

#5B5CA1
(91,92,161)
#535493
(83,84,147)
#4B4C85
(75,76,133)
#434477
(67,68,119)
#3B3C69
(59,60,105)
#33345B
(51,52,91)
#2B2C4D
(43,44,77)
#23243F
(35,36,63)
#1B1C31
(27,28,49)
#131423
(19,20,35)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #5B5CA1

#5B5CA1
(91,92,161)
#696AA9
(105,106,169)
#7778B1
(119,120,177)
#8586B9
(133,134,185)
#9394C1
(147,148,193)
#A1A2C9
(161,162,201)
#AFB0D1
(175,176,209)
#BDBED9
(189,190,217)
#CBCCE1
(203,204,225)
#D9DAE9
(217,218,233)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5CA1; }

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

This text font color is #5B5CA1.

Background Color

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

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

This div background color is #5B5CA1.

Border color

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

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

This div border color is #5B5CA1.

Opacity

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

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

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

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

This text has shadow with #5B5CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5CA1.

Preview

Color preview on black background

This text has color #5B5CA1 on black background.


Color preview on white background

This text has color #5B5CA1 on white background.


Black color preview on #5B5CA1 background

This text has black color on #5B5CA1 background.


White color preview on #5B5CA1 background

This text has white color on #5B5CA1 background.


Related colors

Complementary color

Complementary color for #hex is #A4A35E.


I love getcolorcode.com

Triadic colors

1 #A15B5C and #5CA15B with #5B5CA1 are triadic colors.

2 #A15C5B and #5C5BA1 with #5B5CA1 are triadic colors.