COLOR #5C5FA5

HEX: #5C5FA5 RGB: (92,95,165)

Color info

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

RGB color model

#5C5FA5 color RGB value is (92,95,165).

RGB: (92,95,165) (36%, 37%, 65%)

RGB channels and saturation

R 92 of 255 = 36%
G 95 of 255 = 37%
B 165 of 255 = 65%

92
95
165

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

Portions of RGB colors in percentages

R + G + B = 92 + 95 + 165 = 352 (100%)
R 92 of 352 ~ 26.14%
G 95 of 352 ~ 26.99%
B 165 of 352 ~ 46.88'%

%26.14
%26.99
%46.88

CMYK color model

#5C5FA5 color CMYK value is (44,42,0,35).

  • cyan value is 44.24%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (44,42,0,35)
C44M42Y0K35 (44%, 42%, 0%, 35%)
(0.44 / 0.42 / 0.00 / 0.35)

CMYK percentages

%44.24
%42.42
%0
%35.29

Codes

Color #5C5FA5 in popluar color models

5C 5F A5
RGB 92 95 165
HSL 238° 28.85% 50.39%
HSB/HSV 238° 44.24% 64.71%
CMYK 44.24% 42.42% 0.00%
35.29%

Color #5C5FA5 in popluar number systems.

HEX 5C 5F A5
Decimal 92 95 165
Binary 1011100 1011111 10100101
Octal 134 137 245

Shades and tints

Shades of #5C5FA5

#5C5FA5
(92,95,165)
#545796
(84,87,150)
#4C4F87
(76,79,135)
#444778
(68,71,120)
#3C3F69
(60,63,105)
#34375A
(52,55,90)
#2C2F4B
(44,47,75)
#24273C
(36,39,60)
#1C1F2D
(28,31,45)
#14171E
(20,23,30)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #5C5FA5

#5C5FA5
(92,95,165)
#6A6DAD
(106,109,173)
#787BB5
(120,123,181)
#8689BD
(134,137,189)
#9497C5
(148,151,197)
#A2A5CD
(162,165,205)
#B0B3D5
(176,179,213)
#BEC1DD
(190,193,221)
#CCCFE5
(204,207,229)
#DADDED
(218,221,237)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5FA5 color. Also use rgb(92,95,165) instead hex code.

Text Font Color

.myTextColor { color: #5C5FA5; }

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

This text font color is #5C5FA5.

Background Color

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

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

This div background color is #5C5FA5.

Border color

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

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

This div border color is #5C5FA5.

Opacity

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

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

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

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

This text has shadow with #5C5FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5FA5.

Preview

Color preview on black background

This text has color #5C5FA5 on black background.


Color preview on white background

This text has color #5C5FA5 on white background.


Black color preview on #5C5FA5 background

This text has black color on #5C5FA5 background.


White color preview on #5C5FA5 background

This text has white color on #5C5FA5 background.


Related colors

Complementary color

Complementary color for #hex is #A3A05A.


I love getcolorcode.com

Triadic colors

1 #A55C5F and #5FA55C with #5C5FA5 are triadic colors.

2 #A55F5C and #5F5CA5 with #5C5FA5 are triadic colors.