COLOR #595EDC

HEX: #595EDC
RGB: (89,94,220)

Color info

#595EDC contains mainly blue color. Web safe color of #595EDC is #6666CC (or #66C).

RGB color model

#595EDC color RGB value is (89,94,220).

  • red value is 89;
  • green value is 94;
  • blue value is 220.
RGB:
(89,94,220)
(35%,37%,86%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 220 of 255 = 86%

89
94
220

R + G + B ~ 53%. #595EDC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 94 + 220 = 403 (100%)
R 89 of 403 ~ 22.08%
G 94 of 403 ~ 23.33%
B 220 of 403 ~ 54.59%

%22.08
%23.33
%54.59

CMYK color model

#595EDC color CMYK value is (60,57,0,14).

  • cyan value is 59.55%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(60,57,0,14)
C60M57Y0K14 
(60%,57%,0%,14%)
(0.60/0.57/0.00/0.14)	

CMYK percentages

%59.55
%57.27
%0
%13.73

Codes

Color #595EDC in popluar color models

595EDC
RGB8994220
HSL238°65.17%60.59%
HSB/HSV238°59.55%86.27%
CMYK59.55%57.27%0.00%
13.73%

Color #595EDC in popluar number systems.

HEX595EDC
Decimal8994220
Binary1011001101111011011100
Octal131136334

Shades and tints

Shades of #595EDC

#595EDC
(89,94,220)
#5156C8
(81,86,200)
#494EB4
(73,78,180)
#4146A0
(65,70,160)
#393E8C
(57,62,140)
#313678
(49,54,120)
#292E64
(41,46,100)
#212650
(33,38,80)
#191E3C
(25,30,60)
#111628
(17,22,40)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #595EDC

#595EDC
(89,94,220)
#686CDF
(104,108,223)
#777AE2
(119,122,226)
#8688E5
(134,136,229)
#9596E8
(149,150,232)
#A4A4EB
(164,164,235)
#B3B2EE
(179,178,238)
#C2C0F1
(194,192,241)
#D1CEF4
(209,206,244)
#E0DCF7
(224,220,247)
#EFEAFA
(239,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595EDC color. Also use rgb(89,94,220) instead hex code.

Text Font Color

.myTextColor { color: #595EDC; }

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

This text font color is #595EDC.


Background Color

.myBgColor { background-color: #595EDC; }

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

This div background color is #595EDC.


Border color

.myBorderColor { border: 1px solid #595EDC; }

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

This div border color is #595EDC.


Opacity

.myOpacity80 { color: #595EDC; opacity: 0.8; }

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

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

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

This text has shadow with #595EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595EDC on black background.


Color preview on white background

This text has color #595EDC on white background.



Black color preview on #595EDC background

This text has black color on #595EDC background.


White color preview on #595EDC background

This text has white color on #595EDC background.