COLOR #500583

HEX: #500583
RGB: (80,5,131)

Renk bilgisi

#500583 contains mainly red and blue colors. #500583 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#500583 color RGB value is (80,5,131).

  • kırmız ton 80;
  • yeşil ton 5;
  • mavi ton 131.
RGB:
(80,5,131)
(31%,2%,51%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 5 of 255 = 2%
B 131 of 255 = 51%

80
5
131

R + G + B ~ 28%. #500583 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 5 + 131 = 216 (100%)
R 80 of 216 ~ 37.04%
G 5 of 216 ~ 2.31%
B 131 of 216 ~ 60.65%

%37.04
%60.65

CMYK RENK MODELİ

#500583 rengi CMYK tonu (39,96,0,49).

  • camgöbeği tonu 38.93%
  • eflatun tonu 96.18%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(39,96,0,49)
C39M96Y0K49 
(39%,96%,0%,49%)
(0.39/0.96/0.00/0.49)	

CMYK yüzdeleri

%38.93
%96.18
%0
%48.63

Codes

Color #500583 in popluar color models

500583
RGB805131
HSL276°92.65%26.67%
HSB/HSV276°96.18%51.37%
CMYK38.93%96.18%0.00%
48.63%

Color #500583 in popluar number systems.

HEX500583
Decimal805131
Binary101000010110000011
Octal1205203

Shades and tints

Shades of #500583

#500583
(80,5,131)
#490578
(73,5,120)
#42056D
(66,5,109)
#3B0562
(59,5,98)
#340557
(52,5,87)
#2D054C
(45,5,76)
#260541
(38,5,65)
#1F0536
(31,5,54)
#18052B
(24,5,43)
#110520
(17,5,32)
#0A0515
(10,5,21)
#000000
(0,0,0)

Tints of #500583

#500583
(80,5,131)
#5F1B8E
(95,27,142)
#6E3199
(110,49,153)
#7D47A4
(125,71,164)
#8C5DAF
(140,93,175)
#9B73BA
(155,115,186)
#AA89C5
(170,137,197)
#B99FD0
(185,159,208)
#C8B5DB
(200,181,219)
#D7CBE6
(215,203,230)
#E6E1F1
(230,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500583 color. Also use rgb(80,5,131) instead hex code.

Text Font Color

.myTextColor { color: #500583; }

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

This text font color is #500583.


Background Color

.myBgColor { background-color: #500583; }

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

This div background color is #500583.


Border color

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

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

This div border color is #500583.


Opacity

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

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

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

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

This text has shadow with #500583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500583 on black background.


Color preview on white background

This text has color #500583 on white background.



Black color preview on #500583 background

This text has black color on #500583 background.


White color preview on #500583 background

This text has white color on #500583 background.