COLOR #593D8D

HEX: #593D8D
RGB: (89,61,141)

Renk bilgisi

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

RGB renk modeli

#593D8D color RGB value is (89,61,141).

  • kırmız ton 89;
  • yeşil ton 61;
  • mavi ton 141.
RGB:
(89,61,141)
(35%,24%,55%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 61 of 255 = 24%
B 141 of 255 = 55%

89
61
141

R + G + B ~ 38%. #593D8D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 61 + 141 = 291 (100%)
R 89 of 291 ~ 30.58%
G 61 of 291 ~ 20.96%
B 141 of 291 ~ 48.45%

%30.58
%20.96
%48.45

CMYK RENK MODELİ

#593D8D rengi CMYK tonu (37,57,0,45).

  • camgöbeği tonu 36.88%
  • eflatun tonu 56.74%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(37,57,0,45)
C37M57Y0K45 
(37%,57%,0%,45%)
(0.37/0.57/0.00/0.45)	

CMYK yüzdeleri

%36.88
%56.74
%0
%44.71

Codes

Color #593D8D in popluar color models

593D8D
RGB8961141
HSL261°39.60%39.61%
HSB/HSV261°56.74%55.29%
CMYK36.88%56.74%0.00%
44.71%

Color #593D8D in popluar number systems.

HEX593D8D
Decimal8961141
Binary101100111110110001101
Octal13175215

Shades and tints

Shades of #593D8D

#593D8D
(89,61,141)
#513881
(81,56,129)
#493375
(73,51,117)
#412E69
(65,46,105)
#39295D
(57,41,93)
#312451
(49,36,81)
#291F45
(41,31,69)
#211A39
(33,26,57)
#19152D
(25,21,45)
#111021
(17,16,33)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #593D8D

#593D8D
(89,61,141)
#684E97
(104,78,151)
#775FA1
(119,95,161)
#8670AB
(134,112,171)
#9581B5
(149,129,181)
#A492BF
(164,146,191)
#B3A3C9
(179,163,201)
#C2B4D3
(194,180,211)
#D1C5DD
(209,197,221)
#E0D6E7
(224,214,231)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593D8D color. Also use rgb(89,61,141) instead hex code.

Text Font Color

.myTextColor { color: #593D8D; }

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

This text font color is #593D8D.


Background Color

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

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

This div background color is #593D8D.


Border color

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

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

This div border color is #593D8D.


Opacity

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

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

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

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

This text has shadow with #593D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D8D on black background.


Color preview on white background

This text has color #593D8D on white background.



Black color preview on #593D8D background

This text has black color on #593D8D background.


White color preview on #593D8D background

This text has white color on #593D8D background.