COLOR #505059

HEX: #505059
RGB: (80,80,89)

Renk bilgisi

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

RGB renk modeli

#505059 color RGB value is (80,80,89).

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

RGB bağlantıları ve doygunluk

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

80
80
89

R + G + B ~ 32%. #505059 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 89 = 249 (100%)
R 80 of 249 ~ 32.13%
G 80 of 249 ~ 32.13%
B 89 of 249 ~ 35.74%

%32.13
%32.13
%35.74

CMYK RENK MODELİ

#505059 rengi CMYK tonu (10,10,0,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 10.11%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(10,10,0,65)
C10M10Y0K65 
(10%,10%,0%,65%)
(0.10/0.10/0.00/0.65)	

CMYK yüzdeleri

%10.11
%10.11
%0
%65.1

Codes

Color #505059 in popluar color models

505059
RGB808089
HSL240°5.33%33.14%
HSB/HSV240°10.11%34.90%
CMYK10.11%10.11%0.00%
65.10%

Color #505059 in popluar number systems.

HEX505059
Decimal808089
Binary101000010100001011001
Octal120120131

Shades and tints

Shades of #505059

#505059
(80,80,89)
#494951
(73,73,81)
#424249
(66,66,73)
#3B3B41
(59,59,65)
#343439
(52,52,57)
#2D2D31
(45,45,49)
#262629
(38,38,41)
#1F1F21
(31,31,33)
#181819
(24,24,25)
#111111
(17,17,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #505059

#505059
(80,80,89)
#5F5F68
(95,95,104)
#6E6E77
(110,110,119)
#7D7D86
(125,125,134)
#8C8C95
(140,140,149)
#9B9BA4
(155,155,164)
#AAAAB3
(170,170,179)
#B9B9C2
(185,185,194)
#C8C8D1
(200,200,209)
#D7D7E0
(215,215,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505059; }

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

This text font color is #505059.


Background Color

.myBgColor { background-color: #505059; }

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

This div background color is #505059.


Border color

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

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

This div border color is #505059.


Opacity

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

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

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

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

This text has shadow with #505059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505059 on black background.


Color preview on white background

This text has color #505059 on white background.



Black color preview on #505059 background

This text has black color on #505059 background.


White color preview on #505059 background

This text has white color on #505059 background.