COLOR #505F87

HEX: #505F87
RGB: (80,95,135)

Renk bilgisi

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

RGB renk modeli

#505F87 color RGB value is (80,95,135).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 95 of 255 = 37%
B 135 of 255 = 53%

80
95
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 95 + 135 = 310 (100%)
R 80 of 310 ~ 25.81%
G 95 of 310 ~ 30.65%
B 135 of 310 ~ 43.55%

%25.81
%30.65
%43.55

CMYK RENK MODELİ

#505F87 rengi CMYK tonu (41,30,0,47).

  • camgöbeği tonu 40.74%
  • eflatun tonu 29.63%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(41,30,0,47)
C41M30Y0K47 
(41%,30%,0%,47%)
(0.41/0.30/0.00/0.47)	

CMYK yüzdeleri

%40.74
%29.63
%0
%47.06

Codes

Color #505F87 in popluar color models

505F87
RGB8095135
HSL224°25.58%42.16%
HSB/HSV224°40.74%52.94%
CMYK40.74%29.63%0.00%
47.06%

Color #505F87 in popluar number systems.

HEX505F87
Decimal8095135
Binary1010000101111110000111
Octal120137207

Shades and tints

Shades of #505F87

#505F87
(80,95,135)
#49577B
(73,87,123)
#424F6F
(66,79,111)
#3B4763
(59,71,99)
#343F57
(52,63,87)
#2D374B
(45,55,75)
#262F3F
(38,47,63)
#1F2733
(31,39,51)
#181F27
(24,31,39)
#11171B
(17,23,27)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #505F87

#505F87
(80,95,135)
#5F6D91
(95,109,145)
#6E7B9B
(110,123,155)
#7D89A5
(125,137,165)
#8C97AF
(140,151,175)
#9BA5B9
(155,165,185)
#AAB3C3
(170,179,195)
#B9C1CD
(185,193,205)
#C8CFD7
(200,207,215)
#D7DDE1
(215,221,225)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F87; }

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

This text font color is #505F87.


Background Color

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

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

This div background color is #505F87.


Border color

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

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

This div border color is #505F87.


Opacity

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

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

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

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

This text has shadow with #505F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F87 on black background.


Color preview on white background

This text has color #505F87 on white background.



Black color preview on #505F87 background

This text has black color on #505F87 background.


White color preview on #505F87 background

This text has white color on #505F87 background.