COLOR #555557

HEX: #555557
RGB: (85,85,87)

Renk bilgisi

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

RGB renk modeli

#555557 color RGB value is (85,85,87).

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

RGB bağlantıları ve doygunluk

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

85
85
87

R + G + B ~ 33%. #555557 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 85 + 87 = 257 (100%)
R 85 of 257 ~ 33.07%
G 85 of 257 ~ 33.07%
B 87 of 257 ~ 33.85%

%33.07
%33.07
%33.85

CMYK RENK MODELİ

#555557 rengi CMYK tonu (2,2,0,66).

  • camgöbeği tonu 2.30%
  • eflatun tonu 2.30%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(2,2,0,66)
C2M2Y0K66 
(2%,2%,0%,66%)
(0.02/0.02/0.00/0.66)	

CMYK yüzdeleri

%2.3
%2.3
%0
%65.88

Codes

Color #555557 in popluar color models

555557
RGB858587
HSL240°1.16%33.73%
HSB/HSV240°2.30%34.12%
CMYK2.30%2.30%0.00%
65.88%

Color #555557 in popluar number systems.

HEX555557
Decimal858587
Binary101010110101011010111
Octal125125127

Shades and tints

Shades of #555557

#555557
(85,85,87)
#4E4E50
(78,78,80)
#474749
(71,71,73)
#404042
(64,64,66)
#39393B
(57,57,59)
#323234
(50,50,52)
#2B2B2D
(43,43,45)
#242426
(36,36,38)
#1D1D1F
(29,29,31)
#161618
(22,22,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #555557

#555557
(85,85,87)
#646466
(100,100,102)
#737375
(115,115,117)
#828284
(130,130,132)
#919193
(145,145,147)
#A0A0A2
(160,160,162)
#AFAFB1
(175,175,177)
#BEBEC0
(190,190,192)
#CDCDCF
(205,205,207)
#DCDCDE
(220,220,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555557; }

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

This text font color is #555557.


Background Color

.myBgColor { background-color: #555557; }

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

This div background color is #555557.


Border color

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

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

This div border color is #555557.


Opacity

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

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

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

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

This text has shadow with #555557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555557 on black background.


Color preview on white background

This text has color #555557 on white background.



Black color preview on #555557 background

This text has black color on #555557 background.


White color preview on #555557 background

This text has white color on #555557 background.