COLOR #5C507A

HEX: #5C507A
RGB: (92,80,122)

Color info

#5C507A contains red, green and blue colors in about the same proportion. Web safe color of #5C507A is #666666 (or #666).

RGB color model

#5C507A color RGB value is (92,80,122).

  • red value is 92;
  • green value is 80;
  • blue value is 122.
RGB:
(92,80,122)
(36%,31%,48%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 122 of 255 = 48%

92
80
122

R + G + B ~ 38%. #5C507A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 122 = 294 (100%)
R 92 of 294 ~ 31.29%
G 80 of 294 ~ 27.21%
B 122 of 294 ~ 41.5%

%31.29
%27.21
%41.5

CMYK color model

#5C507A color CMYK value is (25,34,0,52).

  • cyan value is 24.59%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,34,0,52)
C25M34Y0K52 
(25%,34%,0%,52%)
(0.25/0.34/0.00/0.52)	

CMYK percentages

%24.59
%34.43
%0
%52.16

Codes

Color #5C507A in popluar color models

5C507A
RGB9280122
HSL257°20.79%39.61%
HSB/HSV257°34.43%47.84%
CMYK24.59%34.43%0.00%
52.16%

Color #5C507A in popluar number systems.

HEX5C507A
Decimal9280122
Binary101110010100001111010
Octal134120172

Shades and tints

Shades of #5C507A

#5C507A
(92,80,122)
#54496F
(84,73,111)
#4C4264
(76,66,100)
#443B59
(68,59,89)
#3C344E
(60,52,78)
#342D43
(52,45,67)
#2C2638
(44,38,56)
#241F2D
(36,31,45)
#1C1822
(28,24,34)
#141117
(20,17,23)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #5C507A

#5C507A
(92,80,122)
#6A5F86
(106,95,134)
#786E92
(120,110,146)
#867D9E
(134,125,158)
#948CAA
(148,140,170)
#A29BB6
(162,155,182)
#B0AAC2
(176,170,194)
#BEB9CE
(190,185,206)
#CCC8DA
(204,200,218)
#DAD7E6
(218,215,230)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C507A; }

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

This text font color is #5C507A.


Background Color

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

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

This div background color is #5C507A.


Border color

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

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

This div border color is #5C507A.


Opacity

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

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

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

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

This text has shadow with #5C507A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C507A on black background.


Color preview on white background

This text has color #5C507A on white background.



Black color preview on #5C507A background

This text has black color on #5C507A background.


White color preview on #5C507A background

This text has white color on #5C507A background.