COLOR #555457

HEX: #555457
RGB: (85,84,87)

Renk bilgisi

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

RGB renk modeli

#555457 color RGB value is (85,84,87).

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

RGB bağlantıları ve doygunluk

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

85
84
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 84 + 87 = 256 (100%)
R 85 of 256 ~ 33.2%
G 84 of 256 ~ 32.81%
B 87 of 256 ~ 33.98%

%33.2
%32.81
%33.98

CMYK RENK MODELİ

#555457 rengi CMYK tonu (2,3,0,66).

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

CMYK yüzdeleri

%2.3
%3.45
%0
%65.88

Codes

Color #555457 in popluar color models

555457
RGB858487
HSL260°1.75%33.53%
HSB/HSV260°3.45%34.12%
CMYK2.30%3.45%0.00%
65.88%

Color #555457 in popluar number systems.

HEX555457
Decimal858487
Binary101010110101001010111
Octal125124127

Shades and tints

Shades of #555457

#555457
(85,84,87)
#4E4D50
(78,77,80)
#474649
(71,70,73)
#403F42
(64,63,66)
#39383B
(57,56,59)
#323134
(50,49,52)
#2B2A2D
(43,42,45)
#242326
(36,35,38)
#1D1C1F
(29,28,31)
#161518
(22,21,24)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #555457

#555457
(85,84,87)
#646366
(100,99,102)
#737275
(115,114,117)
#828184
(130,129,132)
#919093
(145,144,147)
#A09FA2
(160,159,162)
#AFAEB1
(175,174,177)
#BEBDC0
(190,189,192)
#CDCCCF
(205,204,207)
#DCDBDE
(220,219,222)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555457; }

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

This text font color is #555457.


Background Color

.myBgColor { background-color: #555457; }

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

This div background color is #555457.


Border color

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

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

This div border color is #555457.


Opacity

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

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

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

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

This text has shadow with #555457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555457 on black background.


Color preview on white background

This text has color #555457 on white background.



Black color preview on #555457 background

This text has black color on #555457 background.


White color preview on #555457 background

This text has white color on #555457 background.