#5E146D

Color #5E146D Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #5E146D

Tints of Seance #5E146D

Color information

#5E146D (or 0x5E146D) is unknown color: approx Seance. HEX triplet: 5E, 14 and 6D. RGB value is (94,20,109). Sum of RGB (Red+Green+Blue) = 94+20+109=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E146D is #A1EB92. Grayscale: #333333. Windows color (decimal): -10611603 or 7148638. OLE color: 7148638.

HSL color Cylindrical-coordinate representation of color #5E146D: hue angle of 289.89º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E146D is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9420109-
CMYK0.140.8200.57
HSL289.89º68.99%25.29%-
HSV(B)289.89º81.65%42.75%-
XYZ7.633.9814.84-
YUV52.27160.02157.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=42.15%
G=8.97%
B=48.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94201090.140.8200.57289.8968.9925.29
Hex5E146DE520391224519
Octal136241551612207144210531
Binary1011110101001101101111010100100111001100100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E146D; }

 p { color: rgb(94,20,109); }

 H1.HeaderClassName
 {
   color: #5E146D;
 }
 .AnyTagClassName
 {
   color: #5E146D;
 }
</style>
background-color css

<style>
 a { background-color: #5E146D; }

 a { background-color: rgb(94,20,109); }

 div.DivClassName
 {
   background-color: #5E146D;
 }
 .BgClassName
 {
   background-color: #5E146D;
 }
</style>
border-color css

<style>
 span { border-color: #5E146D; }

 span { border-color: rgb(94,20,109); }

 td.TdClassName
 {
   border-color: #5E146D;
 }
 .TagClassName
 {
   border-color: #5E146D;
 }
</style>