COLOR #597C95

HEX: #597C95
RGB: (89,124,149)

Color info

#597C95 contains mainly green and blue colors. Web safe color of #597C95 is #666699 (or #669).

RGB color model

#597C95 color RGB value is (89,124,149).

  • red value is 89;
  • green value is 124;
  • blue value is 149.
RGB:
(89,124,149)
(35%,49%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 124 of 255 = 49%
B 149 of 255 = 58%

89
124
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 124 + 149 = 362 (100%)
R 89 of 362 ~ 24.59%
G 124 of 362 ~ 34.25%
B 149 of 362 ~ 41.16%

%24.59
%34.25
%41.16

CMYK color model

#597C95 color CMYK value is (40,17,0,42).

  • cyan value is 40.27%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(40,17,0,42)
C40M17Y0K42 
(40%,17%,0%,42%)
(0.40/0.17/0.00/0.42)	

CMYK percentages

%40.27
%16.78
%0
%41.57

Codes

Color #597C95 in popluar color models

597C95
RGB89124149
HSL205°25.21%46.67%
HSB/HSV205°40.27%58.43%
CMYK40.27%16.78%0.00%
41.57%

Color #597C95 in popluar number systems.

HEX597C95
Decimal89124149
Binary1011001111110010010101
Octal131174225

Shades and tints

Shades of #597C95

#597C95
(89,124,149)
#517188
(81,113,136)
#49667B
(73,102,123)
#415B6E
(65,91,110)
#395061
(57,80,97)
#314554
(49,69,84)
#293A47
(41,58,71)
#212F3A
(33,47,58)
#19242D
(25,36,45)
#111920
(17,25,32)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #597C95

#597C95
(89,124,149)
#68879E
(104,135,158)
#7792A7
(119,146,167)
#869DB0
(134,157,176)
#95A8B9
(149,168,185)
#A4B3C2
(164,179,194)
#B3BECB
(179,190,203)
#C2C9D4
(194,201,212)
#D1D4DD
(209,212,221)
#E0DFE6
(224,223,230)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597C95 color. Also use rgb(89,124,149) instead hex code.

Text Font Color

.myTextColor { color: #597C95; }

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

This text font color is #597C95.


Background Color

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

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

This div background color is #597C95.


Border color

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

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

This div border color is #597C95.


Opacity

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

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

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

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

This text has shadow with #597C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597C95 on black background.


Color preview on white background

This text has color #597C95 on white background.



Black color preview on #597C95 background

This text has black color on #597C95 background.


White color preview on #597C95 background

This text has white color on #597C95 background.