COLOR #597DE0

HEX: #597DE0
RGB: (89,125,224)

Color info

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

RGB color model

#597DE0 color RGB value is (89,125,224).

  • red value is 89;
  • green value is 125;
  • blue value is 224.
RGB:
(89,125,224)
(35%,49%,88%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 224 of 255 = 88%

89
125
224

R + G + B ~ 57%. #597DE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 125 + 224 = 438 (100%)
R 89 of 438 ~ 20.32%
G 125 of 438 ~ 28.54%
B 224 of 438 ~ 51.14%

%20.32
%28.54
%51.14

CMYK color model

#597DE0 color CMYK value is (60,44,0,12).

  • cyan value is 60.27%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(60,44,0,12)
C60M44Y0K12 
(60%,44%,0%,12%)
(0.60/0.44/0.00/0.12)	

CMYK percentages

%60.27
%44.2
%0
%12.16

Codes

Color #597DE0 in popluar color models

597DE0
RGB89125224
HSL224°68.53%61.37%
HSB/HSV224°60.27%87.84%
CMYK60.27%44.20%0.00%
12.16%

Color #597DE0 in popluar number systems.

HEX597DE0
Decimal89125224
Binary1011001111110111100000
Octal131175340

Shades and tints

Shades of #597DE0

#597DE0
(89,125,224)
#5172CC
(81,114,204)
#4967B8
(73,103,184)
#415CA4
(65,92,164)
#395190
(57,81,144)
#31467C
(49,70,124)
#293B68
(41,59,104)
#213054
(33,48,84)
#192540
(25,37,64)
#111A2C
(17,26,44)
#090F18
(9,15,24)
#000000
(0,0,0)

Tints of #597DE0

#597DE0
(89,125,224)
#6888E2
(104,136,226)
#7793E4
(119,147,228)
#869EE6
(134,158,230)
#95A9E8
(149,169,232)
#A4B4EA
(164,180,234)
#B3BFEC
(179,191,236)
#C2CAEE
(194,202,238)
#D1D5F0
(209,213,240)
#E0E0F2
(224,224,242)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597DE0 color. Also use rgb(89,125,224) instead hex code.

Text Font Color

.myTextColor { color: #597DE0; }

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

This text font color is #597DE0.


Background Color

.myBgColor { background-color: #597DE0; }

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

This div background color is #597DE0.


Border color

.myBorderColor { border: 1px solid #597DE0; }

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

This div border color is #597DE0.


Opacity

.myOpacity80 { color: #597DE0; opacity: 0.8; }

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

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

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

This text has shadow with #597DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597DE0 on black background.


Color preview on white background

This text has color #597DE0 on white background.



Black color preview on #597DE0 background

This text has black color on #597DE0 background.


White color preview on #597DE0 background

This text has white color on #597DE0 background.