COLOR #555758

HEX: #555758
RGB: (85,87,88)

Renk bilgisi

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

RGB renk modeli

#555758 color RGB value is (85,87,88).

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

RGB bağlantıları ve doygunluk

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

85
87
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 88 = 260 (100%)
R 85 of 260 ~ 32.69%
G 87 of 260 ~ 33.46%
B 88 of 260 ~ 33.85%

%32.69
%33.46
%33.85

CMYK RENK MODELİ

#555758 rengi CMYK tonu (3,1,0,65).

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

CMYK yüzdeleri

%3.41
%1.14
%0
%65.49

Codes

Color #555758 in popluar color models

555758
RGB858788
HSL200°1.73%33.92%
HSB/HSV200°3.41%34.51%
CMYK3.41%1.14%0.00%
65.49%

Color #555758 in popluar number systems.

HEX555758
Decimal858788
Binary101010110101111011000
Octal125127130

Shades and tints

Shades of #555758

#555758
(85,87,88)
#4E5050
(78,80,80)
#474948
(71,73,72)
#404240
(64,66,64)
#393B38
(57,59,56)
#323430
(50,52,48)
#2B2D28
(43,45,40)
#242620
(36,38,32)
#1D1F18
(29,31,24)
#161810
(22,24,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #555758

#555758
(85,87,88)
#646667
(100,102,103)
#737576
(115,117,118)
#828485
(130,132,133)
#919394
(145,147,148)
#A0A2A3
(160,162,163)
#AFB1B2
(175,177,178)
#BEC0C1
(190,192,193)
#CDCFD0
(205,207,208)
#DCDEDF
(220,222,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555758; }

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

This text font color is #555758.


Background Color

.myBgColor { background-color: #555758; }

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

This div background color is #555758.


Border color

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

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

This div border color is #555758.


Opacity

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

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

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

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

This text has shadow with #555758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555758 on black background.


Color preview on white background

This text has color #555758 on white background.



Black color preview on #555758 background

This text has black color on #555758 background.


White color preview on #555758 background

This text has white color on #555758 background.