COLOR #555F59

HEX: #555F59
RGB: (85,95,89)

Renk bilgisi

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

RGB renk modeli

#555F59 color RGB value is (85,95,89).

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

RGB bağlantıları ve doygunluk

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

85
95
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 95 + 89 = 269 (100%)
R 85 of 269 ~ 31.6%
G 95 of 269 ~ 35.32%
B 89 of 269 ~ 33.09%

%31.6
%35.32
%33.09

CMYK RENK MODELİ

#555F59 rengi CMYK tonu (11,0,6,63).

  • camgöbeği tonu 10.53%
  • eflatun tonu 0.00%
  • sarı tonu 6.32%
  • ana renk tonu 62.75%
CMYK:
(11,0,6,63)
C11M0Y6K63 
(11%,0%,6%,63%)
(0.11/0.00/0.06/0.63)	

CMYK yüzdeleri

%10.53
%0
%6.32
%62.75

Codes

Color #555F59 in popluar color models

555F59
RGB859589
HSL144°5.56%35.29%
HSB/HSV144°10.53%37.25%
CMYK10.53%0.00%6.32%
62.75%

Color #555F59 in popluar number systems.

HEX555F59
Decimal859589
Binary101010110111111011001
Octal125137131

Shades and tints

Shades of #555F59

#555F59
(85,95,89)
#4E5751
(78,87,81)
#474F49
(71,79,73)
#404741
(64,71,65)
#393F39
(57,63,57)
#323731
(50,55,49)
#2B2F29
(43,47,41)
#242721
(36,39,33)
#1D1F19
(29,31,25)
#161711
(22,23,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #555F59

#555F59
(85,95,89)
#646D68
(100,109,104)
#737B77
(115,123,119)
#828986
(130,137,134)
#919795
(145,151,149)
#A0A5A4
(160,165,164)
#AFB3B3
(175,179,179)
#BEC1C2
(190,193,194)
#CDCFD1
(205,207,209)
#DCDDE0
(220,221,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F59; }

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

This text font color is #555F59.


Background Color

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

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

This div background color is #555F59.


Border color

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

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

This div border color is #555F59.


Opacity

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

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

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

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

This text has shadow with #555F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F59 on black background.


Color preview on white background

This text has color #555F59 on white background.



Black color preview on #555F59 background

This text has black color on #555F59 background.


White color preview on #555F59 background

This text has white color on #555F59 background.