COLOR #554B59

HEX: #554B59
RGB: (85,75,89)

Renk bilgisi

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

RGB renk modeli

#554B59 color RGB value is (85,75,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 75 of 255 = 29%
B 89 of 255 = 35%

85
75
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 75 + 89 = 249 (100%)
R 85 of 249 ~ 34.14%
G 75 of 249 ~ 30.12%
B 89 of 249 ~ 35.74%

%34.14
%30.12
%35.74

CMYK RENK MODELİ

#554B59 rengi CMYK tonu (4,16,0,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 15.73%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(4,16,0,65)
C4M16Y0K65 
(4%,16%,0%,65%)
(0.04/0.16/0.00/0.65)	

CMYK yüzdeleri

%4.49
%15.73
%0
%65.1

Codes

Color #554B59 in popluar color models

554B59
RGB857589
HSL283°8.54%32.16%
HSB/HSV283°15.73%34.90%
CMYK4.49%15.73%0.00%
65.10%

Color #554B59 in popluar number systems.

HEX554B59
Decimal857589
Binary101010110010111011001
Octal125113131

Shades and tints

Shades of #554B59

#554B59
(85,75,89)
#4E4551
(78,69,81)
#473F49
(71,63,73)
#403941
(64,57,65)
#393339
(57,51,57)
#322D31
(50,45,49)
#2B2729
(43,39,41)
#242121
(36,33,33)
#1D1B19
(29,27,25)
#161511
(22,21,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #554B59

#554B59
(85,75,89)
#645B68
(100,91,104)
#736B77
(115,107,119)
#827B86
(130,123,134)
#918B95
(145,139,149)
#A09BA4
(160,155,164)
#AFABB3
(175,171,179)
#BEBBC2
(190,187,194)
#CDCBD1
(205,203,209)
#DCDBE0
(220,219,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B59; }

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

This text font color is #554B59.


Background Color

.myBgColor { background-color: #554B59; }

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

This div background color is #554B59.


Border color

.myBorderColor { border: 1px solid #554B59; }

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

This div border color is #554B59.


Opacity

.myOpacity80 { color: #554B59; opacity: 0.8; }

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

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

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

This text has shadow with #554B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B59 on black background.


Color preview on white background

This text has color #554B59 on white background.



Black color preview on #554B59 background

This text has black color on #554B59 background.


White color preview on #554B59 background

This text has white color on #554B59 background.