#5E2963

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

Shades of Seance #5E2963

Tints of Seance #5E2963

Color information

#5E2963 (or 0x5E2963) is unknown color: approx Seance. HEX triplet: 5E, 29 and 63. RGB value is (94,41,99). Sum of RGB (Red+Green+Blue) = 94+41+99=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2963 is #A1D69C. Grayscale: #3F3F3F. Windows color (decimal): -10606237 or 6498654. OLE color: 6498654.

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

Color convert

RGB944199-
CMYK0.050.5900.61
HSL294.83º41.43%27.45%-
HSV(B)294.83º58.59%38.82%-
XYZ7.664.8712.34-
YUV63.46148.06149.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.17%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=40.17%
G=17.52%
B=42.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9441990.050.5900.61294.8341.4327.45
Hex5E296353B03D127291b
Octal136511435730754475133
Binary10111101010011100011101111011011110110010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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