COLOR #505CD8

HEX: #505CD8
RGB: (80,92,216)

Color info

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

RGB color model

#505CD8 color RGB value is (80,92,216).

  • red value is 80;
  • green value is 92;
  • blue value is 216.
RGB:
(80,92,216)
(31%,36%,85%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 216 of 255 = 85%

80
92
216

R + G + B ~ 51%. #505CD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 216 = 388 (100%)
R 80 of 388 ~ 20.62%
G 92 of 388 ~ 23.71%
B 216 of 388 ~ 55.67%

%20.62
%23.71
%55.67

CMYK color model

#505CD8 color CMYK value is (63,57,0,15).

  • cyan value is 62.96%
  • magenta value is 57.41%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(63,57,0,15)
C63M57Y0K15 
(63%,57%,0%,15%)
(0.63/0.57/0.00/0.15)	

CMYK percentages

%62.96
%57.41
%0
%15.29

Codes

Color #505CD8 in popluar color models

505CD8
RGB8092216
HSL235°63.55%58.04%
HSB/HSV235°62.96%84.71%
CMYK62.96%57.41%0.00%
15.29%

Color #505CD8 in popluar number systems.

HEX505CD8
Decimal8092216
Binary1010000101110011011000
Octal120134330

Shades and tints

Shades of #505CD8

#505CD8
(80,92,216)
#4954C5
(73,84,197)
#424CB2
(66,76,178)
#3B449F
(59,68,159)
#343C8C
(52,60,140)
#2D3479
(45,52,121)
#262C66
(38,44,102)
#1F2453
(31,36,83)
#181C40
(24,28,64)
#11142D
(17,20,45)
#0A0C1A
(10,12,26)
#000000
(0,0,0)

Tints of #505CD8

#505CD8
(80,92,216)
#5F6ADB
(95,106,219)
#6E78DE
(110,120,222)
#7D86E1
(125,134,225)
#8C94E4
(140,148,228)
#9BA2E7
(155,162,231)
#AAB0EA
(170,176,234)
#B9BEED
(185,190,237)
#C8CCF0
(200,204,240)
#D7DAF3
(215,218,243)
#E6E8F6
(230,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505CD8 color. Also use rgb(80,92,216) instead hex code.

Text Font Color

.myTextColor { color: #505CD8; }

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

This text font color is #505CD8.


Background Color

.myBgColor { background-color: #505CD8; }

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

This div background color is #505CD8.


Border color

.myBorderColor { border: 1px solid #505CD8; }

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

This div border color is #505CD8.


Opacity

.myOpacity80 { color: #505CD8; opacity: 0.8; }

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

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

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

This text has shadow with #505CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505CD8 on black background.


Color preview on white background

This text has color #505CD8 on white background.



Black color preview on #505CD8 background

This text has black color on #505CD8 background.


White color preview on #505CD8 background

This text has white color on #505CD8 background.