COLOR #555651

HEX: #555651
RGB: (85,86,81)

Renk bilgisi

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

RGB renk modeli

#555651 color RGB value is (85,86,81).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 86 of 255 = 34%
B 81 of 255 = 32%

85
86
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 86 + 81 = 252 (100%)
R 85 of 252 ~ 33.73%
G 86 of 252 ~ 34.13%
B 81 of 252 ~ 32.14%

%33.73
%34.13
%32.14

CMYK RENK MODELİ

#555651 rengi CMYK tonu (1,0,6,66).

  • camgöbeği tonu 1.16%
  • eflatun tonu 0.00%
  • sarı tonu 5.81%
  • ana renk tonu 66.27%
CMYK:
(1,0,6,66)
C1M0Y6K66 
(1%,0%,6%,66%)
(0.01/0.00/0.06/0.66)	

CMYK yüzdeleri

%1.16
%0
%5.81
%66.27

Codes

Color #555651 in popluar color models

555651
RGB858681
HSL72°2.99%32.75%
HSB/HSV72°5.81%33.73%
CMYK1.16%0.00%5.81%
66.27%

Color #555651 in popluar number systems.

HEX555651
Decimal858681
Binary101010110101101010001
Octal125126121

Shades and tints

Shades of #555651

#555651
(85,86,81)
#4E4F4A
(78,79,74)
#474843
(71,72,67)
#40413C
(64,65,60)
#393A35
(57,58,53)
#32332E
(50,51,46)
#2B2C27
(43,44,39)
#242520
(36,37,32)
#1D1E19
(29,30,25)
#161712
(22,23,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #555651

#555651
(85,86,81)
#646560
(100,101,96)
#73746F
(115,116,111)
#82837E
(130,131,126)
#91928D
(145,146,141)
#A0A19C
(160,161,156)
#AFB0AB
(175,176,171)
#BEBFBA
(190,191,186)
#CDCEC9
(205,206,201)
#DCDDD8
(220,221,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555651; }

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

This text font color is #555651.


Background Color

.myBgColor { background-color: #555651; }

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

This div background color is #555651.


Border color

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

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

This div border color is #555651.


Opacity

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

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

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

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

This text has shadow with #555651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555651 on black background.


Color preview on white background

This text has color #555651 on white background.



Black color preview on #555651 background

This text has black color on #555651 background.


White color preview on #555651 background

This text has white color on #555651 background.