COLOR #505D87

HEX: #505D87
RGB: (80,93,135)

Renk bilgisi

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

RGB renk modeli

#505D87 color RGB value is (80,93,135).

  • kırmız ton 80;
  • yeşil ton 93;
  • mavi ton 135.
RGB:
(80,93,135)
(31%,36%,53%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 93 of 255 = 36%
B 135 of 255 = 53%

80
93
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 93 + 135 = 308 (100%)
R 80 of 308 ~ 25.97%
G 93 of 308 ~ 30.19%
B 135 of 308 ~ 43.83%

%25.97
%30.19
%43.83

CMYK RENK MODELİ

#505D87 rengi CMYK tonu (41,31,0,47).

  • camgöbeği tonu 40.74%
  • eflatun tonu 31.11%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(41,31,0,47)
C41M31Y0K47 
(41%,31%,0%,47%)
(0.41/0.31/0.00/0.47)	

CMYK yüzdeleri

%40.74
%31.11
%0
%47.06

Codes

Color #505D87 in popluar color models

505D87
RGB8093135
HSL226°25.58%42.16%
HSB/HSV226°40.74%52.94%
CMYK40.74%31.11%0.00%
47.06%

Color #505D87 in popluar number systems.

HEX505D87
Decimal8093135
Binary1010000101110110000111
Octal120135207

Shades and tints

Shades of #505D87

#505D87
(80,93,135)
#49557B
(73,85,123)
#424D6F
(66,77,111)
#3B4563
(59,69,99)
#343D57
(52,61,87)
#2D354B
(45,53,75)
#262D3F
(38,45,63)
#1F2533
(31,37,51)
#181D27
(24,29,39)
#11151B
(17,21,27)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #505D87

#505D87
(80,93,135)
#5F6B91
(95,107,145)
#6E799B
(110,121,155)
#7D87A5
(125,135,165)
#8C95AF
(140,149,175)
#9BA3B9
(155,163,185)
#AAB1C3
(170,177,195)
#B9BFCD
(185,191,205)
#C8CDD7
(200,205,215)
#D7DBE1
(215,219,225)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D87 color. Also use rgb(80,93,135) instead hex code.

Text Font Color

.myTextColor { color: #505D87; }

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

This text font color is #505D87.


Background Color

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

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

This div background color is #505D87.


Border color

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

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

This div border color is #505D87.


Opacity

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

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

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

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

This text has shadow with #505D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D87 on black background.


Color preview on white background

This text has color #505D87 on white background.



Black color preview on #505D87 background

This text has black color on #505D87 background.


White color preview on #505D87 background

This text has white color on #505D87 background.