COLOR #505083

HEX: #505083
RGB: (80,80,131)

Renk bilgisi

#505083 contains red, green and blue colors in about the same proportion. #505083 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#505083 color RGB value is (80,80,131).

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

RGB bağlantıları ve doygunluk

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

80
80
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 131 = 291 (100%)
R 80 of 291 ~ 27.49%
G 80 of 291 ~ 27.49%
B 131 of 291 ~ 45.02%

%27.49
%27.49
%45.02

CMYK RENK MODELİ

#505083 rengi CMYK tonu (39,39,0,49).

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

CMYK yüzdeleri

%38.93
%38.93
%0
%48.63

Codes

Color #505083 in popluar color models

505083
RGB8080131
HSL240°24.17%41.37%
HSB/HSV240°38.93%51.37%
CMYK38.93%38.93%0.00%
48.63%

Color #505083 in popluar number systems.

HEX505083
Decimal8080131
Binary1010000101000010000011
Octal120120203

Shades and tints

Shades of #505083

#505083
(80,80,131)
#494978
(73,73,120)
#42426D
(66,66,109)
#3B3B62
(59,59,98)
#343457
(52,52,87)
#2D2D4C
(45,45,76)
#262641
(38,38,65)
#1F1F36
(31,31,54)
#18182B
(24,24,43)
#111120
(17,17,32)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #505083

#505083
(80,80,131)
#5F5F8E
(95,95,142)
#6E6E99
(110,110,153)
#7D7DA4
(125,125,164)
#8C8CAF
(140,140,175)
#9B9BBA
(155,155,186)
#AAAAC5
(170,170,197)
#B9B9D0
(185,185,208)
#C8C8DB
(200,200,219)
#D7D7E6
(215,215,230)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505083; }

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

This text font color is #505083.


Background Color

.myBgColor { background-color: #505083; }

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

This div background color is #505083.


Border color

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

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

This div border color is #505083.


Opacity

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

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

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

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

This text has shadow with #505083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505083 on black background.


Color preview on white background

This text has color #505083 on white background.



Black color preview on #505083 background

This text has black color on #505083 background.


White color preview on #505083 background

This text has white color on #505083 background.