COLOR #593ED4

HEX: #593ED4
RGB: (89,62,212)

Renk bilgisi

#593ED4 contains mainly blue color. #593ED4 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#593ED4 color RGB value is (89,62,212).

  • kırmız ton 89;
  • yeşil ton 62;
  • mavi ton 212.
RGB:
(89,62,212)
(35%,24%,83%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 62 of 255 = 24%
B 212 of 255 = 83%

89
62
212

R + G + B ~ 47%. #593ED4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 62 + 212 = 363 (100%)
R 89 of 363 ~ 24.52%
G 62 of 363 ~ 17.08%
B 212 of 363 ~ 58.4%

%24.52
%17.08
%58.4

CMYK RENK MODELİ

#593ED4 rengi CMYK tonu (58,71,0,17).

  • camgöbeği tonu 58.02%
  • eflatun tonu 70.75%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(58,71,0,17)
C58M71Y0K17 
(58%,71%,0%,17%)
(0.58/0.71/0.00/0.17)	

CMYK yüzdeleri

%58.02
%70.75
%0
%16.86

Codes

Color #593ED4 in popluar color models

593ED4
RGB8962212
HSL251°63.56%53.73%
HSB/HSV251°70.75%83.14%
CMYK58.02%70.75%0.00%
16.86%

Color #593ED4 in popluar number systems.

HEX593ED4
Decimal8962212
Binary101100111111011010100
Octal13176324

Shades and tints

Shades of #593ED4

#593ED4
(89,62,212)
#5139C1
(81,57,193)
#4934AE
(73,52,174)
#412F9B
(65,47,155)
#392A88
(57,42,136)
#312575
(49,37,117)
#292062
(41,32,98)
#211B4F
(33,27,79)
#19163C
(25,22,60)
#111129
(17,17,41)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #593ED4

#593ED4
(89,62,212)
#684FD7
(104,79,215)
#7760DA
(119,96,218)
#8671DD
(134,113,221)
#9582E0
(149,130,224)
#A493E3
(164,147,227)
#B3A4E6
(179,164,230)
#C2B5E9
(194,181,233)
#D1C6EC
(209,198,236)
#E0D7EF
(224,215,239)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593ED4 color. Also use rgb(89,62,212) instead hex code.

Text Font Color

.myTextColor { color: #593ED4; }

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

This text font color is #593ED4.


Background Color

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

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

This div background color is #593ED4.


Border color

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

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

This div border color is #593ED4.


Opacity

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

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

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

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

This text has shadow with #593ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593ED4 on black background.


Color preview on white background

This text has color #593ED4 on white background.



Black color preview on #593ED4 background

This text has black color on #593ED4 background.


White color preview on #593ED4 background

This text has white color on #593ED4 background.