COLOR #55585D

HEX: #55585D
RGB: (85,88,93)

Renk bilgisi

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

RGB renk modeli

#55585D color RGB value is (85,88,93).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 93 of 255 = 36%

85
88
93

R + G + B ~ 35%. #55585D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 93 = 266 (100%)
R 85 of 266 ~ 31.95%
G 88 of 266 ~ 33.08%
B 93 of 266 ~ 34.96%

%31.95
%33.08
%34.96

CMYK RENK MODELİ

#55585D rengi CMYK tonu (9,5,0,64).

  • camgöbeği tonu 8.60%
  • eflatun tonu 5.38%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(9,5,0,64)
C9M5Y0K64 
(9%,5%,0%,64%)
(0.09/0.05/0.00/0.64)	

CMYK yüzdeleri

%8.6
%5.38
%0
%63.53

Codes

Color #55585D in popluar color models

55585D
RGB858893
HSL218°4.49%34.90%
HSB/HSV218°8.60%36.47%
CMYK8.60%5.38%0.00%
63.53%

Color #55585D in popluar number systems.

HEX55585D
Decimal858893
Binary101010110110001011101
Octal125130135

Shades and tints

Shades of #55585D

#55585D
(85,88,93)
#4E5055
(78,80,85)
#47484D
(71,72,77)
#404045
(64,64,69)
#39383D
(57,56,61)
#323035
(50,48,53)
#2B282D
(43,40,45)
#242025
(36,32,37)
#1D181D
(29,24,29)
#161015
(22,16,21)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #55585D

#55585D
(85,88,93)
#64676B
(100,103,107)
#737679
(115,118,121)
#828587
(130,133,135)
#919495
(145,148,149)
#A0A3A3
(160,163,163)
#AFB2B1
(175,178,177)
#BEC1BF
(190,193,191)
#CDD0CD
(205,208,205)
#DCDFDB
(220,223,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55585D; }

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

This text font color is #55585D.


Background Color

.myBgColor { background-color: #55585D; }

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

This div background color is #55585D.


Border color

.myBorderColor { border: 1px solid #55585D; }

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

This div border color is #55585D.


Opacity

.myOpacity80 { color: #55585D; opacity: 0.8; }

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

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

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

This text has shadow with #55585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55585D on black background.


Color preview on white background

This text has color #55585D on white background.



Black color preview on #55585D background

This text has black color on #55585D background.


White color preview on #55585D background

This text has white color on #55585D background.