COLOR #506D9F

HEX: #506D9F
RGB: (80,109,159)

Renk bilgisi

#506D9F contains mainly green and blue colors. #506D9F ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#506D9F color RGB value is (80,109,159).

  • kırmız ton 80;
  • yeşil ton 109;
  • mavi ton 159.
RGB:
(80,109,159)
(31%,43%,62%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 159 of 255 = 62%

80
109
159

R + G + B ~ 45%. #506D9F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 159 = 348 (100%)
R 80 of 348 ~ 22.99%
G 109 of 348 ~ 31.32%
B 159 of 348 ~ 45.69%

%22.99
%31.32
%45.69

CMYK RENK MODELİ

#506D9F rengi CMYK tonu (50,31,0,38).

  • camgöbeği tonu 49.69%
  • eflatun tonu 31.45%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(50,31,0,38)
C50M31Y0K38 
(50%,31%,0%,38%)
(0.50/0.31/0.00/0.38)	

CMYK yüzdeleri

%49.69
%31.45
%0
%37.65

Codes

Color #506D9F in popluar color models

506D9F
RGB80109159
HSL218°33.05%46.86%
HSB/HSV218°49.69%62.35%
CMYK49.69%31.45%0.00%
37.65%

Color #506D9F in popluar number systems.

HEX506D9F
Decimal80109159
Binary1010000110110110011111
Octal120155237

Shades and tints

Shades of #506D9F

#506D9F
(80,109,159)
#496491
(73,100,145)
#425B83
(66,91,131)
#3B5275
(59,82,117)
#344967
(52,73,103)
#2D4059
(45,64,89)
#26374B
(38,55,75)
#1F2E3D
(31,46,61)
#18252F
(24,37,47)
#111C21
(17,28,33)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #506D9F

#506D9F
(80,109,159)
#5F7AA7
(95,122,167)
#6E87AF
(110,135,175)
#7D94B7
(125,148,183)
#8CA1BF
(140,161,191)
#9BAEC7
(155,174,199)
#AABBCF
(170,187,207)
#B9C8D7
(185,200,215)
#C8D5DF
(200,213,223)
#D7E2E7
(215,226,231)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506D9F color. Also use rgb(80,109,159) instead hex code.

Text Font Color

.myTextColor { color: #506D9F; }

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

This text font color is #506D9F.


Background Color

.myBgColor { background-color: #506D9F; }

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

This div background color is #506D9F.


Border color

.myBorderColor { border: 1px solid #506D9F; }

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

This div border color is #506D9F.


Opacity

.myOpacity80 { color: #506D9F; opacity: 0.8; }

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

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

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

This text has shadow with #506D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D9F on black background.


Color preview on white background

This text has color #506D9F on white background.



Black color preview on #506D9F background

This text has black color on #506D9F background.


White color preview on #506D9F background

This text has white color on #506D9F background.