COLOR #5577AD

HEX: #5577AD
RGB: (85,119,173)

Renk bilgisi

#5577AD contains mainly green and blue colors. #5577AD ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5577AD color RGB value is (85,119,173).

  • kırmız ton 85;
  • yeşil ton 119;
  • mavi ton 173.
RGB:
(85,119,173)
(33%,47%,68%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 119 of 255 = 47%
B 173 of 255 = 68%

85
119
173

R + G + B ~ 49%. #5577AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 119 + 173 = 377 (100%)
R 85 of 377 ~ 22.55%
G 119 of 377 ~ 31.56%
B 173 of 377 ~ 45.89%

%22.55
%31.56
%45.89

CMYK RENK MODELİ

#5577AD rengi CMYK tonu (51,31,0,32).

  • camgöbeği tonu 50.87%
  • eflatun tonu 31.21%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(51,31,0,32)
C51M31Y0K32 
(51%,31%,0%,32%)
(0.51/0.31/0.00/0.32)	

CMYK yüzdeleri

%50.87
%31.21
%0
%32.16

Codes

Color #5577AD in popluar color models

5577AD
RGB85119173
HSL217°34.92%50.59%
HSB/HSV217°50.87%67.84%
CMYK50.87%31.21%0.00%
32.16%

Color #5577AD in popluar number systems.

HEX5577AD
Decimal85119173
Binary1010101111011110101101
Octal125167255

Shades and tints

Shades of #5577AD

#5577AD
(85,119,173)
#4E6D9E
(78,109,158)
#47638F
(71,99,143)
#405980
(64,89,128)
#394F71
(57,79,113)
#324562
(50,69,98)
#2B3B53
(43,59,83)
#243144
(36,49,68)
#1D2735
(29,39,53)
#161D26
(22,29,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #5577AD

#5577AD
(85,119,173)
#6483B4
(100,131,180)
#738FBB
(115,143,187)
#829BC2
(130,155,194)
#91A7C9
(145,167,201)
#A0B3D0
(160,179,208)
#AFBFD7
(175,191,215)
#BECBDE
(190,203,222)
#CDD7E5
(205,215,229)
#DCE3EC
(220,227,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5577AD color. Also use rgb(85,119,173) instead hex code.

Text Font Color

.myTextColor { color: #5577AD; }

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

This text font color is #5577AD.


Background Color

.myBgColor { background-color: #5577AD; }

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

This div background color is #5577AD.


Border color

.myBorderColor { border: 1px solid #5577AD; }

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

This div border color is #5577AD.


Opacity

.myOpacity80 { color: #5577AD; opacity: 0.8; }

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

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

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

This text has shadow with #5577AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5577AD on black background.


Color preview on white background

This text has color #5577AD on white background.



Black color preview on #5577AD background

This text has black color on #5577AD background.


White color preview on #5577AD background

This text has white color on #5577AD background.