COLOR #511699

HEX: #511699 RGB: (81,22,153)

Color info

#511699 contains mainly blue color. Web safe color of #511699 is #660099 (or #609).

RGB color model

#511699 color RGB value is (81,22,153).

RGB: (81,22,153) (32%, 9%, 60%)

RGB channels and saturation

R 81 of 255 = 32%
G 22 of 255 = 9%
B 153 of 255 = 60%

81
22
153

R + G + B ~ 34%. #511699 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 22 + 153 = 256 (100%)
R 81 of 256 ~ 31.64%
G 22 of 256 ~ 8.59%
B 153 of 256 ~ 59.77'%

%31.64
%59.77

CMYK color model

#511699 color CMYK value is (47,86,0,40).

  • cyan value is 47.06%
  • magenta value is 85.62%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (47,86,0,40)
C47M86Y0K40 (47%, 86%, 0%, 40%)
(0.47 / 0.86 / 0.00 / 0.40)

CMYK percentages

%47.06
%85.62
%0
%40

Codes

Color #511699 in popluar color models

51 16 99
RGB 81 22 153
HSL 267° 74.86% 34.31%
HSB/HSV 267° 85.62% 60.00%
CMYK 47.06% 85.62% 0.00%
40.00%

Color #511699 in popluar number systems.

HEX 51 16 99
Decimal 81 22 153
Binary 1010001 10110 10011001
Octal 121 26 231

Shades and tints

Shades of #511699

#511699
(81,22,153)
#4A148C
(74,20,140)
#43127F
(67,18,127)
#3C1072
(60,16,114)
#350E65
(53,14,101)
#2E0C58
(46,12,88)
#270A4B
(39,10,75)
#20083E
(32,8,62)
#190631
(25,6,49)
#120424
(18,4,36)
#0B0217
(11,2,23)
#000000
(0,0,0)

Tints of #511699

#511699
(81,22,153)
#602BA2
(96,43,162)
#6F40AB
(111,64,171)
#7E55B4
(126,85,180)
#8D6ABD
(141,106,189)
#9C7FC6
(156,127,198)
#AB94CF
(171,148,207)
#BAA9D8
(186,169,216)
#C9BEE1
(201,190,225)
#D8D3EA
(216,211,234)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511699 color. Also use rgb(81,22,153) instead hex code.

Text Font Color

.myTextColor { color: #511699; }

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

This text font color is #511699.

Background Color

.myBgColor { background-color: #511699; }

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

This div background color is #511699.

Border color

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

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

This div border color is #511699.

Opacity

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

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

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

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

This text has shadow with #511699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511699.

Preview

Color preview on black background

This text has color #511699 on black background.


Color preview on white background

This text has color #511699 on white background.


Black color preview on #511699 background

This text has black color on #511699 background.


White color preview on #511699 background

This text has white color on #511699 background.


Related colors

Complementary color

Complementary color for #hex is #AEE966.


I love getcolorcode.com

Triadic colors

1 #995116 and #169951 with #511699 are triadic colors.

2 #991651 and #165199 with #511699 are triadic colors.