#5E196A

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

Shades of Seance #5E196A

Tints of Seance #5E196A

Color information

#5E196A (or 0x5E196A) is unknown color: approx Seance. HEX triplet: 5E, 19 and 6A. RGB value is (94,25,106). Sum of RGB (Red+Green+Blue) = 94+25+106=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E196A is #A1E695. Grayscale: #363636. Windows color (decimal): -10610326 or 6953310. OLE color: 6953310.

HSL color Cylindrical-coordinate representation of color #5E196A: hue angle of 291.11º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E196A is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9425106-
CMYK0.110.7600.58
HSL291.11º61.83%25.69%-
HSV(B)291.11º76.42%41.57%-
XYZ7.574.1214.03-
YUV54.86156.86155.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=41.78%
G=11.11%
B=47.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94251060.110.7600.58291.1161.8325.69
Hex5E196AB4C03A1233e1a
Octal13631152131140724437632
Binary101111011001110101010111001100011101010010001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,25,106); }

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

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

 a { background-color: rgb(94,25,106); }

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

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

 span { border-color: rgb(94,25,106); }

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