COLOR #5A7597

HEX: #5A7597 RGB: (90,117,151)

Color info

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

RGB color model

#5A7597 color RGB value is (90,117,151).

RGB: (90,117,151) (35%, 46%, 59%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 151 of 255 = 59%

90
117
151

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 151 = 358 (100%)
R 90 of 358 ~ 25.14%
G 117 of 358 ~ 32.68%
B 151 of 358 ~ 42.18'%

%25.14
%32.68
%42.18

CMYK color model

#5A7597 color CMYK value is (40,23,0,41).

  • cyan value is 40.40%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (40,23,0,41)
C40M23Y0K41 (40%, 23%, 0%, 41%)
(0.40 / 0.23 / 0.00 / 0.41)

CMYK percentages

%40.4
%22.52
%0
%40.78

Codes

Color #5A7597 in popluar color models

5A 75 97
RGB 90 117 151
HSL 213° 25.31% 47.25%
HSB/HSV 213° 40.40% 59.22%
CMYK 40.40% 22.52% 0.00%
40.78%

Color #5A7597 in popluar number systems.

HEX 5A 75 97
Decimal 90 117 151
Binary 1011010 1110101 10010111
Octal 132 165 227

Shades and tints

Shades of #5A7597

#5A7597
(90,117,151)
#526B8A
(82,107,138)
#4A617D
(74,97,125)
#425770
(66,87,112)
#3A4D63
(58,77,99)
#324356
(50,67,86)
#2A3949
(42,57,73)
#222F3C
(34,47,60)
#1A252F
(26,37,47)
#121B22
(18,27,34)
#0A1115
(10,17,21)
#000000
(0,0,0)

Tints of #5A7597

#5A7597
(90,117,151)
#6981A0
(105,129,160)
#788DA9
(120,141,169)
#8799B2
(135,153,178)
#96A5BB
(150,165,187)
#A5B1C4
(165,177,196)
#B4BDCD
(180,189,205)
#C3C9D6
(195,201,214)
#D2D5DF
(210,213,223)
#E1E1E8
(225,225,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7597 color. Also use rgb(90,117,151) instead hex code.

Text Font Color

.myTextColor { color: #5A7597; }

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

This text font color is #5A7597.

Background Color

.myBgColor { background-color: #5A7597; }

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

This div background color is #5A7597.

Border color

.myBorderColor { border: 1px solid #5A7597; }

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

This div border color is #5A7597.

Opacity

.myOpacity80 { color: #5A7597; opacity: 0.8; }

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

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

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

This text has shadow with #5A7597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7597.

Preview

Color preview on black background

This text has color #5A7597 on black background.


Color preview on white background

This text has color #5A7597 on white background.


Black color preview on #5A7597 background

This text has black color on #5A7597 background.


White color preview on #5A7597 background

This text has white color on #5A7597 background.


Related colors

Complementary color

Complementary color for #hex is #A58A68.


I love getcolorcode.com

Triadic colors

1 #975A75 and #75975A with #5A7597 are triadic colors.

2 #97755A and #755A97 with #5A7597 are triadic colors.