COLOR #506180

HEX: #506180
RGB: (80,97,128)

Renk bilgisi

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

RGB renk modeli

#506180 color RGB value is (80,97,128).

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

RGB bağlantıları ve doygunluk

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

80
97
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 97 + 128 = 305 (100%)
R 80 of 305 ~ 26.23%
G 97 of 305 ~ 31.8%
B 128 of 305 ~ 41.97%

%26.23
%31.8
%41.97

CMYK RENK MODELİ

#506180 rengi CMYK tonu (38,24,0,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 24.22%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,24,0,50)
C38M24Y0K50 
(38%,24%,0%,50%)
(0.38/0.24/0.00/0.50)	

CMYK yüzdeleri

%37.5
%24.22
%0
%49.8

Codes

Color #506180 in popluar color models

506180
RGB8097128
HSL219°23.08%40.78%
HSB/HSV219°37.50%50.20%
CMYK37.50%24.22%0.00%
49.80%

Color #506180 in popluar number systems.

HEX506180
Decimal8097128
Binary1010000110000110000000
Octal120141200

Shades and tints

Shades of #506180

#506180
(80,97,128)
#495975
(73,89,117)
#42516A
(66,81,106)
#3B495F
(59,73,95)
#344154
(52,65,84)
#2D3949
(45,57,73)
#26313E
(38,49,62)
#1F2933
(31,41,51)
#182128
(24,33,40)
#11191D
(17,25,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #506180

#506180
(80,97,128)
#5F6F8B
(95,111,139)
#6E7D96
(110,125,150)
#7D8BA1
(125,139,161)
#8C99AC
(140,153,172)
#9BA7B7
(155,167,183)
#AAB5C2
(170,181,194)
#B9C3CD
(185,195,205)
#C8D1D8
(200,209,216)
#D7DFE3
(215,223,227)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506180; }

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

This text font color is #506180.


Background Color

.myBgColor { background-color: #506180; }

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

This div background color is #506180.


Border color

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

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

This div border color is #506180.


Opacity

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

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

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

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

This text has shadow with #506180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506180 on black background.


Color preview on white background

This text has color #506180 on white background.



Black color preview on #506180 background

This text has black color on #506180 background.


White color preview on #506180 background

This text has white color on #506180 background.