COLOR #597CB5

HEX: #597CB5 RGB: (89,124,181)

Color info

#597CB5 contains mainly green and blue colors. Web safe color of #597CB5 is #6666CC (or #66C).

RGB color model

#597CB5 color RGB value is (89,124,181).

RGB: (89,124,181) (35%, 49%, 71%)

RGB channels and saturation

R 89 of 255 = 35%
G 124 of 255 = 49%
B 181 of 255 = 71%

89
124
181

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

Portions of RGB colors in percentages

R + G + B = 89 + 124 + 181 = 394 (100%)
R 89 of 394 ~ 22.59%
G 124 of 394 ~ 31.47%
B 181 of 394 ~ 45.94'%

%22.59
%31.47
%45.94

CMYK color model

#597CB5 color CMYK value is (51,31,0,29).

  • cyan value is 50.83%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (51,31,0,29)
C51M31Y0K29 (51%, 31%, 0%, 29%)
(0.51 / 0.31 / 0.00 / 0.29)

CMYK percentages

%50.83
%31.49
%0
%29.02

Codes

Color #597CB5 in popluar color models

59 7C B5
RGB 89 124 181
HSL 217° 38.33% 52.94%
HSB/HSV 217° 50.83% 70.98%
CMYK 50.83% 31.49% 0.00%
29.02%

Color #597CB5 in popluar number systems.

HEX 59 7C B5
Decimal 89 124 181
Binary 1011001 1111100 10110101
Octal 131 174 265

Shades and tints

Shades of #597CB5

#597CB5
(89,124,181)
#5171A5
(81,113,165)
#496695
(73,102,149)
#415B85
(65,91,133)
#395075
(57,80,117)
#314565
(49,69,101)
#293A55
(41,58,85)
#212F45
(33,47,69)
#192435
(25,36,53)
#111925
(17,25,37)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #597CB5

#597CB5
(89,124,181)
#6887BB
(104,135,187)
#7792C1
(119,146,193)
#869DC7
(134,157,199)
#95A8CD
(149,168,205)
#A4B3D3
(164,179,211)
#B3BED9
(179,190,217)
#C2C9DF
(194,201,223)
#D1D4E5
(209,212,229)
#E0DFEB
(224,223,235)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597CB5; }

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

This text font color is #597CB5.

Background Color

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

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

This div background color is #597CB5.

Border color

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

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

This div border color is #597CB5.

Opacity

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

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

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

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

This text has shadow with #597CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #597CB5.

Preview

Color preview on black background

This text has color #597CB5 on black background.


Color preview on white background

This text has color #597CB5 on white background.


Black color preview on #597CB5 background

This text has black color on #597CB5 background.


White color preview on #597CB5 background

This text has white color on #597CB5 background.


Related colors

Complementary color

Complementary color for #hex is #A6834A.


I love getcolorcode.com

Triadic colors

1 #B5597C and #7CB559 with #597CB5 are triadic colors.

2 #B57C59 and #7C59B5 with #597CB5 are triadic colors.