COLOR #5C5AC9

HEX: #5C5AC9 RGB: (92,90,201)

Color info

#5C5AC9 contains mainly blue color. Web safe color of #5C5AC9 is #6666CC (or #66C).

RGB color model

#5C5AC9 color RGB value is (92,90,201).

RGB: (92,90,201) (36%, 35%, 79%)

RGB channels and saturation

R 92 of 255 = 36%
G 90 of 255 = 35%
B 201 of 255 = 79%

92
90
201

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

Portions of RGB colors in percentages

R + G + B = 92 + 90 + 201 = 383 (100%)
R 92 of 383 ~ 24.02%
G 90 of 383 ~ 23.5%
B 201 of 383 ~ 52.48'%

%24.02
%23.5
%52.48

CMYK color model

#5C5AC9 color CMYK value is (54,55,0,21).

  • cyan value is 54.23%
  • magenta value is 55.22%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (54,55,0,21)
C54M55Y0K21 (54%, 55%, 0%, 21%)
(0.54 / 0.55 / 0.00 / 0.21)

CMYK percentages

%54.23
%55.22
%0
%21.18

Codes

Color #5C5AC9 in popluar color models

5C 5A C9
RGB 92 90 201
HSL 241° 50.68% 57.06%
HSB/HSV 241° 55.22% 78.82%
CMYK 54.23% 55.22% 0.00%
21.18%

Color #5C5AC9 in popluar number systems.

HEX 5C 5A C9
Decimal 92 90 201
Binary 1011100 1011010 11001001
Octal 134 132 311

Shades and tints

Shades of #5C5AC9

#5C5AC9
(92,90,201)
#5452B7
(84,82,183)
#4C4AA5
(76,74,165)
#444293
(68,66,147)
#3C3A81
(60,58,129)
#34326F
(52,50,111)
#2C2A5D
(44,42,93)
#24224B
(36,34,75)
#1C1A39
(28,26,57)
#141227
(20,18,39)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #5C5AC9

#5C5AC9
(92,90,201)
#6A69CD
(106,105,205)
#7878D1
(120,120,209)
#8687D5
(134,135,213)
#9496D9
(148,150,217)
#A2A5DD
(162,165,221)
#B0B4E1
(176,180,225)
#BEC3E5
(190,195,229)
#CCD2E9
(204,210,233)
#DAE1ED
(218,225,237)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5AC9 color. Also use rgb(92,90,201) instead hex code.

Text Font Color

.myTextColor { color: #5C5AC9; }

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

This text font color is #5C5AC9.

Background Color

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

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

This div background color is #5C5AC9.

Border color

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

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

This div border color is #5C5AC9.

Opacity

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

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

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

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

This text has shadow with #5C5AC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5AC9.

Preview

Color preview on black background

This text has color #5C5AC9 on black background.


Color preview on white background

This text has color #5C5AC9 on white background.


Black color preview on #5C5AC9 background

This text has black color on #5C5AC9 background.


White color preview on #5C5AC9 background

This text has white color on #5C5AC9 background.


Related colors

Complementary color

Complementary color for #hex is #A3A536.


I love getcolorcode.com

Triadic colors

1 #C95C5A and #5AC95C with #5C5AC9 are triadic colors.

2 #C95A5C and #5A5CC9 with #5C5AC9 are triadic colors.