COLOR #513995

HEX: #513995
RGB: (81,57,149)

Renk bilgisi

#513995 contains mainly blue color. #513995 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#513995 color RGB value is (81,57,149).

  • kırmız ton 81;
  • yeşil ton 57;
  • mavi ton 149.
RGB:
(81,57,149)
(32%,22%,58%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 57 of 255 = 22%
B 149 of 255 = 58%

81
57
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 57 + 149 = 287 (100%)
R 81 of 287 ~ 28.22%
G 57 of 287 ~ 19.86%
B 149 of 287 ~ 51.92%

%28.22
%19.86
%51.92

CMYK RENK MODELİ

#513995 rengi CMYK tonu (46,62,0,42).

  • camgöbeği tonu 45.64%
  • eflatun tonu 61.74%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(46,62,0,42)
C46M62Y0K42 
(46%,62%,0%,42%)
(0.46/0.62/0.00/0.42)	

CMYK yüzdeleri

%45.64
%61.74
%0
%41.57

Codes

Color #513995 in popluar color models

513995
RGB8157149
HSL256°44.66%40.39%
HSB/HSV256°61.74%58.43%
CMYK45.64%61.74%0.00%
41.57%

Color #513995 in popluar number systems.

HEX513995
Decimal8157149
Binary101000111100110010101
Octal12171225

Shades and tints

Shades of #513995

#513995
(81,57,149)
#4A3488
(74,52,136)
#432F7B
(67,47,123)
#3C2A6E
(60,42,110)
#352561
(53,37,97)
#2E2054
(46,32,84)
#271B47
(39,27,71)
#20163A
(32,22,58)
#19112D
(25,17,45)
#120C20
(18,12,32)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #513995

#513995
(81,57,149)
#604B9E
(96,75,158)
#6F5DA7
(111,93,167)
#7E6FB0
(126,111,176)
#8D81B9
(141,129,185)
#9C93C2
(156,147,194)
#ABA5CB
(171,165,203)
#BAB7D4
(186,183,212)
#C9C9DD
(201,201,221)
#D8DBE6
(216,219,230)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513995 color. Also use rgb(81,57,149) instead hex code.

Text Font Color

.myTextColor { color: #513995; }

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

This text font color is #513995.


Background Color

.myBgColor { background-color: #513995; }

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

This div background color is #513995.


Border color

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

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

This div border color is #513995.


Opacity

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

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

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

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

This text has shadow with #513995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513995 on black background.


Color preview on white background

This text has color #513995 on white background.



Black color preview on #513995 background

This text has black color on #513995 background.


White color preview on #513995 background

This text has white color on #513995 background.