COLOR #516080

HEX: #516080
RGB: (81,96,128)

Renk bilgisi

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

RGB renk modeli

#516080 color RGB value is (81,96,128).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 96 of 255 = 38%
B 128 of 255 = 50%

81
96
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 96 + 128 = 305 (100%)
R 81 of 305 ~ 26.56%
G 96 of 305 ~ 31.48%
B 128 of 305 ~ 41.97%

%26.56
%31.48
%41.97

CMYK RENK MODELİ

#516080 rengi CMYK tonu (37,25,0,50).

  • camgöbeği tonu 36.72%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(37,25,0,50)
C37M25Y0K50 
(37%,25%,0%,50%)
(0.37/0.25/0.00/0.50)	

CMYK yüzdeleri

%36.72
%25
%0
%49.8

Codes

Color #516080 in popluar color models

516080
RGB8196128
HSL221°22.49%40.98%
HSB/HSV221°36.72%50.20%
CMYK36.72%25.00%0.00%
49.80%

Color #516080 in popluar number systems.

HEX516080
Decimal8196128
Binary1010001110000010000000
Octal121140200

Shades and tints

Shades of #516080

#516080
(81,96,128)
#4A5875
(74,88,117)
#43506A
(67,80,106)
#3C485F
(60,72,95)
#354054
(53,64,84)
#2E3849
(46,56,73)
#27303E
(39,48,62)
#202833
(32,40,51)
#192028
(25,32,40)
#12181D
(18,24,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #516080

#516080
(81,96,128)
#606E8B
(96,110,139)
#6F7C96
(111,124,150)
#7E8AA1
(126,138,161)
#8D98AC
(141,152,172)
#9CA6B7
(156,166,183)
#ABB4C2
(171,180,194)
#BAC2CD
(186,194,205)
#C9D0D8
(201,208,216)
#D8DEE3
(216,222,227)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516080; }

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

This text font color is #516080.


Background Color

.myBgColor { background-color: #516080; }

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

This div background color is #516080.


Border color

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

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

This div border color is #516080.


Opacity

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

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

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

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

This text has shadow with #516080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516080 on black background.


Color preview on white background

This text has color #516080 on white background.



Black color preview on #516080 background

This text has black color on #516080 background.


White color preview on #516080 background

This text has white color on #516080 background.