COLOR #511C5D

HEX: #511C5D RGB: (81,28,93)

Color info

#511C5D contains mainly red and blue colors. Web safe color of #511C5D is #663366 (or #636).

RGB color model

#511C5D color RGB value is (81,28,93).

RGB: (81,28,93) (32%, 11%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 93 of 255 = 36%

81
28
93

R + G + B ~ 26%. #511C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 28 + 93 = 202 (100%)
R 81 of 202 ~ 40.1%
G 28 of 202 ~ 13.86%
B 93 of 202 ~ 46.04'%

%40.1
%13.86
%46.04

CMYK color model

#511C5D color CMYK value is (13,70,0,64).

  • cyan value is 12.90%
  • magenta value is 69.89%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (13,70,0,64) C13M70Y0K64 (13%,70%,0%,64%) (0.13/0.70/0.00/0.64) 

CMYK percentages

%12.9
%69.89
%0
%63.53

Codes

Color #511C5D in popluar color models

51 1C 5D
RGB 81 28 93
HSL 289° 53.72% 23.73%
HSB/HSV 289° 69.89% 36.47%
CMYK 12.90% 69.89% 0.00%
63.53%

Color #511C5D in popluar number systems.

HEX 51 1C 5D
Decimal 81 28 93
Binary 1010001 11100 1011101
Octal 121 34 135

Shades and tints

Shades of #511C5D

#511C5D
(81,28,93)
#4A1A55
(74,26,85)
#43184D
(67,24,77)
#3C1645
(60,22,69)
#35143D
(53,20,61)
#2E1235
(46,18,53)
#27102D
(39,16,45)
#200E25
(32,14,37)
#190C1D
(25,12,29)
#120A15
(18,10,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #511C5D

#511C5D
(81,28,93)
#60306B
(96,48,107)
#6F4479
(111,68,121)
#7E5887
(126,88,135)
#8D6C95
(141,108,149)
#9C80A3
(156,128,163)
#AB94B1
(171,148,177)
#BAA8BF
(186,168,191)
#C9BCCD
(201,188,205)
#D8D0DB
(216,208,219)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C5D color. Also use rgb(81,28,93) instead hex code.

Text Font Color

.myTextColor { color: #511C5D; }

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

This text font color is #511C5D.

Background Color

.myBgColor { background-color: #511C5D; }

<div style="background-color:#511C5D">Inner text</div>

This div background color is #511C5D.

Border color

.myBorderColor { border: 1px solid #511C5D; }

<div style="border:3px solid #511C5D">Div</div>

This div border color is #511C5D.

Opacity

.myOpacity80 { color: #511C5D; opacity: 0.8; }

<p style="color:#511C5D;opacity:0.8;">80%</p>

Text with #511C5D 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 #511C5D;}

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

This text has shadow with #511C5D color.


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

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

This text has shadow with #511C5D primary color and red secondary color.


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

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

This text has shadow with #511C5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #511C5D.

Preview

Color preview on black background

This text has color #511C5D on black background.


Color preview on white background

This text has color #511C5D on white background.


Black color preview on #511C5D background

This text has black color on #511C5D background.


White color preview on #511C5D background

This text has white color on #511C5D background.


Related colors

Complementary color

Complementary color for #hex is #AEE3A2.


I love getcolorcode.com

Triadic colors

1 #5D511C and #1C5D51 with #511C5D are triadic colors.

2 #5D1C51 and #1C515D with #511C5D are triadic colors.