COLOR #514562

HEX: #514562
RGB: (81,69,98)

Color info

#514562 contains red, green and blue colors in about the same proportion. Web safe color of #514562 is #663366 (or #636).

RGB color model

#514562 color RGB value is (81,69,98).

  • red value is 81;
  • green value is 69;
  • blue value is 98.
RGB:
(81,69,98)
(32%,27%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 98 of 255 = 38%

81
69
98

R + G + B ~ 32%. #514562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 98 = 248 (100%)
R 81 of 248 ~ 32.66%
G 69 of 248 ~ 27.82%
B 98 of 248 ~ 39.52%

%32.66
%27.82
%39.52

CMYK color model

#514562 color CMYK value is (17,30,0,62).

  • cyan value is 17.35%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,30,0,62)
C17M30Y0K62 
(17%,30%,0%,62%)
(0.17/0.30/0.00/0.62)	

CMYK percentages

%17.35
%29.59
%0
%61.57

Codes

Color #514562 in popluar color models

514562
RGB816998
HSL265°17.37%32.75%
HSB/HSV265°29.59%38.43%
CMYK17.35%29.59%0.00%
61.57%

Color #514562 in popluar number systems.

HEX514562
Decimal816998
Binary101000110001011100010
Octal121105142

Shades and tints

Shades of #514562

#514562
(81,69,98)
#4A3F5A
(74,63,90)
#433952
(67,57,82)
#3C334A
(60,51,74)
#352D42
(53,45,66)
#2E273A
(46,39,58)
#272132
(39,33,50)
#201B2A
(32,27,42)
#191522
(25,21,34)
#120F1A
(18,15,26)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #514562

#514562
(81,69,98)
#605570
(96,85,112)
#6F657E
(111,101,126)
#7E758C
(126,117,140)
#8D859A
(141,133,154)
#9C95A8
(156,149,168)
#ABA5B6
(171,165,182)
#BAB5C4
(186,181,196)
#C9C5D2
(201,197,210)
#D8D5E0
(216,213,224)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514562 color. Also use rgb(81,69,98) instead hex code.

Text Font Color

.myTextColor { color: #514562; }

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

This text font color is #514562.


Background Color

.myBgColor { background-color: #514562; }

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

This div background color is #514562.


Border color

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

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

This div border color is #514562.


Opacity

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

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

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

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

This text has shadow with #514562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514562 on black background.


Color preview on white background

This text has color #514562 on white background.



Black color preview on #514562 background

This text has black color on #514562 background.


White color preview on #514562 background

This text has white color on #514562 background.