COLOR #505180

HEX: #505180
RGB: (80,81,128)

Renk bilgisi

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

RGB renk modeli

#505180 color RGB value is (80,81,128).

  • kırmız ton 80;
  • yeşil ton 81;
  • mavi ton 128.
RGB:
(80,81,128)
(31%,32%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 81 of 255 = 32%
B 128 of 255 = 50%

80
81
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 128 = 289 (100%)
R 80 of 289 ~ 27.68%
G 81 of 289 ~ 28.03%
B 128 of 289 ~ 44.29%

%27.68
%28.03
%44.29

CMYK RENK MODELİ

#505180 rengi CMYK tonu (38,37,0,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 36.72%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,37,0,50)
C38M37Y0K50 
(38%,37%,0%,50%)
(0.38/0.37/0.00/0.50)	

CMYK yüzdeleri

%37.5
%36.72
%0
%49.8

Codes

Color #505180 in popluar color models

505180
RGB8081128
HSL239°23.08%40.78%
HSB/HSV239°37.50%50.20%
CMYK37.50%36.72%0.00%
49.80%

Color #505180 in popluar number systems.

HEX505180
Decimal8081128
Binary1010000101000110000000
Octal120121200

Shades and tints

Shades of #505180

#505180
(80,81,128)
#494A75
(73,74,117)
#42436A
(66,67,106)
#3B3C5F
(59,60,95)
#343554
(52,53,84)
#2D2E49
(45,46,73)
#26273E
(38,39,62)
#1F2033
(31,32,51)
#181928
(24,25,40)
#11121D
(17,18,29)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #505180

#505180
(80,81,128)
#5F608B
(95,96,139)
#6E6F96
(110,111,150)
#7D7EA1
(125,126,161)
#8C8DAC
(140,141,172)
#9B9CB7
(155,156,183)
#AAABC2
(170,171,194)
#B9BACD
(185,186,205)
#C8C9D8
(200,201,216)
#D7D8E3
(215,216,227)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505180; }

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

This text font color is #505180.


Background Color

.myBgColor { background-color: #505180; }

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

This div background color is #505180.


Border color

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

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

This div border color is #505180.


Opacity

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

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

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

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

This text has shadow with #505180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505180 on black background.


Color preview on white background

This text has color #505180 on white background.



Black color preview on #505180 background

This text has black color on #505180 background.


White color preview on #505180 background

This text has white color on #505180 background.