COLOR #505777

HEX: #505777
RGB: (80,87,119)

Renk bilgisi

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

RGB renk modeli

#505777 color RGB value is (80,87,119).

  • kırmız ton 80;
  • yeşil ton 87;
  • mavi ton 119.
RGB:
(80,87,119)
(31%,34%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 87 of 255 = 34%
B 119 of 255 = 47%

80
87
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 87 + 119 = 286 (100%)
R 80 of 286 ~ 27.97%
G 87 of 286 ~ 30.42%
B 119 of 286 ~ 41.61%

%27.97
%30.42
%41.61

CMYK RENK MODELİ

#505777 rengi CMYK tonu (33,27,0,53).

  • camgöbeği tonu 32.77%
  • eflatun tonu 26.89%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(33,27,0,53)
C33M27Y0K53 
(33%,27%,0%,53%)
(0.33/0.27/0.00/0.53)	

CMYK yüzdeleri

%32.77
%26.89
%0
%53.33

Codes

Color #505777 in popluar color models

505777
RGB8087119
HSL229°19.60%39.02%
HSB/HSV229°32.77%46.67%
CMYK32.77%26.89%0.00%
53.33%

Color #505777 in popluar number systems.

HEX505777
Decimal8087119
Binary101000010101111110111
Octal120127167

Shades and tints

Shades of #505777

#505777
(80,87,119)
#49506D
(73,80,109)
#424963
(66,73,99)
#3B4259
(59,66,89)
#343B4F
(52,59,79)
#2D3445
(45,52,69)
#262D3B
(38,45,59)
#1F2631
(31,38,49)
#181F27
(24,31,39)
#11181D
(17,24,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #505777

#505777
(80,87,119)
#5F6683
(95,102,131)
#6E758F
(110,117,143)
#7D849B
(125,132,155)
#8C93A7
(140,147,167)
#9BA2B3
(155,162,179)
#AAB1BF
(170,177,191)
#B9C0CB
(185,192,203)
#C8CFD7
(200,207,215)
#D7DEE3
(215,222,227)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505777; }

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

This text font color is #505777.


Background Color

.myBgColor { background-color: #505777; }

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

This div background color is #505777.


Border color

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

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

This div border color is #505777.


Opacity

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

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

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

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

This text has shadow with #505777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505777 on black background.


Color preview on white background

This text has color #505777 on white background.



Black color preview on #505777 background

This text has black color on #505777 background.


White color preview on #505777 background

This text has white color on #505777 background.