COLOR #597884

HEX: #597884
RGB: (89,120,132)

Color info

#597884 contains red, green and blue colors in about the same proportion. Web safe color of #597884 is #666699 (or #669).

RGB color model

#597884 color RGB value is (89,120,132).

  • red value is 89;
  • green value is 120;
  • blue value is 132.
RGB:
(89,120,132)
(35%,47%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 120 of 255 = 47%
B 132 of 255 = 52%

89
120
132

R + G + B ~ 45%. #597884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 120 + 132 = 341 (100%)
R 89 of 341 ~ 26.1%
G 120 of 341 ~ 35.19%
B 132 of 341 ~ 38.71%

%26.1
%35.19
%38.71

CMYK color model

#597884 color CMYK value is (33,9,0,48).

  • cyan value is 32.58%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,9,0,48)
C33M9Y0K48 
(33%,9%,0%,48%)
(0.33/0.09/0.00/0.48)	

CMYK percentages

%32.58
%9.09
%0
%48.24

Codes

Color #597884 in popluar color models

597884
RGB89120132
HSL197°19.46%43.33%
HSB/HSV197°32.58%51.76%
CMYK32.58%9.09%0.00%
48.24%

Color #597884 in popluar number systems.

HEX597884
Decimal89120132
Binary1011001111100010000100
Octal131170204

Shades and tints

Shades of #597884

#597884
(89,120,132)
#516E78
(81,110,120)
#49646C
(73,100,108)
#415A60
(65,90,96)
#395054
(57,80,84)
#314648
(49,70,72)
#293C3C
(41,60,60)
#213230
(33,50,48)
#192824
(25,40,36)
#111E18
(17,30,24)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #597884

#597884
(89,120,132)
#68848F
(104,132,143)
#77909A
(119,144,154)
#869CA5
(134,156,165)
#95A8B0
(149,168,176)
#A4B4BB
(164,180,187)
#B3C0C6
(179,192,198)
#C2CCD1
(194,204,209)
#D1D8DC
(209,216,220)
#E0E4E7
(224,228,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597884 color. Also use rgb(89,120,132) instead hex code.

Text Font Color

.myTextColor { color: #597884; }

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

This text font color is #597884.


Background Color

.myBgColor { background-color: #597884; }

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

This div background color is #597884.


Border color

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

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

This div border color is #597884.


Opacity

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

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

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

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

This text has shadow with #597884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597884 on black background.


Color preview on white background

This text has color #597884 on white background.



Black color preview on #597884 background

This text has black color on #597884 background.


White color preview on #597884 background

This text has white color on #597884 background.