COLOR #505A88

HEX: #505A88
RGB: (80,90,136)

Renk bilgisi

#505A88 contains red, green and blue colors in about the same proportion. #505A88 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#505A88 color RGB value is (80,90,136).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 90 of 255 = 35%
B 136 of 255 = 53%

80
90
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 90 + 136 = 306 (100%)
R 80 of 306 ~ 26.14%
G 90 of 306 ~ 29.41%
B 136 of 306 ~ 44.44%

%26.14
%29.41
%44.44

CMYK RENK MODELİ

#505A88 rengi CMYK tonu (41,34,0,47).

  • camgöbeği tonu 41.18%
  • eflatun tonu 33.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(41,34,0,47)
C41M34Y0K47 
(41%,34%,0%,47%)
(0.41/0.34/0.00/0.47)	

CMYK yüzdeleri

%41.18
%33.82
%0
%46.67

Codes

Color #505A88 in popluar color models

505A88
RGB8090136
HSL229°25.93%42.35%
HSB/HSV229°41.18%53.33%
CMYK41.18%33.82%0.00%
46.67%

Color #505A88 in popluar number systems.

HEX505A88
Decimal8090136
Binary1010000101101010001000
Octal120132210

Shades and tints

Shades of #505A88

#505A88
(80,90,136)
#49527C
(73,82,124)
#424A70
(66,74,112)
#3B4264
(59,66,100)
#343A58
(52,58,88)
#2D324C
(45,50,76)
#262A40
(38,42,64)
#1F2234
(31,34,52)
#181A28
(24,26,40)
#11121C
(17,18,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #505A88

#505A88
(80,90,136)
#5F6992
(95,105,146)
#6E789C
(110,120,156)
#7D87A6
(125,135,166)
#8C96B0
(140,150,176)
#9BA5BA
(155,165,186)
#AAB4C4
(170,180,196)
#B9C3CE
(185,195,206)
#C8D2D8
(200,210,216)
#D7E1E2
(215,225,226)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A88; }

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

This text font color is #505A88.


Background Color

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

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

This div background color is #505A88.


Border color

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

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

This div border color is #505A88.


Opacity

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

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

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

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

This text has shadow with #505A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A88 on black background.


Color preview on white background

This text has color #505A88 on white background.



Black color preview on #505A88 background

This text has black color on #505A88 background.


White color preview on #505A88 background

This text has white color on #505A88 background.