COLOR #514989

HEX: #514989
RGB: (81,73,137)

Renk bilgisi

#514989 contains mainly red and blue colors. #514989 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#514989 color RGB value is (81,73,137).

  • kırmız ton 81;
  • yeşil ton 73;
  • mavi ton 137.
RGB:
(81,73,137)
(32%,29%,54%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 73 of 255 = 29%
B 137 of 255 = 54%

81
73
137

R + G + B ~ 38%. #514989 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 73 + 137 = 291 (100%)
R 81 of 291 ~ 27.84%
G 73 of 291 ~ 25.09%
B 137 of 291 ~ 47.08%

%27.84
%25.09
%47.08

CMYK RENK MODELİ

#514989 rengi CMYK tonu (41,47,0,46).

  • camgöbeği tonu 40.88%
  • eflatun tonu 46.72%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(41,47,0,46)
C41M47Y0K46 
(41%,47%,0%,46%)
(0.41/0.47/0.00/0.46)	

CMYK yüzdeleri

%40.88
%46.72
%0
%46.27

Codes

Color #514989 in popluar color models

514989
RGB8173137
HSL248°30.48%41.18%
HSB/HSV248°46.72%53.73%
CMYK40.88%46.72%0.00%
46.27%

Color #514989 in popluar number systems.

HEX514989
Decimal8173137
Binary1010001100100110001001
Octal121111211

Shades and tints

Shades of #514989

#514989
(81,73,137)
#4A437D
(74,67,125)
#433D71
(67,61,113)
#3C3765
(60,55,101)
#353159
(53,49,89)
#2E2B4D
(46,43,77)
#272541
(39,37,65)
#201F35
(32,31,53)
#191929
(25,25,41)
#12131D
(18,19,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #514989

#514989
(81,73,137)
#605993
(96,89,147)
#6F699D
(111,105,157)
#7E79A7
(126,121,167)
#8D89B1
(141,137,177)
#9C99BB
(156,153,187)
#ABA9C5
(171,169,197)
#BAB9CF
(186,185,207)
#C9C9D9
(201,201,217)
#D8D9E3
(216,217,227)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514989 color. Also use rgb(81,73,137) instead hex code.

Text Font Color

.myTextColor { color: #514989; }

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

This text font color is #514989.


Background Color

.myBgColor { background-color: #514989; }

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

This div background color is #514989.


Border color

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

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

This div border color is #514989.


Opacity

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

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

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

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

This text has shadow with #514989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514989 on black background.


Color preview on white background

This text has color #514989 on white background.



Black color preview on #514989 background

This text has black color on #514989 background.


White color preview on #514989 background

This text has white color on #514989 background.