COLOR #555E59

HEX: #555E59
RGB: (85,94,89)

Renk bilgisi

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

RGB renk modeli

#555E59 color RGB value is (85,94,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 94 of 255 = 37%
B 89 of 255 = 35%

85
94
89

R + G + B ~ 35%. #555E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 94 + 89 = 268 (100%)
R 85 of 268 ~ 31.72%
G 94 of 268 ~ 35.07%
B 89 of 268 ~ 33.21%

%31.72
%35.07
%33.21

CMYK RENK MODELİ

#555E59 rengi CMYK tonu (10,0,5,63).

  • camgöbeği tonu 9.57%
  • eflatun tonu 0.00%
  • sarı tonu 5.32%
  • ana renk tonu 63.14%
CMYK:
(10,0,5,63)
C10M0Y5K63 
(10%,0%,5%,63%)
(0.10/0.00/0.05/0.63)	

CMYK yüzdeleri

%9.57
%0
%5.32
%63.14

Codes

Color #555E59 in popluar color models

555E59
RGB859489
HSL147°5.03%35.10%
HSB/HSV147°9.57%36.86%
CMYK9.57%0.00%5.32%
63.14%

Color #555E59 in popluar number systems.

HEX555E59
Decimal859489
Binary101010110111101011001
Octal125136131

Shades and tints

Shades of #555E59

#555E59
(85,94,89)
#4E5651
(78,86,81)
#474E49
(71,78,73)
#404641
(64,70,65)
#393E39
(57,62,57)
#323631
(50,54,49)
#2B2E29
(43,46,41)
#242621
(36,38,33)
#1D1E19
(29,30,25)
#161611
(22,22,17)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #555E59

#555E59
(85,94,89)
#646C68
(100,108,104)
#737A77
(115,122,119)
#828886
(130,136,134)
#919695
(145,150,149)
#A0A4A4
(160,164,164)
#AFB2B3
(175,178,179)
#BEC0C2
(190,192,194)
#CDCED1
(205,206,209)
#DCDCE0
(220,220,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E59; }

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

This text font color is #555E59.


Background Color

.myBgColor { background-color: #555E59; }

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

This div background color is #555E59.


Border color

.myBorderColor { border: 1px solid #555E59; }

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

This div border color is #555E59.


Opacity

.myOpacity80 { color: #555E59; opacity: 0.8; }

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

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

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

This text has shadow with #555E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E59 on black background.


Color preview on white background

This text has color #555E59 on white background.



Black color preview on #555E59 background

This text has black color on #555E59 background.


White color preview on #555E59 background

This text has white color on #555E59 background.