COLOR #506571

HEX: #506571
RGB: (80,101,113)

Renk bilgisi

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

RGB renk modeli

#506571 color RGB value is (80,101,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 101 of 255 = 40%
B 113 of 255 = 44%

80
101
113

R + G + B ~ 38%. #506571 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 101 + 113 = 294 (100%)
R 80 of 294 ~ 27.21%
G 101 of 294 ~ 34.35%
B 113 of 294 ~ 38.44%

%27.21
%34.35
%38.44

CMYK RENK MODELİ

#506571 rengi CMYK tonu (29,11,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 10.62%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,11,0,56)
C29M11Y0K56 
(29%,11%,0%,56%)
(0.29/0.11/0.00/0.56)	

CMYK yüzdeleri

%29.2
%10.62
%0
%55.69

Codes

Color #506571 in popluar color models

506571
RGB80101113
HSL202°17.10%37.84%
HSB/HSV202°29.20%44.31%
CMYK29.20%10.62%0.00%
55.69%

Color #506571 in popluar number systems.

HEX506571
Decimal80101113
Binary101000011001011110001
Octal120145161

Shades and tints

Shades of #506571

#506571
(80,101,113)
#495C67
(73,92,103)
#42535D
(66,83,93)
#3B4A53
(59,74,83)
#344149
(52,65,73)
#2D383F
(45,56,63)
#262F35
(38,47,53)
#1F262B
(31,38,43)
#181D21
(24,29,33)
#111417
(17,20,23)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #506571

#506571
(80,101,113)
#5F737D
(95,115,125)
#6E8189
(110,129,137)
#7D8F95
(125,143,149)
#8C9DA1
(140,157,161)
#9BABAD
(155,171,173)
#AAB9B9
(170,185,185)
#B9C7C5
(185,199,197)
#C8D5D1
(200,213,209)
#D7E3DD
(215,227,221)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506571; }

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

This text font color is #506571.


Background Color

.myBgColor { background-color: #506571; }

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

This div background color is #506571.


Border color

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

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

This div border color is #506571.


Opacity

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

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

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

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

This text has shadow with #506571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506571 on black background.


Color preview on white background

This text has color #506571 on white background.



Black color preview on #506571 background

This text has black color on #506571 background.


White color preview on #506571 background

This text has white color on #506571 background.