COLOR #555D89

HEX: #555D89
RGB: (85,93,137)

Renk bilgisi

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

RGB renk modeli

#555D89 color RGB value is (85,93,137).

  • kırmız ton 85;
  • yeşil ton 93;
  • mavi ton 137.
RGB:
(85,93,137)
(33%,36%,54%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 137 of 255 = 54%

85
93
137

R + G + B ~ 41%. #555D89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 137 = 315 (100%)
R 85 of 315 ~ 26.98%
G 93 of 315 ~ 29.52%
B 137 of 315 ~ 43.49%

%26.98
%29.52
%43.49

CMYK RENK MODELİ

#555D89 rengi CMYK tonu (38,32,0,46).

  • camgöbeği tonu 37.96%
  • eflatun tonu 32.12%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(38,32,0,46)
C38M32Y0K46 
(38%,32%,0%,46%)
(0.38/0.32/0.00/0.46)	

CMYK yüzdeleri

%37.96
%32.12
%0
%46.27

Codes

Color #555D89 in popluar color models

555D89
RGB8593137
HSL231°23.42%43.53%
HSB/HSV231°37.96%53.73%
CMYK37.96%32.12%0.00%
46.27%

Color #555D89 in popluar number systems.

HEX555D89
Decimal8593137
Binary1010101101110110001001
Octal125135211

Shades and tints

Shades of #555D89

#555D89
(85,93,137)
#4E557D
(78,85,125)
#474D71
(71,77,113)
#404565
(64,69,101)
#393D59
(57,61,89)
#32354D
(50,53,77)
#2B2D41
(43,45,65)
#242535
(36,37,53)
#1D1D29
(29,29,41)
#16151D
(22,21,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #555D89

#555D89
(85,93,137)
#646B93
(100,107,147)
#73799D
(115,121,157)
#8287A7
(130,135,167)
#9195B1
(145,149,177)
#A0A3BB
(160,163,187)
#AFB1C5
(175,177,197)
#BEBFCF
(190,191,207)
#CDCDD9
(205,205,217)
#DCDBE3
(220,219,227)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D89 color. Also use rgb(85,93,137) instead hex code.

Text Font Color

.myTextColor { color: #555D89; }

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

This text font color is #555D89.


Background Color

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

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

This div background color is #555D89.


Border color

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

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

This div border color is #555D89.


Opacity

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

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

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

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

This text has shadow with #555D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D89 on black background.


Color preview on white background

This text has color #555D89 on white background.



Black color preview on #555D89 background

This text has black color on #555D89 background.


White color preview on #555D89 background

This text has white color on #555D89 background.