COLOR #505090

HEX: #505090
RGB: (80,80,144)

Renk bilgisi

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

RGB renk modeli

#505090 color RGB value is (80,80,144).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 80 of 255 = 31%
B 144 of 255 = 56%

80
80
144

R + G + B ~ 39%. #505090 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 144 = 304 (100%)
R 80 of 304 ~ 26.32%
G 80 of 304 ~ 26.32%
B 144 of 304 ~ 47.37%

%26.32
%26.32
%47.37

CMYK RENK MODELİ

#505090 rengi CMYK tonu (44,44,0,44).

  • camgöbeği tonu 44.44%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(44,44,0,44)
C44M44Y0K44 
(44%,44%,0%,44%)
(0.44/0.44/0.00/0.44)	

CMYK yüzdeleri

%44.44
%44.44
%0
%43.53

Codes

Color #505090 in popluar color models

505090
RGB8080144
HSL240°28.57%43.92%
HSB/HSV240°44.44%56.47%
CMYK44.44%44.44%0.00%
43.53%

Color #505090 in popluar number systems.

HEX505090
Decimal8080144
Binary1010000101000010010000
Octal120120220

Shades and tints

Shades of #505090

#505090
(80,80,144)
#494983
(73,73,131)
#424276
(66,66,118)
#3B3B69
(59,59,105)
#34345C
(52,52,92)
#2D2D4F
(45,45,79)
#262642
(38,38,66)
#1F1F35
(31,31,53)
#181828
(24,24,40)
#11111B
(17,17,27)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #505090

#505090
(80,80,144)
#5F5F9A
(95,95,154)
#6E6EA4
(110,110,164)
#7D7DAE
(125,125,174)
#8C8CB8
(140,140,184)
#9B9BC2
(155,155,194)
#AAAACC
(170,170,204)
#B9B9D6
(185,185,214)
#C8C8E0
(200,200,224)
#D7D7EA
(215,215,234)
#E6E6F4
(230,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505090; }

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

This text font color is #505090.


Background Color

.myBgColor { background-color: #505090; }

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

This div background color is #505090.


Border color

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

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

This div border color is #505090.


Opacity

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

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

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

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

This text has shadow with #505090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505090 on black background.


Color preview on white background

This text has color #505090 on white background.



Black color preview on #505090 background

This text has black color on #505090 background.


White color preview on #505090 background

This text has white color on #505090 background.