COLOR #556259

HEX: #556259
RGB: (85,98,89)

Renk bilgisi

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

RGB renk modeli

#556259 color RGB value is (85,98,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 98 of 255 = 38%
B 89 of 255 = 35%

85
98
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 98 + 89 = 272 (100%)
R 85 of 272 ~ 31.25%
G 98 of 272 ~ 36.03%
B 89 of 272 ~ 32.72%

%31.25
%36.03
%32.72

CMYK RENK MODELİ

#556259 rengi CMYK tonu (13,0,9,62).

  • camgöbeği tonu 13.27%
  • eflatun tonu 0.00%
  • sarı tonu 9.18%
  • ana renk tonu 61.57%
CMYK:
(13,0,9,62)
C13M0Y9K62 
(13%,0%,9%,62%)
(0.13/0.00/0.09/0.62)	

CMYK yüzdeleri

%13.27
%0
%9.18
%61.57

Codes

Color #556259 in popluar color models

556259
RGB859889
HSL138°7.10%35.88%
HSB/HSV138°13.27%38.43%
CMYK13.27%0.00%9.18%
61.57%

Color #556259 in popluar number systems.

HEX556259
Decimal859889
Binary101010111000101011001
Octal125142131

Shades and tints

Shades of #556259

#556259
(85,98,89)
#4E5A51
(78,90,81)
#475249
(71,82,73)
#404A41
(64,74,65)
#394239
(57,66,57)
#323A31
(50,58,49)
#2B3229
(43,50,41)
#242A21
(36,42,33)
#1D2219
(29,34,25)
#161A11
(22,26,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #556259

#556259
(85,98,89)
#647068
(100,112,104)
#737E77
(115,126,119)
#828C86
(130,140,134)
#919A95
(145,154,149)
#A0A8A4
(160,168,164)
#AFB6B3
(175,182,179)
#BEC4C2
(190,196,194)
#CDD2D1
(205,210,209)
#DCE0E0
(220,224,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556259; }

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

This text font color is #556259.


Background Color

.myBgColor { background-color: #556259; }

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

This div background color is #556259.


Border color

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

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

This div border color is #556259.


Opacity

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

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

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

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

This text has shadow with #556259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556259 on black background.


Color preview on white background

This text has color #556259 on white background.



Black color preview on #556259 background

This text has black color on #556259 background.


White color preview on #556259 background

This text has white color on #556259 background.