COLOR #505B59

HEX: #505B59
RGB: (80,91,89)

Renk bilgisi

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

RGB renk modeli

#505B59 color RGB value is (80,91,89).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 91 of 255 = 36%
B 89 of 255 = 35%

80
91
89

R + G + B ~ 34%. #505B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 91 + 89 = 260 (100%)
R 80 of 260 ~ 30.77%
G 91 of 260 ~ 35%
B 89 of 260 ~ 34.23%

%30.77
%35
%34.23

CMYK RENK MODELİ

#505B59 rengi CMYK tonu (12,0,2,64).

  • camgöbeği tonu 12.09%
  • eflatun tonu 0.00%
  • sarı tonu 2.20%
  • ana renk tonu 64.31%
CMYK:
(12,0,2,64)
C12M0Y2K64 
(12%,0%,2%,64%)
(0.12/0.00/0.02/0.64)	

CMYK yüzdeleri

%12.09
%0
%2.2
%64.31

Codes

Color #505B59 in popluar color models

505B59
RGB809189
HSL169°6.43%33.53%
HSB/HSV169°12.09%35.69%
CMYK12.09%0.00%2.20%
64.31%

Color #505B59 in popluar number systems.

HEX505B59
Decimal809189
Binary101000010110111011001
Octal120133131

Shades and tints

Shades of #505B59

#505B59
(80,91,89)
#495351
(73,83,81)
#424B49
(66,75,73)
#3B4341
(59,67,65)
#343B39
(52,59,57)
#2D3331
(45,51,49)
#262B29
(38,43,41)
#1F2321
(31,35,33)
#181B19
(24,27,25)
#111311
(17,19,17)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #505B59

#505B59
(80,91,89)
#5F6968
(95,105,104)
#6E7777
(110,119,119)
#7D8586
(125,133,134)
#8C9395
(140,147,149)
#9BA1A4
(155,161,164)
#AAAFB3
(170,175,179)
#B9BDC2
(185,189,194)
#C8CBD1
(200,203,209)
#D7D9E0
(215,217,224)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B59; }

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

This text font color is #505B59.


Background Color

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

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

This div background color is #505B59.


Border color

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

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

This div border color is #505B59.


Opacity

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

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

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

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

This text has shadow with #505B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B59 on black background.


Color preview on white background

This text has color #505B59 on white background.



Black color preview on #505B59 background

This text has black color on #505B59 background.


White color preview on #505B59 background

This text has white color on #505B59 background.