COLOR #555551

HEX: #555551
RGB: (85,85,81)

Renk bilgisi

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

RGB renk modeli

#555551 color RGB value is (85,85,81).

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

RGB bağlantıları ve doygunluk

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

85
85
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 85 + 81 = 251 (100%)
R 85 of 251 ~ 33.86%
G 85 of 251 ~ 33.86%
B 81 of 251 ~ 32.27%

%33.86
%33.86
%32.27

CMYK RENK MODELİ

#555551 rengi CMYK tonu (0,0,5,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 4.71%
  • ana renk tonu 66.67%
CMYK:
(0,0,5,67)
C0M0Y5K67 
(0%,0%,5%,67%)
(0.00/0.00/0.05/0.67)	

CMYK yüzdeleri

%0
%0
%4.71
%66.67

Codes

Color #555551 in popluar color models

555551
RGB858581
HSL60°2.41%32.55%
HSB/HSV60°4.71%33.33%
CMYK0.00%0.00%4.71%
66.67%

Color #555551 in popluar number systems.

HEX555551
Decimal858581
Binary101010110101011010001
Octal125125121

Shades and tints

Shades of #555551

#555551
(85,85,81)
#4E4E4A
(78,78,74)
#474743
(71,71,67)
#40403C
(64,64,60)
#393935
(57,57,53)
#32322E
(50,50,46)
#2B2B27
(43,43,39)
#242420
(36,36,32)
#1D1D19
(29,29,25)
#161612
(22,22,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #555551

#555551
(85,85,81)
#646460
(100,100,96)
#73736F
(115,115,111)
#82827E
(130,130,126)
#91918D
(145,145,141)
#A0A09C
(160,160,156)
#AFAFAB
(175,175,171)
#BEBEBA
(190,190,186)
#CDCDC9
(205,205,201)
#DCDCD8
(220,220,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555551; }

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

This text font color is #555551.


Background Color

.myBgColor { background-color: #555551; }

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

This div background color is #555551.


Border color

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

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

This div border color is #555551.


Opacity

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

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

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

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

This text has shadow with #555551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555551 on black background.


Color preview on white background

This text has color #555551 on white background.



Black color preview on #555551 background

This text has black color on #555551 background.


White color preview on #555551 background

This text has white color on #555551 background.