COLOR #505A58

HEX: #505A58
RGB: (80,90,88)

Renk bilgisi

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

RGB renk modeli

#505A58 color RGB value is (80,90,88).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 90 of 255 = 35%
B 88 of 255 = 35%

80
90
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 90 + 88 = 258 (100%)
R 80 of 258 ~ 31.01%
G 90 of 258 ~ 34.88%
B 88 of 258 ~ 34.11%

%31.01
%34.88
%34.11

CMYK RENK MODELİ

#505A58 rengi CMYK tonu (11,0,2,65).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 2.22%
  • ana renk tonu 64.71%
CMYK:
(11,0,2,65)
C11M0Y2K65 
(11%,0%,2%,65%)
(0.11/0.00/0.02/0.65)	

CMYK yüzdeleri

%11.11
%0
%2.22
%64.71

Codes

Color #505A58 in popluar color models

505A58
RGB809088
HSL168°5.88%33.33%
HSB/HSV168°11.11%35.29%
CMYK11.11%0.00%2.22%
64.71%

Color #505A58 in popluar number systems.

HEX505A58
Decimal809088
Binary101000010110101011000
Octal120132130

Shades and tints

Shades of #505A58

#505A58
(80,90,88)
#495250
(73,82,80)
#424A48
(66,74,72)
#3B4240
(59,66,64)
#343A38
(52,58,56)
#2D3230
(45,50,48)
#262A28
(38,42,40)
#1F2220
(31,34,32)
#181A18
(24,26,24)
#111210
(17,18,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #505A58

#505A58
(80,90,88)
#5F6967
(95,105,103)
#6E7876
(110,120,118)
#7D8785
(125,135,133)
#8C9694
(140,150,148)
#9BA5A3
(155,165,163)
#AAB4B2
(170,180,178)
#B9C3C1
(185,195,193)
#C8D2D0
(200,210,208)
#D7E1DF
(215,225,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A58 color. Also use rgb(80,90,88) instead hex code.

Text Font Color

.myTextColor { color: #505A58; }

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

This text font color is #505A58.


Background Color

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

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

This div background color is #505A58.


Border color

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

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

This div border color is #505A58.


Opacity

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

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

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

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

This text has shadow with #505A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A58 on black background.


Color preview on white background

This text has color #505A58 on white background.



Black color preview on #505A58 background

This text has black color on #505A58 background.


White color preview on #505A58 background

This text has white color on #505A58 background.