COLOR #530069

HEX: #530069
RGB: (83,0,105)

Renk bilgisi

#530069 contains only red and blue colors. #530069 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#530069 color RGB value is (83,0,105).

  • kırmız ton 83;
  • yeşil ton 0;
  • mavi ton 105.
RGB:
(83,0,105)
(33%,0%,41%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 0 of 255 = 0%
B 105 of 255 = 41%

83
0
105

R + G + B ~ 25%. #530069 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 0 + 105 = 188 (100%)
R 83 of 188 ~ 44.15%
G 0 of 188 ~ 0%
B 105 of 188 ~ 55.85%

%44.15
%55.85

CMYK RENK MODELİ

#530069 rengi CMYK tonu (21,100,0,59).

  • camgöbeği tonu 20.95%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(21,100,0,59)
C21M100Y0K59 
(21%,100%,0%,59%)
(0.21/1.00/0.00/0.59)	

CMYK yüzdeleri

%20.95
%100
%0
%58.82

Codes

Color #530069 in popluar color models

530069
RGB830105
HSL287°100.00%20.59%
HSB/HSV287°100.00%41.18%
CMYK20.95%100.00%0.00%
58.82%

Color #530069 in popluar number systems.

HEX530069
Decimal830105
Binary101001101101001
Octal1230151

Shades and tints

Shades of #530069

#530069
(83,0,105)
#4C0060
(76,0,96)
#450057
(69,0,87)
#3E004E
(62,0,78)
#370045
(55,0,69)
#30003C
(48,0,60)
#290033
(41,0,51)
#22002A
(34,0,42)
#1B0021
(27,0,33)
#140018
(20,0,24)
#0D000F
(13,0,15)
#000000
(0,0,0)

Tints of #530069

#530069
(83,0,105)
#621776
(98,23,118)
#712E83
(113,46,131)
#804590
(128,69,144)
#8F5C9D
(143,92,157)
#9E73AA
(158,115,170)
#AD8AB7
(173,138,183)
#BCA1C4
(188,161,196)
#CBB8D1
(203,184,209)
#DACFDE
(218,207,222)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530069 color. Also use rgb(83,0,105) instead hex code.

Text Font Color

.myTextColor { color: #530069; }

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

This text font color is #530069.


Background Color

.myBgColor { background-color: #530069; }

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

This div background color is #530069.


Border color

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

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

This div border color is #530069.


Opacity

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

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

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

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

This text has shadow with #530069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530069 on black background.


Color preview on white background

This text has color #530069 on white background.



Black color preview on #530069 background

This text has black color on #530069 background.


White color preview on #530069 background

This text has white color on #530069 background.