COLOR #5050A4

HEX: #5050A4
RGB: (80,80,164)

Renk bilgisi

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

RGB renk modeli

#5050A4 color RGB value is (80,80,164).

  • kırmız ton 80;
  • yeşil ton 80;
  • mavi ton 164.
RGB:
(80,80,164)
(31%,31%,64%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 80 of 255 = 31%
B 164 of 255 = 64%

80
80
164

R + G + B ~ 42%. #5050A4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 164 = 324 (100%)
R 80 of 324 ~ 24.69%
G 80 of 324 ~ 24.69%
B 164 of 324 ~ 50.62%

%24.69
%24.69
%50.62

CMYK RENK MODELİ

#5050A4 rengi CMYK tonu (51,51,0,36).

  • camgöbeği tonu 51.22%
  • eflatun tonu 51.22%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(51,51,0,36)
C51M51Y0K36 
(51%,51%,0%,36%)
(0.51/0.51/0.00/0.36)	

CMYK yüzdeleri

%51.22
%51.22
%0
%35.69

Codes

Color #5050A4 in popluar color models

5050A4
RGB8080164
HSL240°34.43%47.84%
HSB/HSV240°51.22%64.31%
CMYK51.22%51.22%0.00%
35.69%

Color #5050A4 in popluar number systems.

HEX5050A4
Decimal8080164
Binary1010000101000010100100
Octal120120244

Shades and tints

Shades of #5050A4

#5050A4
(80,80,164)
#494996
(73,73,150)
#424288
(66,66,136)
#3B3B7A
(59,59,122)
#34346C
(52,52,108)
#2D2D5E
(45,45,94)
#262650
(38,38,80)
#1F1F42
(31,31,66)
#181834
(24,24,52)
#111126
(17,17,38)
#0A0A18
(10,10,24)
#000000
(0,0,0)

Tints of #5050A4

#5050A4
(80,80,164)
#5F5FAC
(95,95,172)
#6E6EB4
(110,110,180)
#7D7DBC
(125,125,188)
#8C8CC4
(140,140,196)
#9B9BCC
(155,155,204)
#AAAAD4
(170,170,212)
#B9B9DC
(185,185,220)
#C8C8E4
(200,200,228)
#D7D7EC
(215,215,236)
#E6E6F4
(230,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5050A4 color. Also use rgb(80,80,164) instead hex code.

Text Font Color

.myTextColor { color: #5050A4; }

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

This text font color is #5050A4.


Background Color

.myBgColor { background-color: #5050A4; }

<div style="background-color:#5050A4">Inner text</div>

This div background color is #5050A4.


Border color

.myBorderColor { border: 1px solid #5050A4; }

<div style="border:3px solid #5050A4">Div</div>

This div border color is #5050A4.


Opacity

.myOpacity80 { color: #5050A4; opacity: 0.8; }

<p style="color:#5050A4;opacity:0.8;">80%</p>

Text with #5050A4 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 #5050A4;}

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

This text has shadow with #5050A4 color.

.textShadow {text-shadow: 3px 3px 1px #5050A4, 3px 3px 1px red;}

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

This text has shadow with #5050A4 primary color and red secondary color.


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

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

This text has shadow with #5050A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5050A4 on black background.


Color preview on white background

This text has color #5050A4 on white background.



Black color preview on #5050A4 background

This text has black color on #5050A4 background.


White color preview on #5050A4 background

This text has white color on #5050A4 background.