COLOR #555759

HEX: #555759
RGB: (85,87,89)

Renk bilgisi

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

RGB renk modeli

#555759 color RGB value is (85,87,89).

  • kırmız ton 85;
  • yeşil ton 87;
  • mavi ton 89.
RGB:
(85,87,89)
(33%,34%,35%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 87 of 255 = 34%
B 89 of 255 = 35%

85
87
89

R + G + B ~ 34%. #555759 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 89 = 261 (100%)
R 85 of 261 ~ 32.57%
G 87 of 261 ~ 33.33%
B 89 of 261 ~ 34.1%

%32.57
%33.33
%34.1

CMYK RENK MODELİ

#555759 rengi CMYK tonu (4,2,0,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 2.25%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(4,2,0,65)
C4M2Y0K65 
(4%,2%,0%,65%)
(0.04/0.02/0.00/0.65)	

CMYK yüzdeleri

%4.49
%2.25
%0
%65.1

Codes

Color #555759 in popluar color models

555759
RGB858789
HSL210°2.30%34.12%
HSB/HSV210°4.49%34.90%
CMYK4.49%2.25%0.00%
65.10%

Color #555759 in popluar number systems.

HEX555759
Decimal858789
Binary101010110101111011001
Octal125127131

Shades and tints

Shades of #555759

#555759
(85,87,89)
#4E5051
(78,80,81)
#474949
(71,73,73)
#404241
(64,66,65)
#393B39
(57,59,57)
#323431
(50,52,49)
#2B2D29
(43,45,41)
#242621
(36,38,33)
#1D1F19
(29,31,25)
#161811
(22,24,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #555759

#555759
(85,87,89)
#646668
(100,102,104)
#737577
(115,117,119)
#828486
(130,132,134)
#919395
(145,147,149)
#A0A2A4
(160,162,164)
#AFB1B3
(175,177,179)
#BEC0C2
(190,192,194)
#CDCFD1
(205,207,209)
#DCDEE0
(220,222,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555759; }

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

This text font color is #555759.


Background Color

.myBgColor { background-color: #555759; }

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

This div background color is #555759.


Border color

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

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

This div border color is #555759.


Opacity

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

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

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

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

This text has shadow with #555759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555759 on black background.


Color preview on white background

This text has color #555759 on white background.



Black color preview on #555759 background

This text has black color on #555759 background.


White color preview on #555759 background

This text has white color on #555759 background.