COLOR #555D55

HEX: #555D55
RGB: (85,93,85)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

85
93
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 85 = 263 (100%)
R 85 of 263 ~ 32.32%
G 93 of 263 ~ 35.36%
B 85 of 263 ~ 32.32%

%32.32
%35.36
%32.32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%8.6
%0
%8.6
%63.53

Codes

Color #555D55 in popluar color models

555D55
RGB859385
HSL120°4.49%34.90%
HSB/HSV120°8.60%36.47%
CMYK8.60%0.00%8.60%
63.53%

Color #555D55 in popluar number systems.

HEX555D55
Decimal859385
Binary101010110111011010101
Octal125135125

Shades and tints

Shades of #555D55

#555D55
(85,93,85)
#4E554E
(78,85,78)
#474D47
(71,77,71)
#404540
(64,69,64)
#393D39
(57,61,57)
#323532
(50,53,50)
#2B2D2B
(43,45,43)
#242524
(36,37,36)
#1D1D1D
(29,29,29)
#161516
(22,21,22)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #555D55

#555D55
(85,93,85)
#646B64
(100,107,100)
#737973
(115,121,115)
#828782
(130,135,130)
#919591
(145,149,145)
#A0A3A0
(160,163,160)
#AFB1AF
(175,177,175)
#BEBFBE
(190,191,190)
#CDCDCD
(205,205,205)
#DCDBDC
(220,219,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D55; }

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

This text font color is #555D55.


Background Color

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

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

This div background color is #555D55.


Border color

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

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

This div border color is #555D55.


Opacity

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

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

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

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

This text has shadow with #555D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D55 on black background.


Color preview on white background

This text has color #555D55 on white background.



Black color preview on #555D55 background

This text has black color on #555D55 background.


White color preview on #555D55 background

This text has white color on #555D55 background.