COLOR #593C85

HEX: #593C85
RGB: (89,60,133)

Renk bilgisi

#593C85 contains mainly red and blue colors. #593C85 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#593C85 color RGB value is (89,60,133).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 133 of 255 = 52%

89
60
133

R + G + B ~ 37%. #593C85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 133 = 282 (100%)
R 89 of 282 ~ 31.56%
G 60 of 282 ~ 21.28%
B 133 of 282 ~ 47.16%

%31.56
%21.28
%47.16

CMYK RENK MODELİ

#593C85 rengi CMYK tonu (33,55,0,48).

  • camgöbeği tonu 33.08%
  • eflatun tonu 54.89%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(33,55,0,48)
C33M55Y0K48 
(33%,55%,0%,48%)
(0.33/0.55/0.00/0.48)	

CMYK yüzdeleri

%33.08
%54.89
%0
%47.84

Codes

Color #593C85 in popluar color models

593C85
RGB8960133
HSL264°37.82%37.84%
HSB/HSV264°54.89%52.16%
CMYK33.08%54.89%0.00%
47.84%

Color #593C85 in popluar number systems.

HEX593C85
Decimal8960133
Binary101100111110010000101
Octal13174205

Shades and tints

Shades of #593C85

#593C85
(89,60,133)
#513779
(81,55,121)
#49326D
(73,50,109)
#412D61
(65,45,97)
#392855
(57,40,85)
#312349
(49,35,73)
#291E3D
(41,30,61)
#211931
(33,25,49)
#191425
(25,20,37)
#110F19
(17,15,25)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #593C85

#593C85
(89,60,133)
#684D90
(104,77,144)
#775E9B
(119,94,155)
#866FA6
(134,111,166)
#9580B1
(149,128,177)
#A491BC
(164,145,188)
#B3A2C7
(179,162,199)
#C2B3D2
(194,179,210)
#D1C4DD
(209,196,221)
#E0D5E8
(224,213,232)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593C85; }

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

This text font color is #593C85.


Background Color

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

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

This div background color is #593C85.


Border color

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

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

This div border color is #593C85.


Opacity

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

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

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

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

This text has shadow with #593C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C85 on black background.


Color preview on white background

This text has color #593C85 on white background.



Black color preview on #593C85 background

This text has black color on #593C85 background.


White color preview on #593C85 background

This text has white color on #593C85 background.