COLOR #505AB0

HEX: #505AB0
RGB: (80,90,176)

Renk bilgisi

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

RGB renk modeli

#505AB0 color RGB value is (80,90,176).

  • kırmız ton 80;
  • yeşil ton 90;
  • mavi ton 176.
RGB:
(80,90,176)
(31%,35%,69%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 90 of 255 = 35%
B 176 of 255 = 69%

80
90
176

R + G + B ~ 45%. #505AB0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 90 + 176 = 346 (100%)
R 80 of 346 ~ 23.12%
G 90 of 346 ~ 26.01%
B 176 of 346 ~ 50.87%

%23.12
%26.01
%50.87

CMYK RENK MODELİ

#505AB0 rengi CMYK tonu (55,49,0,31).

  • camgöbeği tonu 54.55%
  • eflatun tonu 48.86%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(55,49,0,31)
C55M49Y0K31 
(55%,49%,0%,31%)
(0.55/0.49/0.00/0.31)	

CMYK yüzdeleri

%54.55
%48.86
%0
%30.98

Codes

Color #505AB0 in popluar color models

505AB0
RGB8090176
HSL234°37.80%50.20%
HSB/HSV234°54.55%69.02%
CMYK54.55%48.86%0.00%
30.98%

Color #505AB0 in popluar number systems.

HEX505AB0
Decimal8090176
Binary1010000101101010110000
Octal120132260

Shades and tints

Shades of #505AB0

#505AB0
(80,90,176)
#4952A0
(73,82,160)
#424A90
(66,74,144)
#3B4280
(59,66,128)
#343A70
(52,58,112)
#2D3260
(45,50,96)
#262A50
(38,42,80)
#1F2240
(31,34,64)
#181A30
(24,26,48)
#111220
(17,18,32)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #505AB0

#505AB0
(80,90,176)
#5F69B7
(95,105,183)
#6E78BE
(110,120,190)
#7D87C5
(125,135,197)
#8C96CC
(140,150,204)
#9BA5D3
(155,165,211)
#AAB4DA
(170,180,218)
#B9C3E1
(185,195,225)
#C8D2E8
(200,210,232)
#D7E1EF
(215,225,239)
#E6F0F6
(230,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505AB0 color. Also use rgb(80,90,176) instead hex code.

Text Font Color

.myTextColor { color: #505AB0; }

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

This text font color is #505AB0.


Background Color

.myBgColor { background-color: #505AB0; }

<div style="background-color:#505AB0">Inner text</div>

This div background color is #505AB0.


Border color

.myBorderColor { border: 1px solid #505AB0; }

<div style="border:3px solid #505AB0">Div</div>

This div border color is #505AB0.


Opacity

.myOpacity80 { color: #505AB0; opacity: 0.8; }

<p style="color:#505AB0;opacity:0.8;">80%</p>

Text with #505AB0 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 #505AB0;}

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

This text has shadow with #505AB0 color.

.textShadow {text-shadow: 3px 3px 1px #505AB0, 3px 3px 1px red;}

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

This text has shadow with #505AB0 primary color and red secondary color.


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

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

This text has shadow with #505AB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505AB0 on black background.


Color preview on white background

This text has color #505AB0 on white background.



Black color preview on #505AB0 background

This text has black color on #505AB0 background.


White color preview on #505AB0 background

This text has white color on #505AB0 background.