COLOR #505888

HEX: #505888
RGB: (80,88,136)

Color info

#505888 contains red, green and blue colors in about the same proportion. Web safe color of #505888 is #666699 (or #669).

RGB color model

#505888 color RGB value is (80,88,136).

  • red value is 80;
  • green value is 88;
  • blue value is 136.
RGB:
(80,88,136)
(31%,35%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 136 of 255 = 53%

80
88
136

R + G + B ~ 40%. #505888 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 136 = 304 (100%)
R 80 of 304 ~ 26.32%
G 88 of 304 ~ 28.95%
B 136 of 304 ~ 44.74%

%26.32
%28.95
%44.74

CMYK color model

#505888 color CMYK value is (41,35,0,47).

  • cyan value is 41.18%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(41,35,0,47)
C41M35Y0K47 
(41%,35%,0%,47%)
(0.41/0.35/0.00/0.47)	

CMYK percentages

%41.18
%35.29
%0
%46.67

Codes

Color #505888 in popluar color models

505888
RGB8088136
HSL231°25.93%42.35%
HSB/HSV231°41.18%53.33%
CMYK41.18%35.29%0.00%
46.67%

Color #505888 in popluar number systems.

HEX505888
Decimal8088136
Binary1010000101100010001000
Octal120130210

Shades and tints

Shades of #505888

#505888
(80,88,136)
#49507C
(73,80,124)
#424870
(66,72,112)
#3B4064
(59,64,100)
#343858
(52,56,88)
#2D304C
(45,48,76)
#262840
(38,40,64)
#1F2034
(31,32,52)
#181828
(24,24,40)
#11101C
(17,16,28)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #505888

#505888
(80,88,136)
#5F6792
(95,103,146)
#6E769C
(110,118,156)
#7D85A6
(125,133,166)
#8C94B0
(140,148,176)
#9BA3BA
(155,163,186)
#AAB2C4
(170,178,196)
#B9C1CE
(185,193,206)
#C8D0D8
(200,208,216)
#D7DFE2
(215,223,226)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505888 color. Also use rgb(80,88,136) instead hex code.

Text Font Color

.myTextColor { color: #505888; }

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

This text font color is #505888.


Background Color

.myBgColor { background-color: #505888; }

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

This div background color is #505888.


Border color

.myBorderColor { border: 1px solid #505888; }

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

This div border color is #505888.


Opacity

.myOpacity80 { color: #505888; opacity: 0.8; }

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

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

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

This text has shadow with #505888 color.

.textShadow {text-shadow: 3px 3px 1px #505888, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505888;
-webkit-box-shadow: 1px 1px 3px 2px #505888;
box-shadow:1px 1px 3px 2px #505888;">
Div content here</div>
This div box has shadow with color #505888.

Preview

Color preview on black background

This text has color #505888 on black background.


Color preview on white background

This text has color #505888 on white background.



Black color preview on #505888 background

This text has black color on #505888 background.


White color preview on #505888 background

This text has white color on #505888 background.