COLOR #595DD7

HEX: #595DD7
RGB: (89,93,215)

Color info

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

RGB color model

#595DD7 color RGB value is (89,93,215).

  • red value is 89;
  • green value is 93;
  • blue value is 215.
RGB:
(89,93,215)
(35%,36%,84%)

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 215 of 255 = 84%

89
93
215

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

Portions of RGB colors in percentages

R + G + B =
89 + 93 + 215 = 397 (100%)
R 89 of 397 ~ 22.42%
G 93 of 397 ~ 23.43%
B 215 of 397 ~ 54.16%

%22.42
%23.43
%54.16

CMYK color model

#595DD7 color CMYK value is (59,57,0,16).

  • cyan value is 58.60%
  • magenta value is 56.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(59,57,0,16)
C59M57Y0K16 
(59%,57%,0%,16%)
(0.59/0.57/0.00/0.16)	

CMYK percentages

%58.6
%56.74
%0
%15.69

Codes

Color #595DD7 in popluar color models

595DD7
RGB8993215
HSL238°61.17%59.61%
HSB/HSV238°58.60%84.31%
CMYK58.60%56.74%0.00%
15.69%

Color #595DD7 in popluar number systems.

HEX595DD7
Decimal8993215
Binary1011001101110111010111
Octal131135327

Shades and tints

Shades of #595DD7

#595DD7
(89,93,215)
#5155C4
(81,85,196)
#494DB1
(73,77,177)
#41459E
(65,69,158)
#393D8B
(57,61,139)
#313578
(49,53,120)
#292D65
(41,45,101)
#212552
(33,37,82)
#191D3F
(25,29,63)
#11152C
(17,21,44)
#090D19
(9,13,25)
#000000
(0,0,0)

Tints of #595DD7

#595DD7
(89,93,215)
#686BDA
(104,107,218)
#7779DD
(119,121,221)
#8687E0
(134,135,224)
#9595E3
(149,149,227)
#A4A3E6
(164,163,230)
#B3B1E9
(179,177,233)
#C2BFEC
(194,191,236)
#D1CDEF
(209,205,239)
#E0DBF2
(224,219,242)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595DD7 color. Also use rgb(89,93,215) instead hex code.

Text Font Color

.myTextColor { color: #595DD7; }

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

This text font color is #595DD7.


Background Color

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

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

This div background color is #595DD7.


Border color

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

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

This div border color is #595DD7.


Opacity

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

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

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

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

This text has shadow with #595DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595DD7 on black background.


Color preview on white background

This text has color #595DD7 on white background.



Black color preview on #595DD7 background

This text has black color on #595DD7 background.


White color preview on #595DD7 background

This text has white color on #595DD7 background.