COLOR #5A75AF

HEX: #5A75AF
RGB: (90,117,175)

Color info

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

RGB color model

#5A75AF color RGB value is (90,117,175).

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

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 175 of 255 = 69%

90
117
175

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

Portions of RGB colors in percentages

R + G + B =
90 + 117 + 175 = 382 (100%)
R 90 of 382 ~ 23.56%
G 117 of 382 ~ 30.63%
B 175 of 382 ~ 45.81%

%23.56
%30.63
%45.81

CMYK color model

#5A75AF color CMYK value is (49,33,0,31).

  • cyan value is 48.57%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(49,33,0,31)
C49M33Y0K31 
(49%,33%,0%,31%)
(0.49/0.33/0.00/0.31)	

CMYK percentages

%48.57
%33.14
%0
%31.37

Codes

Color #5A75AF in popluar color models

5A75AF
RGB90117175
HSL221°34.69%51.96%
HSB/HSV221°48.57%68.63%
CMYK48.57%33.14%0.00%
31.37%

Color #5A75AF in popluar number systems.

HEX5A75AF
Decimal90117175
Binary1011010111010110101111
Octal132165257

Shades and tints

Shades of #5A75AF

#5A75AF
(90,117,175)
#526BA0
(82,107,160)
#4A6191
(74,97,145)
#425782
(66,87,130)
#3A4D73
(58,77,115)
#324364
(50,67,100)
#2A3955
(42,57,85)
#222F46
(34,47,70)
#1A2537
(26,37,55)
#121B28
(18,27,40)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #5A75AF

#5A75AF
(90,117,175)
#6981B6
(105,129,182)
#788DBD
(120,141,189)
#8799C4
(135,153,196)
#96A5CB
(150,165,203)
#A5B1D2
(165,177,210)
#B4BDD9
(180,189,217)
#C3C9E0
(195,201,224)
#D2D5E7
(210,213,231)
#E1E1EE
(225,225,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A75AF; }

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

This text font color is #5A75AF.


Background Color

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

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

This div background color is #5A75AF.


Border color

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

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

This div border color is #5A75AF.


Opacity

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

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

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

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

This text has shadow with #5A75AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A75AF on black background.


Color preview on white background

This text has color #5A75AF on white background.



Black color preview on #5A75AF background

This text has black color on #5A75AF background.


White color preview on #5A75AF background

This text has white color on #5A75AF background.