COLOR #502158

HEX: #502158
RGB: (80,33,88)

Color info

#502158 contains red, green and blue colors in about the same proportion. Web safe color of #502158 is #663366 (or #636).

RGB color model

#502158 color RGB value is (80,33,88).

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

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 88 of 255 = 35%

80
33
88

R + G + B ~ 26%. #502158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 33 + 88 = 201 (100%)
R 80 of 201 ~ 39.8%
G 33 of 201 ~ 16.42%
B 88 of 201 ~ 43.78%

%39.8
%16.42
%43.78

CMYK color model

#502158 color CMYK value is (9,63,0,65).

  • cyan value is 9.09%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(9,63,0,65)
C9M63Y0K65 
(9%,63%,0%,65%)
(0.09/0.63/0.00/0.65)	

CMYK percentages

%9.09
%62.5
%0
%65.49

Codes

Color #502158 in popluar color models

502158
RGB803388
HSL291°45.45%23.73%
HSB/HSV291°62.50%34.51%
CMYK9.09%62.50%0.00%
65.49%

Color #502158 in popluar number systems.

HEX502158
Decimal803388
Binary10100001000011011000
Octal12041130

Shades and tints

Shades of #502158

#502158
(80,33,88)
#491E50
(73,30,80)
#421B48
(66,27,72)
#3B1840
(59,24,64)
#341538
(52,21,56)
#2D1230
(45,18,48)
#260F28
(38,15,40)
#1F0C20
(31,12,32)
#180918
(24,9,24)
#110610
(17,6,16)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #502158

#502158
(80,33,88)
#5F3567
(95,53,103)
#6E4976
(110,73,118)
#7D5D85
(125,93,133)
#8C7194
(140,113,148)
#9B85A3
(155,133,163)
#AA99B2
(170,153,178)
#B9ADC1
(185,173,193)
#C8C1D0
(200,193,208)
#D7D5DF
(215,213,223)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502158; }

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

This text font color is #502158.


Background Color

.myBgColor { background-color: #502158; }

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

This div background color is #502158.


Border color

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

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

This div border color is #502158.


Opacity

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

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

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

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

This text has shadow with #502158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502158 on black background.


Color preview on white background

This text has color #502158 on white background.



Black color preview on #502158 background

This text has black color on #502158 background.


White color preview on #502158 background

This text has white color on #502158 background.