COLOR #555859

HEX: #555859
RGB: (85,88,89)

Renk bilgisi

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

RGB renk modeli

#555859 color RGB value is (85,88,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 89 of 255 = 35%

85
88
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 89 = 262 (100%)
R 85 of 262 ~ 32.44%
G 88 of 262 ~ 33.59%
B 89 of 262 ~ 33.97%

%32.44
%33.59
%33.97

CMYK RENK MODELİ

#555859 rengi CMYK tonu (4,1,0,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 1.12%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(4,1,0,65)
C4M1Y0K65 
(4%,1%,0%,65%)
(0.04/0.01/0.00/0.65)	

CMYK yüzdeleri

%4.49
%1.12
%0
%65.1

Codes

Color #555859 in popluar color models

555859
RGB858889
HSL195°2.30%34.12%
HSB/HSV195°4.49%34.90%
CMYK4.49%1.12%0.00%
65.10%

Color #555859 in popluar number systems.

HEX555859
Decimal858889
Binary101010110110001011001
Octal125130131

Shades and tints

Shades of #555859

#555859
(85,88,89)
#4E5051
(78,80,81)
#474849
(71,72,73)
#404041
(64,64,65)
#393839
(57,56,57)
#323031
(50,48,49)
#2B2829
(43,40,41)
#242021
(36,32,33)
#1D1819
(29,24,25)
#161011
(22,16,17)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #555859

#555859
(85,88,89)
#646768
(100,103,104)
#737677
(115,118,119)
#828586
(130,133,134)
#919495
(145,148,149)
#A0A3A4
(160,163,164)
#AFB2B3
(175,178,179)
#BEC1C2
(190,193,194)
#CDD0D1
(205,208,209)
#DCDFE0
(220,223,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555859; }

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

This text font color is #555859.


Background Color

.myBgColor { background-color: #555859; }

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

This div background color is #555859.


Border color

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

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

This div border color is #555859.


Opacity

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

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

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

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

This text has shadow with #555859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555859 on black background.


Color preview on white background

This text has color #555859 on white background.



Black color preview on #555859 background

This text has black color on #555859 background.


White color preview on #555859 background

This text has white color on #555859 background.