COLOR #5775A0

HEX: #5775A0 RGB: (87,117,160)

Color info

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

RGB color model

#5775A0 color RGB value is (87,117,160).

RGB: (87,117,160) (34%, 46%, 63%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 160 of 255 = 63%

87
117
160

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

Portions of RGB colors in percentages

R + G + B = 87 + 117 + 160 = 364 (100%)
R 87 of 364 ~ 23.9%
G 117 of 364 ~ 32.14%
B 160 of 364 ~ 43.96'%

%23.9
%32.14
%43.96

CMYK color model

#5775A0 color CMYK value is (46,27,0,37).

  • cyan value is 45.63%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (46,27,0,37) C46M27Y0K37 (46%,27%,0%,37%) (0.46/0.27/0.00/0.37) 

CMYK percentages

%45.63
%26.88
%0
%37.25

Codes

Color #5775A0 in popluar color models

57 75 A0
RGB 87 117 160
HSL 215° 29.55% 48.43%
HSB/HSV 215° 45.63% 62.75%
CMYK 45.63% 26.88% 0.00%
37.25%

Color #5775A0 in popluar number systems.

HEX 57 75 A0
Decimal 87 117 160
Binary 1010111 1110101 10100000
Octal 127 165 240

Shades and tints

Shades of #5775A0

#5775A0
(87,117,160)
#506B92
(80,107,146)
#496184
(73,97,132)
#425776
(66,87,118)
#3B4D68
(59,77,104)
#34435A
(52,67,90)
#2D394C
(45,57,76)
#262F3E
(38,47,62)
#1F2530
(31,37,48)
#181B22
(24,27,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #5775A0

#5775A0
(87,117,160)
#6681A8
(102,129,168)
#758DB0
(117,141,176)
#8499B8
(132,153,184)
#93A5C0
(147,165,192)
#A2B1C8
(162,177,200)
#B1BDD0
(177,189,208)
#C0C9D8
(192,201,216)
#CFD5E0
(207,213,224)
#DEE1E8
(222,225,232)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5775A0; }

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

This text font color is #5775A0.

Background Color

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

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

This div background color is #5775A0.

Border color

.myBorderColor { border: 1px solid #5775A0; }
<div style="border:3px solid #5775A0">Div</div>

This div border color is #5775A0.

Opacity

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

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #5775A0 on black background.


Color preview on white background

This text has color #5775A0 on white background.



Black color preview on #5775A0 background

This text has black color on #5775A0 background.


White color preview on #5775A0 background

This text has white color on #5775A0 background.