COLOR #555D82

HEX: #555D82
RGB: (85,93,130)

Renk bilgisi

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

RGB renk modeli

#555D82 color RGB value is (85,93,130).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 130 of 255 = 51%

85
93
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 130 = 308 (100%)
R 85 of 308 ~ 27.6%
G 93 of 308 ~ 30.19%
B 130 of 308 ~ 42.21%

%27.6
%30.19
%42.21

CMYK RENK MODELİ

#555D82 rengi CMYK tonu (35,28,0,49).

  • camgöbeği tonu 34.62%
  • eflatun tonu 28.46%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(35,28,0,49)
C35M28Y0K49 
(35%,28%,0%,49%)
(0.35/0.28/0.00/0.49)	

CMYK yüzdeleri

%34.62
%28.46
%0
%49.02

Codes

Color #555D82 in popluar color models

555D82
RGB8593130
HSL229°20.93%42.16%
HSB/HSV229°34.62%50.98%
CMYK34.62%28.46%0.00%
49.02%

Color #555D82 in popluar number systems.

HEX555D82
Decimal8593130
Binary1010101101110110000010
Octal125135202

Shades and tints

Shades of #555D82

#555D82
(85,93,130)
#4E5577
(78,85,119)
#474D6C
(71,77,108)
#404561
(64,69,97)
#393D56
(57,61,86)
#32354B
(50,53,75)
#2B2D40
(43,45,64)
#242535
(36,37,53)
#1D1D2A
(29,29,42)
#16151F
(22,21,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #555D82

#555D82
(85,93,130)
#646B8D
(100,107,141)
#737998
(115,121,152)
#8287A3
(130,135,163)
#9195AE
(145,149,174)
#A0A3B9
(160,163,185)
#AFB1C4
(175,177,196)
#BEBFCF
(190,191,207)
#CDCDDA
(205,205,218)
#DCDBE5
(220,219,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D82; }

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

This text font color is #555D82.


Background Color

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

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

This div background color is #555D82.


Border color

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

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

This div border color is #555D82.


Opacity

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

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

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

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

This text has shadow with #555D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D82 on black background.


Color preview on white background

This text has color #555D82 on white background.



Black color preview on #555D82 background

This text has black color on #555D82 background.


White color preview on #555D82 background

This text has white color on #555D82 background.