COLOR #505869

HEX: #505869
RGB: (80,88,105)

Renk bilgisi

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

RGB renk modeli

#505869 color RGB value is (80,88,105).

  • kırmız ton 80;
  • yeşil ton 88;
  • mavi ton 105.
RGB:
(80,88,105)
(31%,35%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 88 of 255 = 35%
B 105 of 255 = 41%

80
88
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 88 + 105 = 273 (100%)
R 80 of 273 ~ 29.3%
G 88 of 273 ~ 32.23%
B 105 of 273 ~ 38.46%

%29.3
%32.23
%38.46

CMYK RENK MODELİ

#505869 rengi CMYK tonu (24,16,0,59).

  • camgöbeği tonu 23.81%
  • eflatun tonu 16.19%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(24,16,0,59)
C24M16Y0K59 
(24%,16%,0%,59%)
(0.24/0.16/0.00/0.59)	

CMYK yüzdeleri

%23.81
%16.19
%0
%58.82

Codes

Color #505869 in popluar color models

505869
RGB8088105
HSL221°13.51%36.27%
HSB/HSV221°23.81%41.18%
CMYK23.81%16.19%0.00%
58.82%

Color #505869 in popluar number systems.

HEX505869
Decimal8088105
Binary101000010110001101001
Octal120130151

Shades and tints

Shades of #505869

#505869
(80,88,105)
#495060
(73,80,96)
#424857
(66,72,87)
#3B404E
(59,64,78)
#343845
(52,56,69)
#2D303C
(45,48,60)
#262833
(38,40,51)
#1F202A
(31,32,42)
#181821
(24,24,33)
#111018
(17,16,24)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #505869

#505869
(80,88,105)
#5F6776
(95,103,118)
#6E7683
(110,118,131)
#7D8590
(125,133,144)
#8C949D
(140,148,157)
#9BA3AA
(155,163,170)
#AAB2B7
(170,178,183)
#B9C1C4
(185,193,196)
#C8D0D1
(200,208,209)
#D7DFDE
(215,223,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505869 color. Also use rgb(80,88,105) instead hex code.

Text Font Color

.myTextColor { color: #505869; }

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

This text font color is #505869.


Background Color

.myBgColor { background-color: #505869; }

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

This div background color is #505869.


Border color

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

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

This div border color is #505869.


Opacity

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

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

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

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

This text has shadow with #505869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505869 on black background.


Color preview on white background

This text has color #505869 on white background.



Black color preview on #505869 background

This text has black color on #505869 background.


White color preview on #505869 background

This text has white color on #505869 background.