COLOR #593C80

HEX: #593C80
RGB: (89,60,128)

Renk bilgisi

#593C80 contains mainly red and blue colors. #593C80 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#593C80 color RGB value is (89,60,128).

  • kırmız ton 89;
  • yeşil ton 60;
  • mavi ton 128.
RGB:
(89,60,128)
(35%,24%,50%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 128 of 255 = 50%

89
60
128

R + G + B ~ 36%. #593C80 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 128 = 277 (100%)
R 89 of 277 ~ 32.13%
G 60 of 277 ~ 21.66%
B 128 of 277 ~ 46.21%

%32.13
%21.66
%46.21

CMYK RENK MODELİ

#593C80 rengi CMYK tonu (30,53,0,50).

  • camgöbeği tonu 30.47%
  • eflatun tonu 53.13%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(30,53,0,50)
C30M53Y0K50 
(30%,53%,0%,50%)
(0.30/0.53/0.00/0.50)	

CMYK yüzdeleri

%30.47
%53.13
%0
%49.8

Codes

Color #593C80 in popluar color models

593C80
RGB8960128
HSL266°36.17%36.86%
HSB/HSV266°53.13%50.20%
CMYK30.47%53.13%0.00%
49.80%

Color #593C80 in popluar number systems.

HEX593C80
Decimal8960128
Binary101100111110010000000
Octal13174200

Shades and tints

Shades of #593C80

#593C80
(89,60,128)
#513775
(81,55,117)
#49326A
(73,50,106)
#412D5F
(65,45,95)
#392854
(57,40,84)
#312349
(49,35,73)
#291E3E
(41,30,62)
#211933
(33,25,51)
#191428
(25,20,40)
#110F1D
(17,15,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #593C80

#593C80
(89,60,128)
#684D8B
(104,77,139)
#775E96
(119,94,150)
#866FA1
(134,111,161)
#9580AC
(149,128,172)
#A491B7
(164,145,183)
#B3A2C2
(179,162,194)
#C2B3CD
(194,179,205)
#D1C4D8
(209,196,216)
#E0D5E3
(224,213,227)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593C80 color. Also use rgb(89,60,128) instead hex code.

Text Font Color

.myTextColor { color: #593C80; }

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

This text font color is #593C80.


Background Color

.myBgColor { background-color: #593C80; }

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

This div background color is #593C80.


Border color

.myBorderColor { border: 1px solid #593C80; }

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

This div border color is #593C80.


Opacity

.myOpacity80 { color: #593C80; opacity: 0.8; }

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

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

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

This text has shadow with #593C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C80 on black background.


Color preview on white background

This text has color #593C80 on white background.



Black color preview on #593C80 background

This text has black color on #593C80 background.


White color preview on #593C80 background

This text has white color on #593C80 background.