COLOR #505099

HEX: #505099
RGB: (80,80,153)

Renk bilgisi

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

RGB renk modeli

#505099 color RGB value is (80,80,153).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 80 of 255 = 31%
B 153 of 255 = 60%

80
80
153

R + G + B ~ 41%. #505099 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 153 = 313 (100%)
R 80 of 313 ~ 25.56%
G 80 of 313 ~ 25.56%
B 153 of 313 ~ 48.88%

%25.56
%25.56
%48.88

CMYK RENK MODELİ

#505099 rengi CMYK tonu (48,48,0,40).

  • camgöbeği tonu 47.71%
  • eflatun tonu 47.71%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(48,48,0,40)
C48M48Y0K40 
(48%,48%,0%,40%)
(0.48/0.48/0.00/0.40)	

CMYK yüzdeleri

%47.71
%47.71
%0
%40

Codes

Color #505099 in popluar color models

505099
RGB8080153
HSL240°31.33%45.69%
HSB/HSV240°47.71%60.00%
CMYK47.71%47.71%0.00%
40.00%

Color #505099 in popluar number systems.

HEX505099
Decimal8080153
Binary1010000101000010011001
Octal120120231

Shades and tints

Shades of #505099

#505099
(80,80,153)
#49498C
(73,73,140)
#42427F
(66,66,127)
#3B3B72
(59,59,114)
#343465
(52,52,101)
#2D2D58
(45,45,88)
#26264B
(38,38,75)
#1F1F3E
(31,31,62)
#181831
(24,24,49)
#111124
(17,17,36)
#0A0A17
(10,10,23)
#000000
(0,0,0)

Tints of #505099

#505099
(80,80,153)
#5F5FA2
(95,95,162)
#6E6EAB
(110,110,171)
#7D7DB4
(125,125,180)
#8C8CBD
(140,140,189)
#9B9BC6
(155,155,198)
#AAAACF
(170,170,207)
#B9B9D8
(185,185,216)
#C8C8E1
(200,200,225)
#D7D7EA
(215,215,234)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505099; }

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

This text font color is #505099.


Background Color

.myBgColor { background-color: #505099; }

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

This div background color is #505099.


Border color

.myBorderColor { border: 1px solid #505099; }

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

This div border color is #505099.


Opacity

.myOpacity80 { color: #505099; opacity: 0.8; }

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

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

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

This text has shadow with #505099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505099 on black background.


Color preview on white background

This text has color #505099 on white background.



Black color preview on #505099 background

This text has black color on #505099 background.


White color preview on #505099 background

This text has white color on #505099 background.