COLOR #595556

HEX: #595556
RGB: (89,85,86)

Renk bilgisi

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

RGB renk modeli

#595556 color RGB value is (89,85,86).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 85 of 255 = 33%
B 86 of 255 = 34%

89
85
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 85 + 86 = 260 (100%)
R 89 of 260 ~ 34.23%
G 85 of 260 ~ 32.69%
B 86 of 260 ~ 33.08%

%34.23
%32.69
%33.08

CMYK RENK MODELİ

#595556 rengi CMYK tonu (0,4,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.49%
  • sarı tonu 3.37%
  • ana renk tonu 65.10%
CMYK:
(0,4,3,65)
C0M4Y3K65 
(0%,4%,3%,65%)
(0.00/0.04/0.03/0.65)	

CMYK yüzdeleri

%0
%4.49
%3.37
%65.1

Codes

Color #595556 in popluar color models

595556
RGB898586
HSL345°2.30%34.12%
HSB/HSV345°4.49%34.90%
CMYK0.00%4.49%3.37%
65.10%

Color #595556 in popluar number systems.

HEX595556
Decimal898586
Binary101100110101011010110
Octal131125126

Shades and tints

Shades of #595556

#595556
(89,85,86)
#514E4F
(81,78,79)
#494748
(73,71,72)
#414041
(65,64,65)
#39393A
(57,57,58)
#313233
(49,50,51)
#292B2C
(41,43,44)
#212425
(33,36,37)
#191D1E
(25,29,30)
#111617
(17,22,23)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #595556

#595556
(89,85,86)
#686465
(104,100,101)
#777374
(119,115,116)
#868283
(134,130,131)
#959192
(149,145,146)
#A4A0A1
(164,160,161)
#B3AFB0
(179,175,176)
#C2BEBF
(194,190,191)
#D1CDCE
(209,205,206)
#E0DCDD
(224,220,221)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595556; }

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

This text font color is #595556.


Background Color

.myBgColor { background-color: #595556; }

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

This div background color is #595556.


Border color

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

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

This div border color is #595556.


Opacity

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

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

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

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

This text has shadow with #595556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595556 on black background.


Color preview on white background

This text has color #595556 on white background.



Black color preview on #595556 background

This text has black color on #595556 background.


White color preview on #595556 background

This text has white color on #595556 background.