COLOR #5C5081

HEX: #5C5081 RGB: (92,80,129)

Color info

#5C5081 contains red, green and blue colors in about the same proportion. Web safe color of #5C5081 is #666699 (or #669).

RGB color model

#5C5081 color RGB value is (92,80,129).

RGB: (92,80,129) (36%, 31%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 129 of 255 = 51%

92
80
129

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

Portions of RGB colors in percentages

R + G + B = 92 + 80 + 129 = 301 (100%)
R 92 of 301 ~ 30.56%
G 80 of 301 ~ 26.58%
B 129 of 301 ~ 42.86'%

%30.56
%26.58
%42.86

CMYK color model

#5C5081 color CMYK value is (29,38,0,49).

  • cyan value is 28.68%
  • magenta value is 37.98%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (29,38,0,49)
C29M38Y0K49 (29%, 38%, 0%, 49%)
(0.29 / 0.38 / 0.00 / 0.49)

CMYK percentages

%28.68
%37.98
%0
%49.41

Codes

Color #5C5081 in popluar color models

5C 50 81
RGB 92 80 129
HSL 255° 23.44% 40.98%
HSB/HSV 255° 37.98% 50.59%
CMYK 28.68% 37.98% 0.00%
49.41%

Color #5C5081 in popluar number systems.

HEX 5C 50 81
Decimal 92 80 129
Binary 1011100 1010000 10000001
Octal 134 120 201

Shades and tints

Shades of #5C5081

#5C5081
(92,80,129)
#544976
(84,73,118)
#4C426B
(76,66,107)
#443B60
(68,59,96)
#3C3455
(60,52,85)
#342D4A
(52,45,74)
#2C263F
(44,38,63)
#241F34
(36,31,52)
#1C1829
(28,24,41)
#14111E
(20,17,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #5C5081

#5C5081
(92,80,129)
#6A5F8C
(106,95,140)
#786E97
(120,110,151)
#867DA2
(134,125,162)
#948CAD
(148,140,173)
#A29BB8
(162,155,184)
#B0AAC3
(176,170,195)
#BEB9CE
(190,185,206)
#CCC8D9
(204,200,217)
#DAD7E4
(218,215,228)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5081; }

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

This text font color is #5C5081.

Background Color

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

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

This div background color is #5C5081.

Border color

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

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

This div border color is #5C5081.

Opacity

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

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

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

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

This text has shadow with #5C5081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5081.

Preview

Color preview on black background

This text has color #5C5081 on black background.


Color preview on white background

This text has color #5C5081 on white background.


Black color preview on #5C5081 background

This text has black color on #5C5081 background.


White color preview on #5C5081 background

This text has white color on #5C5081 background.


Related colors

Complementary color

Complementary color for #hex is #A3AF7E.


I love getcolorcode.com

Triadic colors

1 #815C50 and #50815C with #5C5081 are triadic colors.

2 #81505C and #505C81 with #5C5081 are triadic colors.