COLOR #5C507D

HEX: #5C507D RGB: (92,80,125)

Color info

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

RGB color model

#5C507D color RGB value is (92,80,125).

RGB: (92,80,125) (36%, 31%, 49%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 125 of 255 = 49%

92
80
125

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

Portions of RGB colors in percentages

R + G + B = 92 + 80 + 125 = 297 (100%)
R 92 of 297 ~ 30.98%
G 80 of 297 ~ 26.94%
B 125 of 297 ~ 42.09'%

%30.98
%26.94
%42.09

CMYK color model

#5C507D color CMYK value is (26,36,0,51).

  • cyan value is 26.40%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (26,36,0,51) C26M36Y0K51 (26%,36%,0%,51%) (0.26/0.36/0.00/0.51) 

CMYK percentages

%26.4
%36
%0
%50.98

Codes

Color #5C507D in popluar color models

5C 50 7D
RGB 92 80 125
HSL 256° 21.95% 40.20%
HSB/HSV 256° 36.00% 49.02%
CMYK 26.40% 36.00% 0.00%
50.98%

Color #5C507D in popluar number systems.

HEX 5C 50 7D
Decimal 92 80 125
Binary 1011100 1010000 1111101
Octal 134 120 175

Shades and tints

Shades of #5C507D

#5C507D
(92,80,125)
#544972
(84,73,114)
#4C4267
(76,66,103)
#443B5C
(68,59,92)
#3C3451
(60,52,81)
#342D46
(52,45,70)
#2C263B
(44,38,59)
#241F30
(36,31,48)
#1C1825
(28,24,37)
#14111A
(20,17,26)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #5C507D

#5C507D
(92,80,125)
#6A5F88
(106,95,136)
#786E93
(120,110,147)
#867D9E
(134,125,158)
#948CA9
(148,140,169)
#A29BB4
(162,155,180)
#B0AABF
(176,170,191)
#BEB9CA
(190,185,202)
#CCC8D5
(204,200,213)
#DAD7E0
(218,215,224)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C507D; }

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

This text font color is #5C507D.

Background Color

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

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

This div background color is #5C507D.

Border color

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

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

This div border color is #5C507D.

Opacity

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

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

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

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

This text has shadow with #5C507D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C507D.

Preview

Color preview on black background

This text has color #5C507D on black background.


Color preview on white background

This text has color #5C507D on white background.


Black color preview on #5C507D background

This text has black color on #5C507D background.


White color preview on #5C507D background

This text has white color on #5C507D background.


Related colors

Complementary color

Complementary color for #hex is #A3AF82.


I love getcolorcode.com

Triadic colors

1 #7D5C50 and #507D5C with #5C507D are triadic colors.

2 #7D505C and #505C7D with #5C507D are triadic colors.