COLOR #5C5C9A

HEX: #5C5C9A
RGB: (92,92,154)

Color info

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

RGB color model

#5C5C9A color RGB value is (92,92,154).

  • red value is 92;
  • green value is 92;
  • blue value is 154.
RGB:
(92,92,154)
(36%,36%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 154 of 255 = 60%

92
92
154

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 154 = 338 (100%)
R 92 of 338 ~ 27.22%
G 92 of 338 ~ 27.22%
B 154 of 338 ~ 45.56%

%27.22
%27.22
%45.56

CMYK color model

#5C5C9A color CMYK value is (40,40,0,40).

  • cyan value is 40.26%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(40,40,0,40)
C40M40Y0K40 
(40%,40%,0%,40%)
(0.40/0.40/0.00/0.40)	

CMYK percentages

%40.26
%40.26
%0
%39.61

Codes

Color #5C5C9A in popluar color models

5C5C9A
RGB9292154
HSL240°25.20%48.24%
HSB/HSV240°40.26%60.39%
CMYK40.26%40.26%0.00%
39.61%

Color #5C5C9A in popluar number systems.

HEX5C5C9A
Decimal9292154
Binary1011100101110010011010
Octal134134232

Shades and tints

Shades of #5C5C9A

#5C5C9A
(92,92,154)
#54548C
(84,84,140)
#4C4C7E
(76,76,126)
#444470
(68,68,112)
#3C3C62
(60,60,98)
#343454
(52,52,84)
#2C2C46
(44,44,70)
#242438
(36,36,56)
#1C1C2A
(28,28,42)
#14141C
(20,20,28)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #5C5C9A

#5C5C9A
(92,92,154)
#6A6AA3
(106,106,163)
#7878AC
(120,120,172)
#8686B5
(134,134,181)
#9494BE
(148,148,190)
#A2A2C7
(162,162,199)
#B0B0D0
(176,176,208)
#BEBED9
(190,190,217)
#CCCCE2
(204,204,226)
#DADAEB
(218,218,235)
#E8E8F4
(232,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C9A; }

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

This text font color is #5C5C9A.


Background Color

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

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

This div background color is #5C5C9A.


Border color

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

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

This div border color is #5C5C9A.


Opacity

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

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

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

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

This text has shadow with #5C5C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5C9A on black background.


Color preview on white background

This text has color #5C5C9A on white background.



Black color preview on #5C5C9A background

This text has black color on #5C5C9A background.


White color preview on #5C5C9A background

This text has white color on #5C5C9A background.