COLOR #505479

HEX: #505479
RGB: (80,84,121)

Renk bilgisi

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

RGB renk modeli

#505479 color RGB value is (80,84,121).

  • kırmız ton 80;
  • yeşil ton 84;
  • mavi ton 121.
RGB:
(80,84,121)
(31%,33%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 84 of 255 = 33%
B 121 of 255 = 47%

80
84
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 84 + 121 = 285 (100%)
R 80 of 285 ~ 28.07%
G 84 of 285 ~ 29.47%
B 121 of 285 ~ 42.46%

%28.07
%29.47
%42.46

CMYK RENK MODELİ

#505479 rengi CMYK tonu (34,31,0,53).

  • camgöbeği tonu 33.88%
  • eflatun tonu 30.58%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(34,31,0,53)
C34M31Y0K53 
(34%,31%,0%,53%)
(0.34/0.31/0.00/0.53)	

CMYK yüzdeleri

%33.88
%30.58
%0
%52.55

Codes

Color #505479 in popluar color models

505479
RGB8084121
HSL234°20.40%39.41%
HSB/HSV234°33.88%47.45%
CMYK33.88%30.58%0.00%
52.55%

Color #505479 in popluar number systems.

HEX505479
Decimal8084121
Binary101000010101001111001
Octal120124171

Shades and tints

Shades of #505479

#505479
(80,84,121)
#494D6E
(73,77,110)
#424663
(66,70,99)
#3B3F58
(59,63,88)
#34384D
(52,56,77)
#2D3142
(45,49,66)
#262A37
(38,42,55)
#1F232C
(31,35,44)
#181C21
(24,28,33)
#111516
(17,21,22)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #505479

#505479
(80,84,121)
#5F6385
(95,99,133)
#6E7291
(110,114,145)
#7D819D
(125,129,157)
#8C90A9
(140,144,169)
#9B9FB5
(155,159,181)
#AAAEC1
(170,174,193)
#B9BDCD
(185,189,205)
#C8CCD9
(200,204,217)
#D7DBE5
(215,219,229)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505479; }

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

This text font color is #505479.


Background Color

.myBgColor { background-color: #505479; }

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

This div background color is #505479.


Border color

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

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

This div border color is #505479.


Opacity

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

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

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

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

This text has shadow with #505479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505479 on black background.


Color preview on white background

This text has color #505479 on white background.



Black color preview on #505479 background

This text has black color on #505479 background.


White color preview on #505479 background

This text has white color on #505479 background.