COLOR #505887

HEX: #505887
RGB: (80,88,135)

Renk bilgisi

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

RGB renk modeli

#505887 color RGB value is (80,88,135).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 88 of 255 = 35%
B 135 of 255 = 53%

80
88
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 88 + 135 = 303 (100%)
R 80 of 303 ~ 26.4%
G 88 of 303 ~ 29.04%
B 135 of 303 ~ 44.55%

%26.4
%29.04
%44.55

CMYK RENK MODELİ

#505887 rengi CMYK tonu (41,35,0,47).

  • camgöbeği tonu 40.74%
  • eflatun tonu 34.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(41,35,0,47)
C41M35Y0K47 
(41%,35%,0%,47%)
(0.41/0.35/0.00/0.47)	

CMYK yüzdeleri

%40.74
%34.81
%0
%47.06

Codes

Color #505887 in popluar color models

505887
RGB8088135
HSL231°25.58%42.16%
HSB/HSV231°40.74%52.94%
CMYK40.74%34.81%0.00%
47.06%

Color #505887 in popluar number systems.

HEX505887
Decimal8088135
Binary1010000101100010000111
Octal120130207

Shades and tints

Shades of #505887

#505887
(80,88,135)
#49507B
(73,80,123)
#42486F
(66,72,111)
#3B4063
(59,64,99)
#343857
(52,56,87)
#2D304B
(45,48,75)
#26283F
(38,40,63)
#1F2033
(31,32,51)
#181827
(24,24,39)
#11101B
(17,16,27)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #505887

#505887
(80,88,135)
#5F6791
(95,103,145)
#6E769B
(110,118,155)
#7D85A5
(125,133,165)
#8C94AF
(140,148,175)
#9BA3B9
(155,163,185)
#AAB2C3
(170,178,195)
#B9C1CD
(185,193,205)
#C8D0D7
(200,208,215)
#D7DFE1
(215,223,225)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505887; }

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

This text font color is #505887.


Background Color

.myBgColor { background-color: #505887; }

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

This div background color is #505887.


Border color

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

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

This div border color is #505887.


Opacity

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

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

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

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

This text has shadow with #505887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505887 on black background.


Color preview on white background

This text has color #505887 on white background.



Black color preview on #505887 background

This text has black color on #505887 background.


White color preview on #505887 background

This text has white color on #505887 background.