COLOR #50517B

HEX: #50517B
RGB: (80,81,123)

Renk bilgisi

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

RGB renk modeli

#50517B color RGB value is (80,81,123).

  • kırmız ton 80;
  • yeşil ton 81;
  • mavi ton 123.
RGB:
(80,81,123)
(31%,32%,48%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 81 of 255 = 32%
B 123 of 255 = 48%

80
81
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 123 = 284 (100%)
R 80 of 284 ~ 28.17%
G 81 of 284 ~ 28.52%
B 123 of 284 ~ 43.31%

%28.17
%28.52
%43.31

CMYK RENK MODELİ

#50517B rengi CMYK tonu (35,34,0,52).

  • camgöbeği tonu 34.96%
  • eflatun tonu 34.15%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(35,34,0,52)
C35M34Y0K52 
(35%,34%,0%,52%)
(0.35/0.34/0.00/0.52)	

CMYK yüzdeleri

%34.96
%34.15
%0
%51.76

Codes

Color #50517B in popluar color models

50517B
RGB8081123
HSL239°21.18%39.80%
HSB/HSV239°34.96%48.24%
CMYK34.96%34.15%0.00%
51.76%

Color #50517B in popluar number systems.

HEX50517B
Decimal8081123
Binary101000010100011111011
Octal120121173

Shades and tints

Shades of #50517B

#50517B
(80,81,123)
#494A70
(73,74,112)
#424365
(66,67,101)
#3B3C5A
(59,60,90)
#34354F
(52,53,79)
#2D2E44
(45,46,68)
#262739
(38,39,57)
#1F202E
(31,32,46)
#181923
(24,25,35)
#111218
(17,18,24)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50517B

#50517B
(80,81,123)
#5F6087
(95,96,135)
#6E6F93
(110,111,147)
#7D7E9F
(125,126,159)
#8C8DAB
(140,141,171)
#9B9CB7
(155,156,183)
#AAABC3
(170,171,195)
#B9BACF
(185,186,207)
#C8C9DB
(200,201,219)
#D7D8E7
(215,216,231)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50517B color. Also use rgb(80,81,123) instead hex code.

Text Font Color

.myTextColor { color: #50517B; }

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

This text font color is #50517B.


Background Color

.myBgColor { background-color: #50517B; }

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

This div background color is #50517B.


Border color

.myBorderColor { border: 1px solid #50517B; }

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

This div border color is #50517B.


Opacity

.myOpacity80 { color: #50517B; opacity: 0.8; }

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

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

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

This text has shadow with #50517B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50517B on black background.


Color preview on white background

This text has color #50517B on white background.



Black color preview on #50517B background

This text has black color on #50517B background.


White color preview on #50517B background

This text has white color on #50517B background.