COLOR #420553

HEX: #420553
RGB: (66,5,83)

Color info

#420553 contains mainly red and blue colors. Web safe color of #420553 is #330066 (or #306).

RGB color model

#420553 color RGB value is (66,5,83).

  • red value is 66;
  • green value is 5;
  • blue value is 83.
RGB:
(66,5,83)
(26%,2%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 5 of 255 = 2%
B 83 of 255 = 33%

66
5
83

R + G + B ~ 20%. #420553 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 5 + 83 = 154 (100%)
R 66 of 154 ~ 42.86%
G 5 of 154 ~ 3.25%
B 83 of 154 ~ 53.9%

%42.86
%53.9

CMYK color model

#420553 color CMYK value is (20,94,0,67).

  • cyan value is 20.48%
  • magenta value is 93.98%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(20,94,0,67)
C20M94Y0K67 
(20%,94%,0%,67%)
(0.20/0.94/0.00/0.67)	

CMYK percentages

%20.48
%93.98
%0
%67.45

Codes

Color #420553 in popluar color models

420553
RGB66583
HSL287°88.64%17.25%
HSB/HSV287°93.98%32.55%
CMYK20.48%93.98%0.00%
67.45%

Color #420553 in popluar number systems.

HEX420553
Decimal66583
Binary10000101011010011
Octal1025123

Shades and tints

Shades of #420553

#420553
(66,5,83)
#3C054C
(60,5,76)
#360545
(54,5,69)
#30053E
(48,5,62)
#2A0537
(42,5,55)
#240530
(36,5,48)
#1E0529
(30,5,41)
#180522
(24,5,34)
#12051B
(18,5,27)
#0C0514
(12,5,20)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #420553

#420553
(66,5,83)
#531B62
(83,27,98)
#643171
(100,49,113)
#754780
(117,71,128)
#865D8F
(134,93,143)
#97739E
(151,115,158)
#A889AD
(168,137,173)
#B99FBC
(185,159,188)
#CAB5CB
(202,181,203)
#DBCBDA
(219,203,218)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420553 color. Also use rgb(66,5,83) instead hex code.

Text Font Color

.myTextColor { color: #420553; }

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

This text font color is #420553.


Background Color

.myBgColor { background-color: #420553; }

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

This div background color is #420553.


Border color

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

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

This div border color is #420553.


Opacity

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

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

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

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

This text has shadow with #420553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420553 on black background.


Color preview on white background

This text has color #420553 on white background.



Black color preview on #420553 background

This text has black color on #420553 background.


White color preview on #420553 background

This text has white color on #420553 background.