COLOR #597A92

HEX: #597A92
RGB: (89,122,146)

Color info

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

RGB color model

#597A92 color RGB value is (89,122,146).

  • red value is 89;
  • green value is 122;
  • blue value is 146.
RGB:
(89,122,146)
(35%,48%,57%)

RGB channels and saturation

R 89 of 255 = 35%
G 122 of 255 = 48%
B 146 of 255 = 57%

89
122
146

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

Portions of RGB colors in percentages

R + G + B =
89 + 122 + 146 = 357 (100%)
R 89 of 357 ~ 24.93%
G 122 of 357 ~ 34.17%
B 146 of 357 ~ 40.9%

%24.93
%34.17
%40.9

CMYK color model

#597A92 color CMYK value is (39,16,0,43).

  • cyan value is 39.04%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(39,16,0,43)
C39M16Y0K43 
(39%,16%,0%,43%)
(0.39/0.16/0.00/0.43)	

CMYK percentages

%39.04
%16.44
%0
%42.75

Codes

Color #597A92 in popluar color models

597A92
RGB89122146
HSL205°24.26%46.08%
HSB/HSV205°39.04%57.25%
CMYK39.04%16.44%0.00%
42.75%

Color #597A92 in popluar number systems.

HEX597A92
Decimal89122146
Binary1011001111101010010010
Octal131172222

Shades and tints

Shades of #597A92

#597A92
(89,122,146)
#516F85
(81,111,133)
#496478
(73,100,120)
#41596B
(65,89,107)
#394E5E
(57,78,94)
#314351
(49,67,81)
#293844
(41,56,68)
#212D37
(33,45,55)
#19222A
(25,34,42)
#11171D
(17,23,29)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #597A92

#597A92
(89,122,146)
#68869B
(104,134,155)
#7792A4
(119,146,164)
#869EAD
(134,158,173)
#95AAB6
(149,170,182)
#A4B6BF
(164,182,191)
#B3C2C8
(179,194,200)
#C2CED1
(194,206,209)
#D1DADA
(209,218,218)
#E0E6E3
(224,230,227)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597A92 color. Also use rgb(89,122,146) instead hex code.

Text Font Color

.myTextColor { color: #597A92; }

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

This text font color is #597A92.


Background Color

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

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

This div background color is #597A92.


Border color

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

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

This div border color is #597A92.


Opacity

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

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

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

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

This text has shadow with #597A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597A92 on black background.


Color preview on white background

This text has color #597A92 on white background.



Black color preview on #597A92 background

This text has black color on #597A92 background.


White color preview on #597A92 background

This text has white color on #597A92 background.