COLOR #505B6D

HEX: #505B6D
RGB: (80,91,109)

Renk bilgisi

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

RGB renk modeli

#505B6D color RGB value is (80,91,109).

  • kırmız ton 80;
  • yeşil ton 91;
  • mavi ton 109.
RGB:
(80,91,109)
(31%,36%,43%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 91 of 255 = 36%
B 109 of 255 = 43%

80
91
109

R + G + B ~ 37%. #505B6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 91 + 109 = 280 (100%)
R 80 of 280 ~ 28.57%
G 91 of 280 ~ 32.5%
B 109 of 280 ~ 38.93%

%28.57
%32.5
%38.93

CMYK RENK MODELİ

#505B6D rengi CMYK tonu (27,17,0,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(27,17,0,57)
C27M17Y0K57 
(27%,17%,0%,57%)
(0.27/0.17/0.00/0.57)	

CMYK yüzdeleri

%26.61
%16.51
%0
%57.25

Codes

Color #505B6D in popluar color models

505B6D
RGB8091109
HSL217°15.34%37.06%
HSB/HSV217°26.61%42.75%
CMYK26.61%16.51%0.00%
57.25%

Color #505B6D in popluar number systems.

HEX505B6D
Decimal8091109
Binary101000010110111101101
Octal120133155

Shades and tints

Shades of #505B6D

#505B6D
(80,91,109)
#495364
(73,83,100)
#424B5B
(66,75,91)
#3B4352
(59,67,82)
#343B49
(52,59,73)
#2D3340
(45,51,64)
#262B37
(38,43,55)
#1F232E
(31,35,46)
#181B25
(24,27,37)
#11131C
(17,19,28)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #505B6D

#505B6D
(80,91,109)
#5F697A
(95,105,122)
#6E7787
(110,119,135)
#7D8594
(125,133,148)
#8C93A1
(140,147,161)
#9BA1AE
(155,161,174)
#AAAFBB
(170,175,187)
#B9BDC8
(185,189,200)
#C8CBD5
(200,203,213)
#D7D9E2
(215,217,226)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505B6D color. Also use rgb(80,91,109) instead hex code.

Text Font Color

.myTextColor { color: #505B6D; }

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

This text font color is #505B6D.


Background Color

.myBgColor { background-color: #505B6D; }

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

This div background color is #505B6D.


Border color

.myBorderColor { border: 1px solid #505B6D; }

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

This div border color is #505B6D.


Opacity

.myOpacity80 { color: #505B6D; opacity: 0.8; }

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

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

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

This text has shadow with #505B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B6D on black background.


Color preview on white background

This text has color #505B6D on white background.



Black color preview on #505B6D background

This text has black color on #505B6D background.


White color preview on #505B6D background

This text has white color on #505B6D background.