COLOR #5775A6

HEX: #5775A6 RGB: (87,117,166)

Color info

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

RGB color model

#5775A6 color RGB value is (87,117,166).

RGB: (87,117,166) (34%, 46%, 65%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 166 of 255 = 65%

87
117
166

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

Portions of RGB colors in percentages

R + G + B = 87 + 117 + 166 = 370 (100%)
R 87 of 370 ~ 23.51%
G 117 of 370 ~ 31.62%
B 166 of 370 ~ 44.86'%

%23.51
%31.62
%44.86

CMYK color model

#5775A6 color CMYK value is (48,30,0,35).

  • cyan value is 47.59%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (48,30,0,35)
C48M30Y0K35 (48%, 30%, 0%, 35%)
(0.48 / 0.30 / 0.00 / 0.35)

CMYK percentages

%47.59
%29.52
%0
%34.9

Codes

Color #5775A6 in popluar color models

57 75 A6
RGB 87 117 166
HSL 217° 31.23% 49.61%
HSB/HSV 217° 47.59% 65.10%
CMYK 47.59% 29.52% 0.00%
34.90%

Color #5775A6 in popluar number systems.

HEX 57 75 A6
Decimal 87 117 166
Binary 1010111 1110101 10100110
Octal 127 165 246

Shades and tints

Shades of #5775A6

#5775A6
(87,117,166)
#506B97
(80,107,151)
#496188
(73,97,136)
#425779
(66,87,121)
#3B4D6A
(59,77,106)
#34435B
(52,67,91)
#2D394C
(45,57,76)
#262F3D
(38,47,61)
#1F252E
(31,37,46)
#181B1F
(24,27,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #5775A6

#5775A6
(87,117,166)
#6681AE
(102,129,174)
#758DB6
(117,141,182)
#8499BE
(132,153,190)
#93A5C6
(147,165,198)
#A2B1CE
(162,177,206)
#B1BDD6
(177,189,214)
#C0C9DE
(192,201,222)
#CFD5E6
(207,213,230)
#DEE1EE
(222,225,238)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5775A6 color. Also use rgb(87,117,166) instead hex code.

Text Font Color

.myTextColor { color: #5775A6; }

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

This text font color is #5775A6.

Background Color

.myBgColor { background-color: #5775A6; }

<div style="background-color:#5775A6">Inner text</div>

This div background color is #5775A6.

Border color

.myBorderColor { border: 1px solid #5775A6; }

<div style="border:3px solid #5775A6">Div</div>

This div border color is #5775A6.

Opacity

.myOpacity80 { color: #5775A6; opacity: 0.8; }

<p style="color:#5775A6;opacity:0.8;">80%</p>

Text with #5775A6 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 #5775A6;}

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

This text has shadow with #5775A6 color.


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

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

This text has shadow with #5775A6 primary color and red secondary color.


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

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

This text has shadow with #5775A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5775A6.

Preview

Color preview on black background

This text has color #5775A6 on black background.


Color preview on white background

This text has color #5775A6 on white background.


Black color preview on #5775A6 background

This text has black color on #5775A6 background.


White color preview on #5775A6 background

This text has white color on #5775A6 background.


Related colors

Complementary color

Complementary color for #hex is #A88A59.


I love getcolorcode.com

Triadic colors

1 #A65775 and #75A657 with #5775A6 are triadic colors.

2 #A67557 and #7557A6 with #5775A6 are triadic colors.