COLOR #5575B5

HEX: #5575B5 RGB: (85,117,181)

Color info

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

RGB color model

#5575B5 color RGB value is (85,117,181).

RGB: (85,117,181) (33%, 46%, 71%)

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 181 of 255 = 71%

85
117
181

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

Portions of RGB colors in percentages

R + G + B = 85 + 117 + 181 = 383 (100%)
R 85 of 383 ~ 22.19%
G 117 of 383 ~ 30.55%
B 181 of 383 ~ 47.26'%

%22.19
%30.55
%47.26

CMYK color model

#5575B5 color CMYK value is (53,35,0,29).

  • cyan value is 53.04%
  • magenta value is 35.36%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (53,35,0,29)
C53M35Y0K29 (53%, 35%, 0%, 29%)
(0.53 / 0.35 / 0.00 / 0.29)

CMYK percentages

%53.04
%35.36
%0
%29.02

Codes

Color #5575B5 in popluar color models

55 75 B5
RGB 85 117 181
HSL 220° 39.34% 52.16%
HSB/HSV 220° 53.04% 70.98%
CMYK 53.04% 35.36% 0.00%
29.02%

Color #5575B5 in popluar number systems.

HEX 55 75 B5
Decimal 85 117 181
Binary 1010101 1110101 10110101
Octal 125 165 265

Shades and tints

Shades of #5575B5

#5575B5
(85,117,181)
#4E6BA5
(78,107,165)
#476195
(71,97,149)
#405785
(64,87,133)
#394D75
(57,77,117)
#324365
(50,67,101)
#2B3955
(43,57,85)
#242F45
(36,47,69)
#1D2535
(29,37,53)
#161B25
(22,27,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #5575B5

#5575B5
(85,117,181)
#6481BB
(100,129,187)
#738DC1
(115,141,193)
#8299C7
(130,153,199)
#91A5CD
(145,165,205)
#A0B1D3
(160,177,211)
#AFBDD9
(175,189,217)
#BEC9DF
(190,201,223)
#CDD5E5
(205,213,229)
#DCE1EB
(220,225,235)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5575B5 color. Also use rgb(85,117,181) instead hex code.

Text Font Color

.myTextColor { color: #5575B5; }

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

This text font color is #5575B5.

Background Color

.myBgColor { background-color: #5575B5; }

<div style="background-color:#5575B5">Inner text</div>

This div background color is #5575B5.

Border color

.myBorderColor { border: 1px solid #5575B5; }

<div style="border:3px solid #5575B5">Div</div>

This div border color is #5575B5.

Opacity

.myOpacity80 { color: #5575B5; opacity: 0.8; }

<p style="color:#5575B5;opacity:0.8;">80%</p>

Text with #5575B5 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 #5575B5;}

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

This text has shadow with #5575B5 color.


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

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

This text has shadow with #5575B5 primary color and red secondary color.


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

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

This text has shadow with #5575B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5575B5.

Preview

Color preview on black background

This text has color #5575B5 on black background.


Color preview on white background

This text has color #5575B5 on white background.


Black color preview on #5575B5 background

This text has black color on #5575B5 background.


White color preview on #5575B5 background

This text has white color on #5575B5 background.


Related colors

Complementary color

Complementary color for #hex is #AA8A4A.


I love getcolorcode.com

Triadic colors

1 #B55575 and #75B555 with #5575B5 are triadic colors.

2 #B57555 and #7555B5 with #5575B5 are triadic colors.