COLOR #514488

HEX: #514488 RGB: (81,68,136)

Color info

#514488 contains mainly red and blue colors. Web safe color of #514488 is #663399 (or #639).

RGB color model

#514488 color RGB value is (81,68,136).

RGB: (81,68,136) (32%, 27%, 53%)

RGB channels and saturation

R 81 of 255 = 32%
G 68 of 255 = 27%
B 136 of 255 = 53%

81
68
136

R + G + B ~ 37%. #514488 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 68 + 136 = 285 (100%)
R 81 of 285 ~ 28.42%
G 68 of 285 ~ 23.86%
B 136 of 285 ~ 47.72'%

%28.42
%23.86
%47.72

CMYK color model

#514488 color CMYK value is (40,50,0,47).

  • cyan value is 40.44%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (40,50,0,47)
C40M50Y0K47 (40%, 50%, 0%, 47%)
(0.40 / 0.50 / 0.00 / 0.47)

CMYK percentages

%40.44
%50
%0
%46.67

Codes

Color #514488 in popluar color models

51 44 88
RGB 81 68 136
HSL 251° 33.33% 40.00%
HSB/HSV 251° 50.00% 53.33%
CMYK 40.44% 50.00% 0.00%
46.67%

Color #514488 in popluar number systems.

HEX 51 44 88
Decimal 81 68 136
Binary 1010001 1000100 10001000
Octal 121 104 210

Shades and tints

Shades of #514488

#514488
(81,68,136)
#4A3E7C
(74,62,124)
#433870
(67,56,112)
#3C3264
(60,50,100)
#352C58
(53,44,88)
#2E264C
(46,38,76)
#272040
(39,32,64)
#201A34
(32,26,52)
#191428
(25,20,40)
#120E1C
(18,14,28)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #514488

#514488
(81,68,136)
#605592
(96,85,146)
#6F669C
(111,102,156)
#7E77A6
(126,119,166)
#8D88B0
(141,136,176)
#9C99BA
(156,153,186)
#ABAAC4
(171,170,196)
#BABBCE
(186,187,206)
#C9CCD8
(201,204,216)
#D8DDE2
(216,221,226)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514488 color. Also use rgb(81,68,136) instead hex code.

Text Font Color

.myTextColor { color: #514488; }

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

This text font color is #514488.

Background Color

.myBgColor { background-color: #514488; }

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

This div background color is #514488.

Border color

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

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

This div border color is #514488.

Opacity

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

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

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

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

This text has shadow with #514488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514488.

Preview

Color preview on black background

This text has color #514488 on black background.


Color preview on white background

This text has color #514488 on white background.


Black color preview on #514488 background

This text has black color on #514488 background.


White color preview on #514488 background

This text has white color on #514488 background.


Related colors

Complementary color

Complementary color for #hex is #AEBB77.


I love getcolorcode.com

Triadic colors

1 #885144 and #448851 with #514488 are triadic colors.

2 #884451 and #445188 with #514488 are triadic colors.