COLOR #593599

HEX: #593599
RGB: (89,53,153)

Renk bilgisi

#593599 contains mainly blue color. #593599 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#593599 color RGB value is (89,53,153).

  • kırmız ton 89;
  • yeşil ton 53;
  • mavi ton 153.
RGB:
(89,53,153)
(35%,21%,60%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 53 of 255 = 21%
B 153 of 255 = 60%

89
53
153

R + G + B ~ 39%. #593599 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 53 + 153 = 295 (100%)
R 89 of 295 ~ 30.17%
G 53 of 295 ~ 17.97%
B 153 of 295 ~ 51.86%

%30.17
%17.97
%51.86

CMYK RENK MODELİ

#593599 rengi CMYK tonu (42,65,0,40).

  • camgöbeği tonu 41.83%
  • eflatun tonu 65.36%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(42,65,0,40)
C42M65Y0K40 
(42%,65%,0%,40%)
(0.42/0.65/0.00/0.40)	

CMYK yüzdeleri

%41.83
%65.36
%0
%40

Codes

Color #593599 in popluar color models

593599
RGB8953153
HSL262°48.54%40.39%
HSB/HSV262°65.36%60.00%
CMYK41.83%65.36%0.00%
40.00%

Color #593599 in popluar number systems.

HEX593599
Decimal8953153
Binary101100111010110011001
Octal13165231

Shades and tints

Shades of #593599

#593599
(89,53,153)
#51318C
(81,49,140)
#492D7F
(73,45,127)
#412972
(65,41,114)
#392565
(57,37,101)
#312158
(49,33,88)
#291D4B
(41,29,75)
#21193E
(33,25,62)
#191531
(25,21,49)
#111124
(17,17,36)
#090D17
(9,13,23)
#000000
(0,0,0)

Tints of #593599

#593599
(89,53,153)
#6847A2
(104,71,162)
#7759AB
(119,89,171)
#866BB4
(134,107,180)
#957DBD
(149,125,189)
#A48FC6
(164,143,198)
#B3A1CF
(179,161,207)
#C2B3D8
(194,179,216)
#D1C5E1
(209,197,225)
#E0D7EA
(224,215,234)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593599 color. Also use rgb(89,53,153) instead hex code.

Text Font Color

.myTextColor { color: #593599; }

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

This text font color is #593599.


Background Color

.myBgColor { background-color: #593599; }

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

This div background color is #593599.


Border color

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

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

This div border color is #593599.


Opacity

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

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

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

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

This text has shadow with #593599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593599 on black background.


Color preview on white background

This text has color #593599 on white background.



Black color preview on #593599 background

This text has black color on #593599 background.


White color preview on #593599 background

This text has white color on #593599 background.