COLOR #5774B0

HEX: #5774B0
RGB: (87,116,176)

Renk bilgisi

#5774B0 contains mainly blue color. #5774B0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5774B0 color RGB value is (87,116,176).

  • kırmız ton 87;
  • yeşil ton 116;
  • mavi ton 176.
RGB:
(87,116,176)
(34%,45%,69%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 116 of 255 = 45%
B 176 of 255 = 69%

87
116
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 116 + 176 = 379 (100%)
R 87 of 379 ~ 22.96%
G 116 of 379 ~ 30.61%
B 176 of 379 ~ 46.44%

%22.96
%30.61
%46.44

CMYK RENK MODELİ

#5774B0 rengi CMYK tonu (51,34,0,31).

  • camgöbeği tonu 50.57%
  • eflatun tonu 34.09%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(51,34,0,31)
C51M34Y0K31 
(51%,34%,0%,31%)
(0.51/0.34/0.00/0.31)	

CMYK yüzdeleri

%50.57
%34.09
%0
%30.98

Codes

Color #5774B0 in popluar color models

5774B0
RGB87116176
HSL220°36.03%51.57%
HSB/HSV220°50.57%69.02%
CMYK50.57%34.09%0.00%
30.98%

Color #5774B0 in popluar number systems.

HEX5774B0
Decimal87116176
Binary1010111111010010110000
Octal127164260

Shades and tints

Shades of #5774B0

#5774B0
(87,116,176)
#506AA0
(80,106,160)
#496090
(73,96,144)
#425680
(66,86,128)
#3B4C70
(59,76,112)
#344260
(52,66,96)
#2D3850
(45,56,80)
#262E40
(38,46,64)
#1F2430
(31,36,48)
#181A20
(24,26,32)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #5774B0

#5774B0
(87,116,176)
#6680B7
(102,128,183)
#758CBE
(117,140,190)
#8498C5
(132,152,197)
#93A4CC
(147,164,204)
#A2B0D3
(162,176,211)
#B1BCDA
(177,188,218)
#C0C8E1
(192,200,225)
#CFD4E8
(207,212,232)
#DEE0EF
(222,224,239)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5774B0 color. Also use rgb(87,116,176) instead hex code.

Text Font Color

.myTextColor { color: #5774B0; }

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

This text font color is #5774B0.


Background Color

.myBgColor { background-color: #5774B0; }

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

This div background color is #5774B0.


Border color

.myBorderColor { border: 1px solid #5774B0; }

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

This div border color is #5774B0.


Opacity

.myOpacity80 { color: #5774B0; opacity: 0.8; }

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

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

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

This text has shadow with #5774B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5774B0 on black background.


Color preview on white background

This text has color #5774B0 on white background.



Black color preview on #5774B0 background

This text has black color on #5774B0 background.


White color preview on #5774B0 background

This text has white color on #5774B0 background.