#5E2863

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

Shades of Seance #5E2863

Tints of Seance #5E2863

Color information

#5E2863 (or 0x5E2863) is unknown color: approx Seance. HEX triplet: 5E, 28 and 63. RGB value is (94,40,99). Sum of RGB (Red+Green+Blue) = 94+40+99=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E2863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2863 is #A1D79C. Grayscale: #3E3E3E. Windows color (decimal): -10606493 or 6498398. OLE color: 6498398.

HSL color Cylindrical-coordinate representation of color #5E2863: hue angle of 294.92º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E2863 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB944099-
CMYK0.050.6000.61
HSL294.92º42.45%27.25%-
HSV(B)294.92º59.6%38.82%-
XYZ7.634.812.33-
YUV62.87148.39150.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.34%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=40.34%
G=17.17%
B=42.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9440990.050.6000.61294.9242.4527.25
Hex5E286353C03D1272a1b
Octal136501435740754475233
Binary10111101010001100011101111100011110110010011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,99); }

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

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

 a { background-color: rgb(94,40,99); }

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

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

 span { border-color: rgb(94,40,99); }

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