COLOR #555858

HEX: #555858
RGB: (85,88,88)

Renk bilgisi

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

RGB renk modeli

#555858 color RGB value is (85,88,88).

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

RGB bağlantıları ve doygunluk

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

85
88
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 88 = 261 (100%)
R 85 of 261 ~ 32.57%
G 88 of 261 ~ 33.72%
B 88 of 261 ~ 33.72%

%32.57
%33.72
%33.72

CMYK RENK MODELİ

#555858 rengi CMYK tonu (3,0,0,65).

  • camgöbeği tonu 3.41%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(3,0,0,65)
C3M0Y0K65 
(3%,0%,0%,65%)
(0.03/0.00/0.00/0.65)	

CMYK yüzdeleri

%3.41
%0
%0
%65.49

Codes

Color #555858 in popluar color models

555858
RGB858888
HSL180°1.73%33.92%
HSB/HSV180°3.41%34.51%
CMYK3.41%0.00%0.00%
65.49%

Color #555858 in popluar number systems.

HEX555858
Decimal858888
Binary101010110110001011000
Octal125130130

Shades and tints

Shades of #555858

#555858
(85,88,88)
#4E5050
(78,80,80)
#474848
(71,72,72)
#404040
(64,64,64)
#393838
(57,56,56)
#323030
(50,48,48)
#2B2828
(43,40,40)
#242020
(36,32,32)
#1D1818
(29,24,24)
#161010
(22,16,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #555858

#555858
(85,88,88)
#646767
(100,103,103)
#737676
(115,118,118)
#828585
(130,133,133)
#919494
(145,148,148)
#A0A3A3
(160,163,163)
#AFB2B2
(175,178,178)
#BEC1C1
(190,193,193)
#CDD0D0
(205,208,208)
#DCDFDF
(220,223,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555858; }

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

This text font color is #555858.


Background Color

.myBgColor { background-color: #555858; }

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

This div background color is #555858.


Border color

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

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

This div border color is #555858.


Opacity

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

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

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

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

This text has shadow with #555858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555858 on black background.


Color preview on white background

This text has color #555858 on white background.



Black color preview on #555858 background

This text has black color on #555858 background.


White color preview on #555858 background

This text has white color on #555858 background.