COLOR #5A6788

HEX: #5A6788
RGB: (90,103,136)

Color info

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

RGB color model

#5A6788 color RGB value is (90,103,136).

  • red value is 90;
  • green value is 103;
  • blue value is 136.
RGB:
(90,103,136)
(35%,40%,53%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 136 of 255 = 53%

90
103
136

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

Portions of RGB colors in percentages

R + G + B =
90 + 103 + 136 = 329 (100%)
R 90 of 329 ~ 27.36%
G 103 of 329 ~ 31.31%
B 136 of 329 ~ 41.34%

%27.36
%31.31
%41.34

CMYK color model

#5A6788 color CMYK value is (34,24,0,47).

  • cyan value is 33.82%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(34,24,0,47)
C34M24Y0K47 
(34%,24%,0%,47%)
(0.34/0.24/0.00/0.47)	

CMYK percentages

%33.82
%24.26
%0
%46.67

Codes

Color #5A6788 in popluar color models

5A6788
RGB90103136
HSL223°20.35%44.31%
HSB/HSV223°33.82%53.33%
CMYK33.82%24.26%0.00%
46.67%

Color #5A6788 in popluar number systems.

HEX5A6788
Decimal90103136
Binary1011010110011110001000
Octal132147210

Shades and tints

Shades of #5A6788

#5A6788
(90,103,136)
#525E7C
(82,94,124)
#4A5570
(74,85,112)
#424C64
(66,76,100)
#3A4358
(58,67,88)
#323A4C
(50,58,76)
#2A3140
(42,49,64)
#222834
(34,40,52)
#1A1F28
(26,31,40)
#12161C
(18,22,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A6788

#5A6788
(90,103,136)
#697492
(105,116,146)
#78819C
(120,129,156)
#878EA6
(135,142,166)
#969BB0
(150,155,176)
#A5A8BA
(165,168,186)
#B4B5C4
(180,181,196)
#C3C2CE
(195,194,206)
#D2CFD8
(210,207,216)
#E1DCE2
(225,220,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6788 color. Also use rgb(90,103,136) instead hex code.

Text Font Color

.myTextColor { color: #5A6788; }

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

This text font color is #5A6788.


Background Color

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

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

This div background color is #5A6788.


Border color

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

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

This div border color is #5A6788.


Opacity

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

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

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

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

This text has shadow with #5A6788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6788 on black background.


Color preview on white background

This text has color #5A6788 on white background.



Black color preview on #5A6788 background

This text has black color on #5A6788 background.


White color preview on #5A6788 background

This text has white color on #5A6788 background.