COLOR #504585

HEX: #504585
RGB: (80,69,133)

Renk bilgisi

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

RGB renk modeli

#504585 color RGB value is (80,69,133).

  • kırmız ton 80;
  • yeşil ton 69;
  • mavi ton 133.
RGB:
(80,69,133)
(31%,27%,52%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 69 of 255 = 27%
B 133 of 255 = 52%

80
69
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 69 + 133 = 282 (100%)
R 80 of 282 ~ 28.37%
G 69 of 282 ~ 24.47%
B 133 of 282 ~ 47.16%

%28.37
%24.47
%47.16

CMYK RENK MODELİ

#504585 rengi CMYK tonu (40,48,0,48).

  • camgöbeği tonu 39.85%
  • eflatun tonu 48.12%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(40,48,0,48)
C40M48Y0K48 
(40%,48%,0%,48%)
(0.40/0.48/0.00/0.48)	

CMYK yüzdeleri

%39.85
%48.12
%0
%47.84

Codes

Color #504585 in popluar color models

504585
RGB8069133
HSL250°31.68%39.61%
HSB/HSV250°48.12%52.16%
CMYK39.85%48.12%0.00%
47.84%

Color #504585 in popluar number systems.

HEX504585
Decimal8069133
Binary1010000100010110000101
Octal120105205

Shades and tints

Shades of #504585

#504585
(80,69,133)
#493F79
(73,63,121)
#42396D
(66,57,109)
#3B3361
(59,51,97)
#342D55
(52,45,85)
#2D2749
(45,39,73)
#26213D
(38,33,61)
#1F1B31
(31,27,49)
#181525
(24,21,37)
#110F19
(17,15,25)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #504585

#504585
(80,69,133)
#5F5590
(95,85,144)
#6E659B
(110,101,155)
#7D75A6
(125,117,166)
#8C85B1
(140,133,177)
#9B95BC
(155,149,188)
#AAA5C7
(170,165,199)
#B9B5D2
(185,181,210)
#C8C5DD
(200,197,221)
#D7D5E8
(215,213,232)
#E6E5F3
(230,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504585 color. Also use rgb(80,69,133) instead hex code.

Text Font Color

.myTextColor { color: #504585; }

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

This text font color is #504585.


Background Color

.myBgColor { background-color: #504585; }

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

This div background color is #504585.


Border color

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

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

This div border color is #504585.


Opacity

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

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

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

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

This text has shadow with #504585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504585 on black background.


Color preview on white background

This text has color #504585 on white background.



Black color preview on #504585 background

This text has black color on #504585 background.


White color preview on #504585 background

This text has white color on #504585 background.