COLOR #506080

HEX: #506080
RGB: (80,96,128)

Renk bilgisi

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

RGB renk modeli

#506080 color RGB value is (80,96,128).

  • kırmız ton 80;
  • yeşil ton 96;
  • mavi ton 128.
RGB:
(80,96,128)
(31%,38%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 96 of 255 = 38%
B 128 of 255 = 50%

80
96
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 96 + 128 = 304 (100%)
R 80 of 304 ~ 26.32%
G 96 of 304 ~ 31.58%
B 128 of 304 ~ 42.11%

%26.32
%31.58
%42.11

CMYK RENK MODELİ

#506080 rengi CMYK tonu (38,25,0,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,25,0,50)
C38M25Y0K50 
(38%,25%,0%,50%)
(0.38/0.25/0.00/0.50)	

CMYK yüzdeleri

%37.5
%25
%0
%49.8

Codes

Color #506080 in popluar color models

506080
RGB8096128
HSL220°23.08%40.78%
HSB/HSV220°37.50%50.20%
CMYK37.50%25.00%0.00%
49.80%

Color #506080 in popluar number systems.

HEX506080
Decimal8096128
Binary1010000110000010000000
Octal120140200

Shades and tints

Shades of #506080

#506080
(80,96,128)
#495875
(73,88,117)
#42506A
(66,80,106)
#3B485F
(59,72,95)
#344054
(52,64,84)
#2D3849
(45,56,73)
#26303E
(38,48,62)
#1F2833
(31,40,51)
#182028
(24,32,40)
#11181D
(17,24,29)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #506080

#506080
(80,96,128)
#5F6E8B
(95,110,139)
#6E7C96
(110,124,150)
#7D8AA1
(125,138,161)
#8C98AC
(140,152,172)
#9BA6B7
(155,166,183)
#AAB4C2
(170,180,194)
#B9C2CD
(185,194,205)
#C8D0D8
(200,208,216)
#D7DEE3
(215,222,227)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506080 color. Also use rgb(80,96,128) instead hex code.

Text Font Color

.myTextColor { color: #506080; }

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

This text font color is #506080.


Background Color

.myBgColor { background-color: #506080; }

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

This div background color is #506080.


Border color

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

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

This div border color is #506080.


Opacity

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

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

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

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

This text has shadow with #506080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506080 on black background.


Color preview on white background

This text has color #506080 on white background.



Black color preview on #506080 background

This text has black color on #506080 background.


White color preview on #506080 background

This text has white color on #506080 background.