COLOR #5A75A3

HEX: #5A75A3
RGB: (90,117,163)

Color info

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

RGB color model

#5A75A3 color RGB value is (90,117,163).

  • red value is 90;
  • green value is 117;
  • blue value is 163.
RGB:
(90,117,163)
(35%,46%,64%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 163 of 255 = 64%

90
117
163

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

Portions of RGB colors in percentages

R + G + B =
90 + 117 + 163 = 370 (100%)
R 90 of 370 ~ 24.32%
G 117 of 370 ~ 31.62%
B 163 of 370 ~ 44.05%

%24.32
%31.62
%44.05

CMYK color model

#5A75A3 color CMYK value is (45,28,0,36).

  • cyan value is 44.79%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(45,28,0,36)
C45M28Y0K36 
(45%,28%,0%,36%)
(0.45/0.28/0.00/0.36)	

CMYK percentages

%44.79
%28.22
%0
%36.08

Codes

Color #5A75A3 in popluar color models

5A75A3
RGB90117163
HSL218°28.85%49.61%
HSB/HSV218°44.79%63.92%
CMYK44.79%28.22%0.00%
36.08%

Color #5A75A3 in popluar number systems.

HEX5A75A3
Decimal90117163
Binary1011010111010110100011
Octal132165243

Shades and tints

Shades of #5A75A3

#5A75A3
(90,117,163)
#526B95
(82,107,149)
#4A6187
(74,97,135)
#425779
(66,87,121)
#3A4D6B
(58,77,107)
#32435D
(50,67,93)
#2A394F
(42,57,79)
#222F41
(34,47,65)
#1A2533
(26,37,51)
#121B25
(18,27,37)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #5A75A3

#5A75A3
(90,117,163)
#6981AB
(105,129,171)
#788DB3
(120,141,179)
#8799BB
(135,153,187)
#96A5C3
(150,165,195)
#A5B1CB
(165,177,203)
#B4BDD3
(180,189,211)
#C3C9DB
(195,201,219)
#D2D5E3
(210,213,227)
#E1E1EB
(225,225,235)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A75A3; }

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

This text font color is #5A75A3.


Background Color

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

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

This div background color is #5A75A3.


Border color

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

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

This div border color is #5A75A3.


Opacity

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

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

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

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

This text has shadow with #5A75A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A75A3 on black background.


Color preview on white background

This text has color #5A75A3 on white background.



Black color preview on #5A75A3 background

This text has black color on #5A75A3 background.


White color preview on #5A75A3 background

This text has white color on #5A75A3 background.