COLOR #506DA5

HEX: #506DA5 RGB: (80,109,165)

Renk bilgisi

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

RGB renk modeli

#506DA5 color RGB value is (80,109,165).

RGB: (80,109,165) (31%, 43%, 65%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 165 of 255 = 65%

80
109
165

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

Yüzdelerle RGB renk parçaları

R + G + B = 80 + 109 + 165 = 354 (100%)
R 80 of 354 ~ 22.6%
G 109 of 354 ~ 30.79%
B 165 of 354 ~ 46.61'%

%22.6
%30.79
%46.61

CMYK RENK MODELİ

#506DA5 rengi CMYK tonu (52,34,0,35).

  • camgöbeği tonu 51.52%
  • eflatun tonu 33.94%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%

CMYK: (52,34,0,35)
C52M34Y0K35 (52%, 34%, 0%, 35%)
(0.52 / 0.34 / 0.00 / 0.35)

CMYK yüzdeleri

%51.52
%33.94
%0
%35.29

Codes

Color #506DA5 in popluar color models

50 6D A5
RGB 80 109 165
HSL 220° 34.69% 48.04%
HSB/HSV 220° 51.52% 64.71%
CMYK 51.52% 33.94% 0.00%
35.29%

Color #506DA5 in popluar number systems.

HEX 50 6D A5
Decimal 80 109 165
Binary 1010000 1101101 10100101
Octal 120 155 245

Shades and tints

Shades of #506DA5

#506DA5
(80,109,165)
#496496
(73,100,150)
#425B87
(66,91,135)
#3B5278
(59,82,120)
#344969
(52,73,105)
#2D405A
(45,64,90)
#26374B
(38,55,75)
#1F2E3C
(31,46,60)
#18252D
(24,37,45)
#111C1E
(17,28,30)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #506DA5

#506DA5
(80,109,165)
#5F7AAD
(95,122,173)
#6E87B5
(110,135,181)
#7D94BD
(125,148,189)
#8CA1C5
(140,161,197)
#9BAECD
(155,174,205)
#AABBD5
(170,187,213)
#B9C8DD
(185,200,221)
#C8D5E5
(200,213,229)
#D7E2ED
(215,226,237)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506DA5; }

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

This text font color is #506DA5.

Background Color

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

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

This div background color is #506DA5.

Border color

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

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

This div border color is #506DA5.

Opacity

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

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

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

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

This text has shadow with #506DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506DA5.

Preview

Color preview on black background

This text has color #506DA5 on black background.


Color preview on white background

This text has color #506DA5 on white background.


Black color preview on #506DA5 background

This text has black color on #506DA5 background.


White color preview on #506DA5 background

This text has white color on #506DA5 background.


Related colors

Complementary color

Complementary color for #hex is #AF925A.


I love getcolorcode.com

Triadic colors

1 #A5506D and #6DA550 with #506DA5 are triadic colors.

2 #A56D50 and #6D50A5 with #506DA5 are triadic colors.