COLOR #530E66

HEX: #530E66
RGB: (83,14,102)

Renk bilgisi

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

RGB renk modeli

#530E66 color RGB value is (83,14,102).

  • kırmız ton 83;
  • yeşil ton 14;
  • mavi ton 102.
RGB:
(83,14,102)
(33%,5%,40%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 14 of 255 = 5%
B 102 of 255 = 40%

83
14
102

R + G + B ~ 26%. #530E66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 14 + 102 = 199 (100%)
R 83 of 199 ~ 41.71%
G 14 of 199 ~ 7.04%
B 102 of 199 ~ 51.26%

%41.71
%51.26

CMYK RENK MODELİ

#530E66 rengi CMYK tonu (19,86,0,60).

  • camgöbeği tonu 18.63%
  • eflatun tonu 86.27%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(19,86,0,60)
C19M86Y0K60 
(19%,86%,0%,60%)
(0.19/0.86/0.00/0.60)	

CMYK yüzdeleri

%18.63
%86.27
%0
%60

Codes

Color #530E66 in popluar color models

530E66
RGB8314102
HSL287°75.86%22.75%
HSB/HSV287°86.27%40.00%
CMYK18.63%86.27%0.00%
60.00%

Color #530E66 in popluar number systems.

HEX530E66
Decimal8314102
Binary101001111101100110
Octal12316146

Shades and tints

Shades of #530E66

#530E66
(83,14,102)
#4C0D5D
(76,13,93)
#450C54
(69,12,84)
#3E0B4B
(62,11,75)
#370A42
(55,10,66)
#300939
(48,9,57)
#290830
(41,8,48)
#220727
(34,7,39)
#1B061E
(27,6,30)
#140515
(20,5,21)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #530E66

#530E66
(83,14,102)
#622373
(98,35,115)
#713880
(113,56,128)
#804D8D
(128,77,141)
#8F629A
(143,98,154)
#9E77A7
(158,119,167)
#AD8CB4
(173,140,180)
#BCA1C1
(188,161,193)
#CBB6CE
(203,182,206)
#DACBDB
(218,203,219)
#E9E0E8
(233,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530E66 color. Also use rgb(83,14,102) instead hex code.

Text Font Color

.myTextColor { color: #530E66; }

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

This text font color is #530E66.


Background Color

.myBgColor { background-color: #530E66; }

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

This div background color is #530E66.


Border color

.myBorderColor { border: 1px solid #530E66; }

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

This div border color is #530E66.


Opacity

.myOpacity80 { color: #530E66; opacity: 0.8; }

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

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

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

This text has shadow with #530E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530E66 on black background.


Color preview on white background

This text has color #530E66 on white background.



Black color preview on #530E66 background

This text has black color on #530E66 background.


White color preview on #530E66 background

This text has white color on #530E66 background.