COLOR #555052

HEX: #555052
RGB: (85,80,82)

Renk bilgisi

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

RGB renk modeli

#555052 color RGB value is (85,80,82).

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

RGB bağlantıları ve doygunluk

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

85
80
82

R + G + B ~ 32%. #555052 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 80 + 82 = 247 (100%)
R 85 of 247 ~ 34.41%
G 80 of 247 ~ 32.39%
B 82 of 247 ~ 33.2%

%34.41
%32.39
%33.2

CMYK RENK MODELİ

#555052 rengi CMYK tonu (0,6,4,67).

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

CMYK yüzdeleri

%0
%5.88
%3.53
%66.67

Codes

Color #555052 in popluar color models

555052
RGB858082
HSL336°3.03%32.35%
HSB/HSV336°5.88%33.33%
CMYK0.00%5.88%3.53%
66.67%

Color #555052 in popluar number systems.

HEX555052
Decimal858082
Binary101010110100001010010
Octal125120122

Shades and tints

Shades of #555052

#555052
(85,80,82)
#4E494B
(78,73,75)
#474244
(71,66,68)
#403B3D
(64,59,61)
#393436
(57,52,54)
#322D2F
(50,45,47)
#2B2628
(43,38,40)
#241F21
(36,31,33)
#1D181A
(29,24,26)
#161113
(22,17,19)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #555052

#555052
(85,80,82)
#645F61
(100,95,97)
#736E70
(115,110,112)
#827D7F
(130,125,127)
#918C8E
(145,140,142)
#A09B9D
(160,155,157)
#AFAAAC
(175,170,172)
#BEB9BB
(190,185,187)
#CDC8CA
(205,200,202)
#DCD7D9
(220,215,217)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555052; }

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

This text font color is #555052.


Background Color

.myBgColor { background-color: #555052; }

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

This div background color is #555052.


Border color

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

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

This div border color is #555052.


Opacity

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

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

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

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

This text has shadow with #555052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555052 on black background.


Color preview on white background

This text has color #555052 on white background.



Black color preview on #555052 background

This text has black color on #555052 background.


White color preview on #555052 background

This text has white color on #555052 background.