COLOR #5A7284

HEX: #5A7284
RGB: (90,114,132)

Color info

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

RGB color model

#5A7284 color RGB value is (90,114,132).

  • red value is 90;
  • green value is 114;
  • blue value is 132.
RGB:
(90,114,132)
(35%,45%,52%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 132 of 255 = 52%

90
114
132

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

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 132 = 336 (100%)
R 90 of 336 ~ 26.79%
G 114 of 336 ~ 33.93%
B 132 of 336 ~ 39.29%

%26.79
%33.93
%39.29

CMYK color model

#5A7284 color CMYK value is (32,14,0,48).

  • cyan value is 31.82%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(32,14,0,48)
C32M14Y0K48 
(32%,14%,0%,48%)
(0.32/0.14/0.00/0.48)	

CMYK percentages

%31.82
%13.64
%0
%48.24

Codes

Color #5A7284 in popluar color models

5A7284
RGB90114132
HSL206°18.92%43.53%
HSB/HSV206°31.82%51.76%
CMYK31.82%13.64%0.00%
48.24%

Color #5A7284 in popluar number systems.

HEX5A7284
Decimal90114132
Binary1011010111001010000100
Octal132162204

Shades and tints

Shades of #5A7284

#5A7284
(90,114,132)
#526878
(82,104,120)
#4A5E6C
(74,94,108)
#425460
(66,84,96)
#3A4A54
(58,74,84)
#324048
(50,64,72)
#2A363C
(42,54,60)
#222C30
(34,44,48)
#1A2224
(26,34,36)
#121818
(18,24,24)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A7284

#5A7284
(90,114,132)
#697E8F
(105,126,143)
#788A9A
(120,138,154)
#8796A5
(135,150,165)
#96A2B0
(150,162,176)
#A5AEBB
(165,174,187)
#B4BAC6
(180,186,198)
#C3C6D1
(195,198,209)
#D2D2DC
(210,210,220)
#E1DEE7
(225,222,231)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7284 color. Also use rgb(90,114,132) instead hex code.

Text Font Color

.myTextColor { color: #5A7284; }

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

This text font color is #5A7284.


Background Color

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

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

This div background color is #5A7284.


Border color

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

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

This div border color is #5A7284.


Opacity

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

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

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

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

This text has shadow with #5A7284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7284 on black background.


Color preview on white background

This text has color #5A7284 on white background.



Black color preview on #5A7284 background

This text has black color on #5A7284 background.


White color preview on #5A7284 background

This text has white color on #5A7284 background.