COLOR #510053

HEX: #510053 RGB: (81,0,83)

Color info

#510053 contains only red and blue colors. Web safe color of #510053 is #660066 (or #606).

RGB color model

#510053 color RGB value is (81,0,83).

RGB: (81,0,83) (32%, 0%, 33%)

RGB channels and saturation

R 81 of 255 = 32%
G 0 of 255 = 0%
B 83 of 255 = 33%

81
0
83

R + G + B ~ 22%. #510053 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 0 + 83 = 164 (100%)
R 81 of 164 ~ 49.39%
G 0 of 164 ~ 0%
B 83 of 164 ~ 50.61'%

%49.39
%50.61

CMYK color model

#510053 color CMYK value is (2,100,0,67).

  • cyan value is 2.41%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (2,100,0,67)
C2M100Y0K67 (2%, 100%, 0%, 67%)
(0.02 / 1.00 / 0.00 / 0.67)

CMYK percentages

%2.41
%100
%0
%67.45

Codes

Color #510053 in popluar color models

51 00 53
RGB 81 0 83
HSL 299° 100.00% 16.27%
HSB/HSV 299° 100.00% 32.55%
CMYK 2.41% 100.00% 0.00%
67.45%

Color #510053 in popluar number systems.

HEX 51 00 53
Decimal 81 0 83
Binary 1010001 0 1010011
Octal 121 0 123

Shades and tints

Shades of #510053

#510053
(81,0,83)
#4A004C
(74,0,76)
#430045
(67,0,69)
#3C003E
(60,0,62)
#350037
(53,0,55)
#2E0030
(46,0,48)
#270029
(39,0,41)
#200022
(32,0,34)
#19001B
(25,0,27)
#120014
(18,0,20)
#0B000D
(11,0,13)
#000000
(0,0,0)

Tints of #510053

#510053
(81,0,83)
#601762
(96,23,98)
#6F2E71
(111,46,113)
#7E4580
(126,69,128)
#8D5C8F
(141,92,143)
#9C739E
(156,115,158)
#AB8AAD
(171,138,173)
#BAA1BC
(186,161,188)
#C9B8CB
(201,184,203)
#D8CFDA
(216,207,218)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510053 color. Also use rgb(81,0,83) instead hex code.

Text Font Color

.myTextColor { color: #510053; }

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

This text font color is #510053.

Background Color

.myBgColor { background-color: #510053; }

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

This div background color is #510053.

Border color

.myBorderColor { border: 1px solid #510053; }

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

This div border color is #510053.

Opacity

.myOpacity80 { color: #510053; opacity: 0.8; }

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

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

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

This text has shadow with #510053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #510053.

Preview

Color preview on black background

This text has color #510053 on black background.


Color preview on white background

This text has color #510053 on white background.


Black color preview on #510053 background

This text has black color on #510053 background.


White color preview on #510053 background

This text has white color on #510053 background.


Related colors

Complementary color

Complementary color for #hex is #AEFFAC.


I love getcolorcode.com

Triadic colors

1 #535100 and #005351 with #510053 are triadic colors.

2 #530051 and #005153 with #510053 are triadic colors.