COLOR #555255

HEX: #555255
RGB: (85,82,85)

Renk bilgisi

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

RGB renk modeli

#555255 color RGB value is (85,82,85).

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

RGB bağlantıları ve doygunluk

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

85
82
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 82 + 85 = 252 (100%)
R 85 of 252 ~ 33.73%
G 82 of 252 ~ 32.54%
B 85 of 252 ~ 33.73%

%33.73
%32.54
%33.73

CMYK RENK MODELİ

#555255 rengi CMYK tonu (0,4,0,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.53%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(0,4,0,67)
C0M4Y0K67 
(0%,4%,0%,67%)
(0.00/0.04/0.00/0.67)	

CMYK yüzdeleri

%0
%3.53
%0
%66.67

Codes

Color #555255 in popluar color models

555255
RGB858285
HSL300°1.80%32.75%
HSB/HSV300°3.53%33.33%
CMYK0.00%3.53%0.00%
66.67%

Color #555255 in popluar number systems.

HEX555255
Decimal858285
Binary101010110100101010101
Octal125122125

Shades and tints

Shades of #555255

#555255
(85,82,85)
#4E4B4E
(78,75,78)
#474447
(71,68,71)
#403D40
(64,61,64)
#393639
(57,54,57)
#322F32
(50,47,50)
#2B282B
(43,40,43)
#242124
(36,33,36)
#1D1A1D
(29,26,29)
#161316
(22,19,22)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #555255

#555255
(85,82,85)
#646164
(100,97,100)
#737073
(115,112,115)
#827F82
(130,127,130)
#918E91
(145,142,145)
#A09DA0
(160,157,160)
#AFACAF
(175,172,175)
#BEBBBE
(190,187,190)
#CDCACD
(205,202,205)
#DCD9DC
(220,217,220)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555255; }

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

This text font color is #555255.


Background Color

.myBgColor { background-color: #555255; }

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

This div background color is #555255.


Border color

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

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

This div border color is #555255.


Opacity

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

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

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

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

This text has shadow with #555255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555255 on black background.


Color preview on white background

This text has color #555255 on white background.



Black color preview on #555255 background

This text has black color on #555255 background.


White color preview on #555255 background

This text has white color on #555255 background.