COLOR #505A71

HEX: #505A71
RGB: (80,90,113)

Renk bilgisi

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

RGB renk modeli

#505A71 color RGB value is (80,90,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 90 of 255 = 35%
B 113 of 255 = 44%

80
90
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 90 + 113 = 283 (100%)
R 80 of 283 ~ 28.27%
G 90 of 283 ~ 31.8%
B 113 of 283 ~ 39.93%

%28.27
%31.8
%39.93

CMYK RENK MODELİ

#505A71 rengi CMYK tonu (29,20,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 20.35%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,20,0,56)
C29M20Y0K56 
(29%,20%,0%,56%)
(0.29/0.20/0.00/0.56)	

CMYK yüzdeleri

%29.2
%20.35
%0
%55.69

Codes

Color #505A71 in popluar color models

505A71
RGB8090113
HSL222°17.10%37.84%
HSB/HSV222°29.20%44.31%
CMYK29.20%20.35%0.00%
55.69%

Color #505A71 in popluar number systems.

HEX505A71
Decimal8090113
Binary101000010110101110001
Octal120132161

Shades and tints

Shades of #505A71

#505A71
(80,90,113)
#495267
(73,82,103)
#424A5D
(66,74,93)
#3B4253
(59,66,83)
#343A49
(52,58,73)
#2D323F
(45,50,63)
#262A35
(38,42,53)
#1F222B
(31,34,43)
#181A21
(24,26,33)
#111217
(17,18,23)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #505A71

#505A71
(80,90,113)
#5F697D
(95,105,125)
#6E7889
(110,120,137)
#7D8795
(125,135,149)
#8C96A1
(140,150,161)
#9BA5AD
(155,165,173)
#AAB4B9
(170,180,185)
#B9C3C5
(185,195,197)
#C8D2D1
(200,210,209)
#D7E1DD
(215,225,221)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A71; }

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

This text font color is #505A71.


Background Color

.myBgColor { background-color: #505A71; }

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

This div background color is #505A71.


Border color

.myBorderColor { border: 1px solid #505A71; }

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

This div border color is #505A71.


Opacity

.myOpacity80 { color: #505A71; opacity: 0.8; }

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

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

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

This text has shadow with #505A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A71 on black background.


Color preview on white background

This text has color #505A71 on white background.



Black color preview on #505A71 background

This text has black color on #505A71 background.


White color preview on #505A71 background

This text has white color on #505A71 background.