COLOR #5C5EAB

HEX: #5C5EAB RGB: (92,94,171)

Color info

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

RGB color model

#5C5EAB color RGB value is (92,94,171).

RGB: (92,94,171) (36%, 37%, 67%)

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 171 of 255 = 67%

92
94
171

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

Portions of RGB colors in percentages

R + G + B = 92 + 94 + 171 = 357 (100%)
R 92 of 357 ~ 25.77%
G 94 of 357 ~ 26.33%
B 171 of 357 ~ 47.9'%

%25.77
%26.33
%47.9

CMYK color model

#5C5EAB color CMYK value is (46,45,0,33).

  • cyan value is 46.20%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (46,45,0,33)
C46M45Y0K33 (46%, 45%, 0%, 33%)
(0.46 / 0.45 / 0.00 / 0.33)

CMYK percentages

%46.2
%45.03
%0
%32.94

Codes

Color #5C5EAB in popluar color models

5C 5E AB
RGB 92 94 171
HSL 238° 31.98% 51.57%
HSB/HSV 238° 46.20% 67.06%
CMYK 46.20% 45.03% 0.00%
32.94%

Color #5C5EAB in popluar number systems.

HEX 5C 5E AB
Decimal 92 94 171
Binary 1011100 1011110 10101011
Octal 134 136 253

Shades and tints

Shades of #5C5EAB

#5C5EAB
(92,94,171)
#54569C
(84,86,156)
#4C4E8D
(76,78,141)
#44467E
(68,70,126)
#3C3E6F
(60,62,111)
#343660
(52,54,96)
#2C2E51
(44,46,81)
#242642
(36,38,66)
#1C1E33
(28,30,51)
#141624
(20,22,36)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #5C5EAB

#5C5EAB
(92,94,171)
#6A6CB2
(106,108,178)
#787AB9
(120,122,185)
#8688C0
(134,136,192)
#9496C7
(148,150,199)
#A2A4CE
(162,164,206)
#B0B2D5
(176,178,213)
#BEC0DC
(190,192,220)
#CCCEE3
(204,206,227)
#DADCEA
(218,220,234)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5EAB color. Also use rgb(92,94,171) instead hex code.

Text Font Color

.myTextColor { color: #5C5EAB; }

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

This text font color is #5C5EAB.

Background Color

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

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

This div background color is #5C5EAB.

Border color

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

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

This div border color is #5C5EAB.

Opacity

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

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

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

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

This text has shadow with #5C5EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5EAB.

Preview

Color preview on black background

This text has color #5C5EAB on black background.


Color preview on white background

This text has color #5C5EAB on white background.


Black color preview on #5C5EAB background

This text has black color on #5C5EAB background.


White color preview on #5C5EAB background

This text has white color on #5C5EAB background.


Related colors

Complementary color

Complementary color for #hex is #A3A154.


I love getcolorcode.com

Triadic colors

1 #AB5C5E and #5EAB5C with #5C5EAB are triadic colors.

2 #AB5E5C and #5E5CAB with #5C5EAB are triadic colors.