COLOR #510553

HEX: #510553
RGB: (81,5,83)

Color info

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

RGB color model

#510553 color RGB value is (81,5,83).

  • red value is 81;
  • green value is 5;
  • blue value is 83.
RGB:
(81,5,83)
(32%,2%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 5 of 255 = 2%
B 83 of 255 = 33%

81
5
83

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

Portions of RGB colors in percentages

R + G + B =
81 + 5 + 83 = 169 (100%)
R 81 of 169 ~ 47.93%
G 5 of 169 ~ 2.96%
B 83 of 169 ~ 49.11%

%47.93
%49.11

CMYK color model

#510553 color CMYK value is (2,94,0,67).

  • cyan value is 2.41%
  • magenta value is 93.98%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,94,0,67)
C2M94Y0K67 
(2%,94%,0%,67%)
(0.02/0.94/0.00/0.67)	

CMYK percentages

%2.41
%93.98
%0
%67.45

Codes

Color #510553 in popluar color models

510553
RGB81583
HSL298°88.64%17.25%
HSB/HSV298°93.98%32.55%
CMYK2.41%93.98%0.00%
67.45%

Color #510553 in popluar number systems.

HEX510553
Decimal81583
Binary10100011011010011
Octal1215123

Shades and tints

Shades of #510553

#510553
(81,5,83)
#4A054C
(74,5,76)
#430545
(67,5,69)
#3C053E
(60,5,62)
#350537
(53,5,55)
#2E0530
(46,5,48)
#270529
(39,5,41)
#200522
(32,5,34)
#19051B
(25,5,27)
#120514
(18,5,20)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #510553

#510553
(81,5,83)
#601B62
(96,27,98)
#6F3171
(111,49,113)
#7E4780
(126,71,128)
#8D5D8F
(141,93,143)
#9C739E
(156,115,158)
#AB89AD
(171,137,173)
#BA9FBC
(186,159,188)
#C9B5CB
(201,181,203)
#D8CBDA
(216,203,218)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510553; }

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

This text font color is #510553.


Background Color

.myBgColor { background-color: #510553; }

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

This div background color is #510553.


Border color

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

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

This div border color is #510553.


Opacity

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

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

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

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

This text has shadow with #510553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510553 on black background.


Color preview on white background

This text has color #510553 on white background.



Black color preview on #510553 background

This text has black color on #510553 background.


White color preview on #510553 background

This text has white color on #510553 background.