COLOR #5A7AC4

HEX: #5A7AC4 RGB: (90,122,196)

Color info

#5A7AC4 contains mainly blue color. Web safe color of #5A7AC4 is #6666CC (or #66C).

RGB color model

#5A7AC4 color RGB value is (90,122,196).

RGB: (90,122,196) (35%, 48%, 77%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 196 of 255 = 77%

90
122
196

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

Portions of RGB colors in percentages

R + G + B = 90 + 122 + 196 = 408 (100%)
R 90 of 408 ~ 22.06%
G 122 of 408 ~ 29.9%
B 196 of 408 ~ 48.04'%

%22.06
%29.9
%48.04

CMYK color model

#5A7AC4 color CMYK value is (54,38,0,23).

  • cyan value is 54.08%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (54,38,0,23)
C54M38Y0K23 (54%, 38%, 0%, 23%)
(0.54 / 0.38 / 0.00 / 0.23)

CMYK percentages

%54.08
%37.76
%0
%23.14

Codes

Color #5A7AC4 in popluar color models

5A 7A C4
RGB 90 122 196
HSL 222° 47.32% 56.08%
HSB/HSV 222° 54.08% 76.86%
CMYK 54.08% 37.76% 0.00%
23.14%

Color #5A7AC4 in popluar number systems.

HEX 5A 7A C4
Decimal 90 122 196
Binary 1011010 1111010 11000100
Octal 132 172 304

Shades and tints

Shades of #5A7AC4

#5A7AC4
(90,122,196)
#526FB3
(82,111,179)
#4A64A2
(74,100,162)
#425991
(66,89,145)
#3A4E80
(58,78,128)
#32436F
(50,67,111)
#2A385E
(42,56,94)
#222D4D
(34,45,77)
#1A223C
(26,34,60)
#12172B
(18,23,43)
#0A0C1A
(10,12,26)
#000000
(0,0,0)

Tints of #5A7AC4

#5A7AC4
(90,122,196)
#6986C9
(105,134,201)
#7892CE
(120,146,206)
#879ED3
(135,158,211)
#96AAD8
(150,170,216)
#A5B6DD
(165,182,221)
#B4C2E2
(180,194,226)
#C3CEE7
(195,206,231)
#D2DAEC
(210,218,236)
#E1E6F1
(225,230,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7AC4 color. Also use rgb(90,122,196) instead hex code.

Text Font Color

.myTextColor { color: #5A7AC4; }

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

This text font color is #5A7AC4.

Background Color

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

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

This div background color is #5A7AC4.

Border color

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

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

This div border color is #5A7AC4.

Opacity

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

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

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

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

This text has shadow with #5A7AC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7AC4.

Preview

Color preview on black background

This text has color #5A7AC4 on black background.


Color preview on white background

This text has color #5A7AC4 on white background.


Black color preview on #5A7AC4 background

This text has black color on #5A7AC4 background.


White color preview on #5A7AC4 background

This text has white color on #5A7AC4 background.


Related colors

Complementary color

Complementary color for #hex is #A5853B.


I love getcolorcode.com

Triadic colors

1 #C45A7A and #7AC45A with #5A7AC4 are triadic colors.

2 #C47A5A and #7A5AC4 with #5A7AC4 are triadic colors.