COLOR #506EB4

HEX: #506EB4
RGB: (80,110,180)

Renk bilgisi

#506EB4 contains mainly blue color. #506EB4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#506EB4 color RGB value is (80,110,180).

  • kırmız ton 80;
  • yeşil ton 110;
  • mavi ton 180.
RGB:
(80,110,180)
(31%,43%,71%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 110 of 255 = 43%
B 180 of 255 = 71%

80
110
180

R + G + B ~ 48%. #506EB4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 110 + 180 = 370 (100%)
R 80 of 370 ~ 21.62%
G 110 of 370 ~ 29.73%
B 180 of 370 ~ 48.65%

%21.62
%29.73
%48.65

CMYK RENK MODELİ

#506EB4 rengi CMYK tonu (56,39,0,29).

  • camgöbeği tonu 55.56%
  • eflatun tonu 38.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(56,39,0,29)
C56M39Y0K29 
(56%,39%,0%,29%)
(0.56/0.39/0.00/0.29)	

CMYK yüzdeleri

%55.56
%38.89
%0
%29.41

Codes

Color #506EB4 in popluar color models

506EB4
RGB80110180
HSL222°40.00%50.98%
HSB/HSV222°55.56%70.59%
CMYK55.56%38.89%0.00%
29.41%

Color #506EB4 in popluar number systems.

HEX506EB4
Decimal80110180
Binary1010000110111010110100
Octal120156264

Shades and tints

Shades of #506EB4

#506EB4
(80,110,180)
#4964A4
(73,100,164)
#425A94
(66,90,148)
#3B5084
(59,80,132)
#344674
(52,70,116)
#2D3C64
(45,60,100)
#263254
(38,50,84)
#1F2844
(31,40,68)
#181E34
(24,30,52)
#111424
(17,20,36)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #506EB4

#506EB4
(80,110,180)
#5F7BBA
(95,123,186)
#6E88C0
(110,136,192)
#7D95C6
(125,149,198)
#8CA2CC
(140,162,204)
#9BAFD2
(155,175,210)
#AABCD8
(170,188,216)
#B9C9DE
(185,201,222)
#C8D6E4
(200,214,228)
#D7E3EA
(215,227,234)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506EB4 color. Also use rgb(80,110,180) instead hex code.

Text Font Color

.myTextColor { color: #506EB4; }

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

This text font color is #506EB4.


Background Color

.myBgColor { background-color: #506EB4; }

<div style="background-color:#506EB4">Inner text</div>

This div background color is #506EB4.


Border color

.myBorderColor { border: 1px solid #506EB4; }

<div style="border:3px solid #506EB4">Div</div>

This div border color is #506EB4.


Opacity

.myOpacity80 { color: #506EB4; opacity: 0.8; }

<p style="color:#506EB4;opacity:0.8;">80%</p>

Text with #506EB4 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 #506EB4;}

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

This text has shadow with #506EB4 color.

.textShadow {text-shadow: 3px 3px 1px #506EB4, 3px 3px 1px red;}

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

This text has shadow with #506EB4 primary color and red secondary color.


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

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

This text has shadow with #506EB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506EB4 on black background.


Color preview on white background

This text has color #506EB4 on white background.



Black color preview on #506EB4 background

This text has black color on #506EB4 background.


White color preview on #506EB4 background

This text has white color on #506EB4 background.