COLOR #5C527A

HEX: #5C527A RGB: (92,82,122)

Color info

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

RGB color model

#5C527A color RGB value is (92,82,122).

RGB: (92,82,122) (36%, 32%, 48%)

RGB channels and saturation

R 92 of 255 = 36%
G 82 of 255 = 32%
B 122 of 255 = 48%

92
82
122

R + G + B ~ 39%. #5C527A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 82 + 122 = 296 (100%)
R 92 of 296 ~ 31.08%
G 82 of 296 ~ 27.7%
B 122 of 296 ~ 41.22'%

%31.08
%27.7
%41.22

CMYK color model

#5C527A color CMYK value is (25,33,0,52).

  • cyan value is 24.59%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (25,33,0,52) C25M33Y0K52 (25%,33%,0%,52%) (0.25/0.33/0.00/0.52) 

CMYK percentages

%24.59
%32.79
%0
%52.16

Codes

Color #5C527A in popluar color models

5C 52 7A
RGB 92 82 122
HSL 255° 19.61% 40.00%
HSB/HSV 255° 32.79% 47.84%
CMYK 24.59% 32.79% 0.00%
52.16%

Color #5C527A in popluar number systems.

HEX 5C 52 7A
Decimal 92 82 122
Binary 1011100 1010010 1111010
Octal 134 122 172

Shades and tints

Shades of #5C527A

#5C527A
(92,82,122)
#544B6F
(84,75,111)
#4C4464
(76,68,100)
#443D59
(68,61,89)
#3C364E
(60,54,78)
#342F43
(52,47,67)
#2C2838
(44,40,56)
#24212D
(36,33,45)
#1C1A22
(28,26,34)
#141317
(20,19,23)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #5C527A

#5C527A
(92,82,122)
#6A6186
(106,97,134)
#787092
(120,112,146)
#867F9E
(134,127,158)
#948EAA
(148,142,170)
#A29DB6
(162,157,182)
#B0ACC2
(176,172,194)
#BEBBCE
(190,187,206)
#CCCADA
(204,202,218)
#DAD9E6
(218,217,230)
#E8E8F2
(232,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C527A; }

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

This text font color is #5C527A.

Background Color

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

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

This div background color is #5C527A.

Border color

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

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

This div border color is #5C527A.

Opacity

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

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

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

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

This text has shadow with #5C527A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C527A.

Preview

Color preview on black background

This text has color #5C527A on black background.


Color preview on white background

This text has color #5C527A on white background.


Black color preview on #5C527A background

This text has black color on #5C527A background.


White color preview on #5C527A background

This text has white color on #5C527A background.


Related colors

Complementary color

Complementary color for #hex is #A3AD85.


I love getcolorcode.com

Triadic colors

1 #7A5C52 and #527A5C with #5C527A are triadic colors.

2 #7A525C and #525C7A with #5C527A are triadic colors.