COLOR #555856

HEX: #555856
RGB: (85,88,86)

Renk bilgisi

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

RGB renk modeli

#555856 color RGB value is (85,88,86).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 86 of 255 = 34%

85
88
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 86 = 259 (100%)
R 85 of 259 ~ 32.82%
G 88 of 259 ~ 33.98%
B 86 of 259 ~ 33.2%

%32.82
%33.98
%33.2

CMYK RENK MODELİ

#555856 rengi CMYK tonu (3,0,2,65).

  • camgöbeği tonu 3.41%
  • eflatun tonu 0.00%
  • sarı tonu 2.27%
  • ana renk tonu 65.49%
CMYK:
(3,0,2,65)
C3M0Y2K65 
(3%,0%,2%,65%)
(0.03/0.00/0.02/0.65)	

CMYK yüzdeleri

%3.41
%0
%2.27
%65.49

Codes

Color #555856 in popluar color models

555856
RGB858886
HSL140°1.73%33.92%
HSB/HSV140°3.41%34.51%
CMYK3.41%0.00%2.27%
65.49%

Color #555856 in popluar number systems.

HEX555856
Decimal858886
Binary101010110110001010110
Octal125130126

Shades and tints

Shades of #555856

#555856
(85,88,86)
#4E504F
(78,80,79)
#474848
(71,72,72)
#404041
(64,64,65)
#39383A
(57,56,58)
#323033
(50,48,51)
#2B282C
(43,40,44)
#242025
(36,32,37)
#1D181E
(29,24,30)
#161017
(22,16,23)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #555856

#555856
(85,88,86)
#646765
(100,103,101)
#737674
(115,118,116)
#828583
(130,133,131)
#919492
(145,148,146)
#A0A3A1
(160,163,161)
#AFB2B0
(175,178,176)
#BEC1BF
(190,193,191)
#CDD0CE
(205,208,206)
#DCDFDD
(220,223,221)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555856; }

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

This text font color is #555856.


Background Color

.myBgColor { background-color: #555856; }

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

This div background color is #555856.


Border color

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

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

This div border color is #555856.


Opacity

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

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

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

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

This text has shadow with #555856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555856 on black background.


Color preview on white background

This text has color #555856 on white background.



Black color preview on #555856 background

This text has black color on #555856 background.


White color preview on #555856 background

This text has white color on #555856 background.