COLOR #555D57

HEX: #555D57
RGB: (85,93,87)

Renk bilgisi

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

RGB renk modeli

#555D57 color RGB value is (85,93,87).

  • kırmız ton 85;
  • yeşil ton 93;
  • mavi ton 87.
RGB:
(85,93,87)
(33%,36%,34%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 87 of 255 = 34%

85
93
87

R + G + B ~ 34%. #555D57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 87 = 265 (100%)
R 85 of 265 ~ 32.08%
G 93 of 265 ~ 35.09%
B 87 of 265 ~ 32.83%

%32.08
%35.09
%32.83

CMYK RENK MODELİ

#555D57 rengi CMYK tonu (9,0,6,64).

  • camgöbeği tonu 8.60%
  • eflatun tonu 0.00%
  • sarı tonu 6.45%
  • ana renk tonu 63.53%
CMYK:
(9,0,6,64)
C9M0Y6K64 
(9%,0%,6%,64%)
(0.09/0.00/0.06/0.64)	

CMYK yüzdeleri

%8.6
%0
%6.45
%63.53

Codes

Color #555D57 in popluar color models

555D57
RGB859387
HSL135°4.49%34.90%
HSB/HSV135°8.60%36.47%
CMYK8.60%0.00%6.45%
63.53%

Color #555D57 in popluar number systems.

HEX555D57
Decimal859387
Binary101010110111011010111
Octal125135127

Shades and tints

Shades of #555D57

#555D57
(85,93,87)
#4E5550
(78,85,80)
#474D49
(71,77,73)
#404542
(64,69,66)
#393D3B
(57,61,59)
#323534
(50,53,52)
#2B2D2D
(43,45,45)
#242526
(36,37,38)
#1D1D1F
(29,29,31)
#161518
(22,21,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #555D57

#555D57
(85,93,87)
#646B66
(100,107,102)
#737975
(115,121,117)
#828784
(130,135,132)
#919593
(145,149,147)
#A0A3A2
(160,163,162)
#AFB1B1
(175,177,177)
#BEBFC0
(190,191,192)
#CDCDCF
(205,205,207)
#DCDBDE
(220,219,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D57 color. Also use rgb(85,93,87) instead hex code.

Text Font Color

.myTextColor { color: #555D57; }

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

This text font color is #555D57.


Background Color

.myBgColor { background-color: #555D57; }

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

This div background color is #555D57.


Border color

.myBorderColor { border: 1px solid #555D57; }

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

This div border color is #555D57.


Opacity

.myOpacity80 { color: #555D57; opacity: 0.8; }

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

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

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

This text has shadow with #555D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D57 on black background.


Color preview on white background

This text has color #555D57 on white background.



Black color preview on #555D57 background

This text has black color on #555D57 background.


White color preview on #555D57 background

This text has white color on #555D57 background.