COLOR #505471

HEX: #505471
RGB: (80,84,113)

Renk bilgisi

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

RGB renk modeli

#505471 color RGB value is (80,84,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 84 of 255 = 33%
B 113 of 255 = 44%

80
84
113

R + G + B ~ 36%. #505471 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 84 + 113 = 277 (100%)
R 80 of 277 ~ 28.88%
G 84 of 277 ~ 30.32%
B 113 of 277 ~ 40.79%

%28.88
%30.32
%40.79

CMYK RENK MODELİ

#505471 rengi CMYK tonu (29,26,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 25.66%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,26,0,56)
C29M26Y0K56 
(29%,26%,0%,56%)
(0.29/0.26/0.00/0.56)	

CMYK yüzdeleri

%29.2
%25.66
%0
%55.69

Codes

Color #505471 in popluar color models

505471
RGB8084113
HSL233°17.10%37.84%
HSB/HSV233°29.20%44.31%
CMYK29.20%25.66%0.00%
55.69%

Color #505471 in popluar number systems.

HEX505471
Decimal8084113
Binary101000010101001110001
Octal120124161

Shades and tints

Shades of #505471

#505471
(80,84,113)
#494D67
(73,77,103)
#42465D
(66,70,93)
#3B3F53
(59,63,83)
#343849
(52,56,73)
#2D313F
(45,49,63)
#262A35
(38,42,53)
#1F232B
(31,35,43)
#181C21
(24,28,33)
#111517
(17,21,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505471

#505471
(80,84,113)
#5F637D
(95,99,125)
#6E7289
(110,114,137)
#7D8195
(125,129,149)
#8C90A1
(140,144,161)
#9B9FAD
(155,159,173)
#AAAEB9
(170,174,185)
#B9BDC5
(185,189,197)
#C8CCD1
(200,204,209)
#D7DBDD
(215,219,221)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505471; }

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

This text font color is #505471.


Background Color

.myBgColor { background-color: #505471; }

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

This div background color is #505471.


Border color

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

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

This div border color is #505471.


Opacity

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

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

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

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

This text has shadow with #505471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505471 on black background.


Color preview on white background

This text has color #505471 on white background.



Black color preview on #505471 background

This text has black color on #505471 background.


White color preview on #505471 background

This text has white color on #505471 background.