COLOR #5A6697

HEX: #5A6697 RGB: (90,102,151)

Color info

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

RGB color model

#5A6697 color RGB value is (90,102,151).

RGB: (90,102,151) (35%, 40%, 59%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 151 of 255 = 59%

90
102
151

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

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 151 = 343 (100%)
R 90 of 343 ~ 26.24%
G 102 of 343 ~ 29.74%
B 151 of 343 ~ 44.02'%

%26.24
%29.74
%44.02

CMYK color model

#5A6697 color CMYK value is (40,32,0,41).

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

CMYK: (40,32,0,41)
C40M32Y0K41 (40%, 32%, 0%, 41%)
(0.40 / 0.32 / 0.00 / 0.41)

CMYK percentages

%40.4
%32.45
%0
%40.78

Codes

Color #5A6697 in popluar color models

5A 66 97
RGB 90 102 151
HSL 228° 25.31% 47.25%
HSB/HSV 228° 40.40% 59.22%
CMYK 40.40% 32.45% 0.00%
40.78%

Color #5A6697 in popluar number systems.

HEX 5A 66 97
Decimal 90 102 151
Binary 1011010 1100110 10010111
Octal 132 146 227

Shades and tints

Shades of #5A6697

#5A6697
(90,102,151)
#525D8A
(82,93,138)
#4A547D
(74,84,125)
#424B70
(66,75,112)
#3A4263
(58,66,99)
#323956
(50,57,86)
#2A3049
(42,48,73)
#22273C
(34,39,60)
#1A1E2F
(26,30,47)
#121522
(18,21,34)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #5A6697

#5A6697
(90,102,151)
#6973A0
(105,115,160)
#7880A9
(120,128,169)
#878DB2
(135,141,178)
#969ABB
(150,154,187)
#A5A7C4
(165,167,196)
#B4B4CD
(180,180,205)
#C3C1D6
(195,193,214)
#D2CEDF
(210,206,223)
#E1DBE8
(225,219,232)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6697; }

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

This text font color is #5A6697.

Background Color

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

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

This div background color is #5A6697.

Border color

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

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

This div border color is #5A6697.

Opacity

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

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

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

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

This text has shadow with #5A6697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6697.

Preview

Color preview on black background

This text has color #5A6697 on black background.


Color preview on white background

This text has color #5A6697 on white background.


Black color preview on #5A6697 background

This text has black color on #5A6697 background.


White color preview on #5A6697 background

This text has white color on #5A6697 background.


Related colors

Complementary color

Complementary color for #hex is #A59968.


I love getcolorcode.com

Triadic colors

1 #975A66 and #66975A with #5A6697 are triadic colors.

2 #97665A and #665A97 with #5A6697 are triadic colors.