COLOR #554759

HEX: #554759
RGB: (85,71,89)

Renk bilgisi

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

RGB renk modeli

#554759 color RGB value is (85,71,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 71 of 255 = 28%
B 89 of 255 = 35%

85
71
89

R + G + B ~ 32%. #554759 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 71 + 89 = 245 (100%)
R 85 of 245 ~ 34.69%
G 71 of 245 ~ 28.98%
B 89 of 245 ~ 36.33%

%34.69
%28.98
%36.33

CMYK RENK MODELİ

#554759 rengi CMYK tonu (4,20,0,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 20.22%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(4,20,0,65)
C4M20Y0K65 
(4%,20%,0%,65%)
(0.04/0.20/0.00/0.65)	

CMYK yüzdeleri

%4.49
%20.22
%0
%65.1

Codes

Color #554759 in popluar color models

554759
RGB857189
HSL287°11.25%31.37%
HSB/HSV287°20.22%34.90%
CMYK4.49%20.22%0.00%
65.10%

Color #554759 in popluar number systems.

HEX554759
Decimal857189
Binary101010110001111011001
Octal125107131

Shades and tints

Shades of #554759

#554759
(85,71,89)
#4E4151
(78,65,81)
#473B49
(71,59,73)
#403541
(64,53,65)
#392F39
(57,47,57)
#322931
(50,41,49)
#2B2329
(43,35,41)
#241D21
(36,29,33)
#1D1719
(29,23,25)
#161111
(22,17,17)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #554759

#554759
(85,71,89)
#645768
(100,87,104)
#736777
(115,103,119)
#827786
(130,119,134)
#918795
(145,135,149)
#A097A4
(160,151,164)
#AFA7B3
(175,167,179)
#BEB7C2
(190,183,194)
#CDC7D1
(205,199,209)
#DCD7E0
(220,215,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554759; }

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

This text font color is #554759.


Background Color

.myBgColor { background-color: #554759; }

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

This div background color is #554759.


Border color

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

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

This div border color is #554759.


Opacity

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

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

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

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

This text has shadow with #554759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554759 on black background.


Color preview on white background

This text has color #554759 on white background.



Black color preview on #554759 background

This text has black color on #554759 background.


White color preview on #554759 background

This text has white color on #554759 background.