COLOR #513B9E

HEX: #513B9E
RGB: (81,59,158)

Renk bilgisi

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

RGB renk modeli

#513B9E color RGB value is (81,59,158).

  • kırmız ton 81;
  • yeşil ton 59;
  • mavi ton 158.
RGB:
(81,59,158)
(32%,23%,62%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 59 of 255 = 23%
B 158 of 255 = 62%

81
59
158

R + G + B ~ 39%. #513B9E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 59 + 158 = 298 (100%)
R 81 of 298 ~ 27.18%
G 59 of 298 ~ 19.8%
B 158 of 298 ~ 53.02%

%27.18
%19.8
%53.02

CMYK RENK MODELİ

#513B9E rengi CMYK tonu (49,63,0,38).

  • camgöbeği tonu 48.73%
  • eflatun tonu 62.66%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(49,63,0,38)
C49M63Y0K38 
(49%,63%,0%,38%)
(0.49/0.63/0.00/0.38)	

CMYK yüzdeleri

%48.73
%62.66
%0
%38.04

Codes

Color #513B9E in popluar color models

513B9E
RGB8159158
HSL253°45.62%42.55%
HSB/HSV253°62.66%61.96%
CMYK48.73%62.66%0.00%
38.04%

Color #513B9E in popluar number systems.

HEX513B9E
Decimal8159158
Binary101000111101110011110
Octal12173236

Shades and tints

Shades of #513B9E

#513B9E
(81,59,158)
#4A3690
(74,54,144)
#433182
(67,49,130)
#3C2C74
(60,44,116)
#352766
(53,39,102)
#2E2258
(46,34,88)
#271D4A
(39,29,74)
#20183C
(32,24,60)
#19132E
(25,19,46)
#120E20
(18,14,32)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #513B9E

#513B9E
(81,59,158)
#604CA6
(96,76,166)
#6F5DAE
(111,93,174)
#7E6EB6
(126,110,182)
#8D7FBE
(141,127,190)
#9C90C6
(156,144,198)
#ABA1CE
(171,161,206)
#BAB2D6
(186,178,214)
#C9C3DE
(201,195,222)
#D8D4E6
(216,212,230)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B9E color. Also use rgb(81,59,158) instead hex code.

Text Font Color

.myTextColor { color: #513B9E; }

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

This text font color is #513B9E.


Background Color

.myBgColor { background-color: #513B9E; }

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

This div background color is #513B9E.


Border color

.myBorderColor { border: 1px solid #513B9E; }

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

This div border color is #513B9E.


Opacity

.myOpacity80 { color: #513B9E; opacity: 0.8; }

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

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

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

This text has shadow with #513B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B9E on black background.


Color preview on white background

This text has color #513B9E on white background.



Black color preview on #513B9E background

This text has black color on #513B9E background.


White color preview on #513B9E background

This text has white color on #513B9E background.