COLOR #5A95C5

HEX: #5A95C5 RGB: (90,149,197)

Color info

#5A95C5 contains mainly green and blue colors. Web safe color of #5A95C5 is #6699CC (or #69C).

RGB color model

#5A95C5 color RGB value is (90,149,197).

RGB: (90,149,197) (35%, 58%, 77%)

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 197 of 255 = 77%

90
149
197

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

Portions of RGB colors in percentages

R + G + B = 90 + 149 + 197 = 436 (100%)
R 90 of 436 ~ 20.64%
G 149 of 436 ~ 34.17%
B 197 of 436 ~ 45.18'%

%20.64
%34.17
%45.18

CMYK color model

#5A95C5 color CMYK value is (54,24,0,23).

  • cyan value is 54.31%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (54,24,0,23)
C54M24Y0K23 (54%, 24%, 0%, 23%)
(0.54 / 0.24 / 0.00 / 0.23)

CMYK percentages

%54.31
%24.37
%0
%22.75

Codes

Color #5A95C5 in popluar color models

5A 95 C5
RGB 90 149 197
HSL 207° 47.98% 56.27%
HSB/HSV 207° 54.31% 77.25%
CMYK 54.31% 24.37% 0.00%
22.75%

Color #5A95C5 in popluar number systems.

HEX 5A 95 C5
Decimal 90 149 197
Binary 1011010 10010101 11000101
Octal 132 225 305

Shades and tints

Shades of #5A95C5

#5A95C5
(90,149,197)
#5288B4
(82,136,180)
#4A7BA3
(74,123,163)
#426E92
(66,110,146)
#3A6181
(58,97,129)
#325470
(50,84,112)
#2A475F
(42,71,95)
#223A4E
(34,58,78)
#1A2D3D
(26,45,61)
#12202C
(18,32,44)
#0A131B
(10,19,27)
#000000
(0,0,0)

Tints of #5A95C5

#5A95C5
(90,149,197)
#699ECA
(105,158,202)
#78A7CF
(120,167,207)
#87B0D4
(135,176,212)
#96B9D9
(150,185,217)
#A5C2DE
(165,194,222)
#B4CBE3
(180,203,227)
#C3D4E8
(195,212,232)
#D2DDED
(210,221,237)
#E1E6F2
(225,230,242)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A95C5 color. Also use rgb(90,149,197) instead hex code.

Text Font Color

.myTextColor { color: #5A95C5; }

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

This text font color is #5A95C5.

Background Color

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

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

This div background color is #5A95C5.

Border color

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

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

This div border color is #5A95C5.

Opacity

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

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

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

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

This text has shadow with #5A95C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A95C5.

Preview

Color preview on black background

This text has color #5A95C5 on black background.


Color preview on white background

This text has color #5A95C5 on white background.


Black color preview on #5A95C5 background

This text has black color on #5A95C5 background.


White color preview on #5A95C5 background

This text has white color on #5A95C5 background.


Related colors

Complementary color

Complementary color for #hex is #A56A3A.


I love getcolorcode.com

Triadic colors

1 #C55A95 and #95C55A with #5A95C5 are triadic colors.

2 #C5955A and #955AC5 with #5A95C5 are triadic colors.