COLOR #506585

HEX: #506585
RGB: (80,101,133)

Renk bilgisi

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

RGB renk modeli

#506585 color RGB value is (80,101,133).

  • kırmız ton 80;
  • yeşil ton 101;
  • mavi ton 133.
RGB:
(80,101,133)
(31%,40%,52%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 101 of 255 = 40%
B 133 of 255 = 52%

80
101
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 101 + 133 = 314 (100%)
R 80 of 314 ~ 25.48%
G 101 of 314 ~ 32.17%
B 133 of 314 ~ 42.36%

%25.48
%32.17
%42.36

CMYK RENK MODELİ

#506585 rengi CMYK tonu (40,24,0,48).

  • camgöbeği tonu 39.85%
  • eflatun tonu 24.06%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(40,24,0,48)
C40M24Y0K48 
(40%,24%,0%,48%)
(0.40/0.24/0.00/0.48)	

CMYK yüzdeleri

%39.85
%24.06
%0
%47.84

Codes

Color #506585 in popluar color models

506585
RGB80101133
HSL216°24.88%41.76%
HSB/HSV216°39.85%52.16%
CMYK39.85%24.06%0.00%
47.84%

Color #506585 in popluar number systems.

HEX506585
Decimal80101133
Binary1010000110010110000101
Octal120145205

Shades and tints

Shades of #506585

#506585
(80,101,133)
#495C79
(73,92,121)
#42536D
(66,83,109)
#3B4A61
(59,74,97)
#344155
(52,65,85)
#2D3849
(45,56,73)
#262F3D
(38,47,61)
#1F2631
(31,38,49)
#181D25
(24,29,37)
#111419
(17,20,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #506585

#506585
(80,101,133)
#5F7390
(95,115,144)
#6E819B
(110,129,155)
#7D8FA6
(125,143,166)
#8C9DB1
(140,157,177)
#9BABBC
(155,171,188)
#AAB9C7
(170,185,199)
#B9C7D2
(185,199,210)
#C8D5DD
(200,213,221)
#D7E3E8
(215,227,232)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506585 color. Also use rgb(80,101,133) instead hex code.

Text Font Color

.myTextColor { color: #506585; }

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

This text font color is #506585.


Background Color

.myBgColor { background-color: #506585; }

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

This div background color is #506585.


Border color

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

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

This div border color is #506585.


Opacity

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

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

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

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

This text has shadow with #506585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506585 on black background.


Color preview on white background

This text has color #506585 on white background.



Black color preview on #506585 background

This text has black color on #506585 background.


White color preview on #506585 background

This text has white color on #506585 background.