COLOR #500085

HEX: #500085
RGB: (80,0,133)

Renk bilgisi

#500085 contains only red and blue colors. #500085 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#500085 color RGB value is (80,0,133).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 0 of 255 = 0%
B 133 of 255 = 52%

80
0
133

R + G + B ~ 28%. #500085 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 0 + 133 = 213 (100%)
R 80 of 213 ~ 37.56%
G 0 of 213 ~ 0%
B 133 of 213 ~ 62.44%

%37.56
%62.44

CMYK RENK MODELİ

#500085 rengi CMYK tonu (40,100,0,48).

  • camgöbeği tonu 39.85%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(40,100,0,48)
C40M100Y0K48 
(40%,100%,0%,48%)
(0.40/1.00/0.00/0.48)	

CMYK yüzdeleri

%39.85
%100
%0
%47.84

Codes

Color #500085 in popluar color models

500085
RGB800133
HSL276°100.00%26.08%
HSB/HSV276°100.00%52.16%
CMYK39.85%100.00%0.00%
47.84%

Color #500085 in popluar number systems.

HEX500085
Decimal800133
Binary1010000010000101
Octal1200205

Shades and tints

Shades of #500085

#500085
(80,0,133)
#490079
(73,0,121)
#42006D
(66,0,109)
#3B0061
(59,0,97)
#340055
(52,0,85)
#2D0049
(45,0,73)
#26003D
(38,0,61)
#1F0031
(31,0,49)
#180025
(24,0,37)
#110019
(17,0,25)
#0A000D
(10,0,13)
#000000
(0,0,0)

Tints of #500085

#500085
(80,0,133)
#5F1790
(95,23,144)
#6E2E9B
(110,46,155)
#7D45A6
(125,69,166)
#8C5CB1
(140,92,177)
#9B73BC
(155,115,188)
#AA8AC7
(170,138,199)
#B9A1D2
(185,161,210)
#C8B8DD
(200,184,221)
#D7CFE8
(215,207,232)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500085; }

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

This text font color is #500085.


Background Color

.myBgColor { background-color: #500085; }

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

This div background color is #500085.


Border color

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

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

This div border color is #500085.


Opacity

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

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

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

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

This text has shadow with #500085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500085 on black background.


Color preview on white background

This text has color #500085 on white background.



Black color preview on #500085 background

This text has black color on #500085 background.


White color preview on #500085 background

This text has white color on #500085 background.