COLOR #506789

HEX: #506789
RGB: (80,103,137)

Renk bilgisi

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

RGB renk modeli

#506789 color RGB value is (80,103,137).

  • kırmız ton 80;
  • yeşil ton 103;
  • mavi ton 137.
RGB:
(80,103,137)
(31%,40%,54%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 103 of 255 = 40%
B 137 of 255 = 54%

80
103
137

R + G + B ~ 42%. #506789 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 103 + 137 = 320 (100%)
R 80 of 320 ~ 25%
G 103 of 320 ~ 32.19%
B 137 of 320 ~ 42.81%

%25
%32.19
%42.81

CMYK RENK MODELİ

#506789 rengi CMYK tonu (42,25,0,46).

  • camgöbeği tonu 41.61%
  • eflatun tonu 24.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(42,25,0,46)
C42M25Y0K46 
(42%,25%,0%,46%)
(0.42/0.25/0.00/0.46)	

CMYK yüzdeleri

%41.61
%24.82
%0
%46.27

Codes

Color #506789 in popluar color models

506789
RGB80103137
HSL216°26.27%42.55%
HSB/HSV216°41.61%53.73%
CMYK41.61%24.82%0.00%
46.27%

Color #506789 in popluar number systems.

HEX506789
Decimal80103137
Binary1010000110011110001001
Octal120147211

Shades and tints

Shades of #506789

#506789
(80,103,137)
#495E7D
(73,94,125)
#425571
(66,85,113)
#3B4C65
(59,76,101)
#344359
(52,67,89)
#2D3A4D
(45,58,77)
#263141
(38,49,65)
#1F2835
(31,40,53)
#181F29
(24,31,41)
#11161D
(17,22,29)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #506789

#506789
(80,103,137)
#5F7493
(95,116,147)
#6E819D
(110,129,157)
#7D8EA7
(125,142,167)
#8C9BB1
(140,155,177)
#9BA8BB
(155,168,187)
#AAB5C5
(170,181,197)
#B9C2CF
(185,194,207)
#C8CFD9
(200,207,217)
#D7DCE3
(215,220,227)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506789 color. Also use rgb(80,103,137) instead hex code.

Text Font Color

.myTextColor { color: #506789; }

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

This text font color is #506789.


Background Color

.myBgColor { background-color: #506789; }

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

This div background color is #506789.


Border color

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

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

This div border color is #506789.


Opacity

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

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

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

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

This text has shadow with #506789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506789 on black background.


Color preview on white background

This text has color #506789 on white background.



Black color preview on #506789 background

This text has black color on #506789 background.


White color preview on #506789 background

This text has white color on #506789 background.