#5E166B

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

Shades of Seance #5E166B

Tints of Seance #5E166B

Color information

#5E166B (or 0x5E166B) is unknown color: approx Seance. HEX triplet: 5E, 16 and 6B. RGB value is (94,22,107). Sum of RGB (Red+Green+Blue) = 94+22+107=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E166B is #A1E994. Grayscale: #343434. Windows color (decimal): -10611093 or 7018078. OLE color: 7018078.

HSL color Cylindrical-coordinate representation of color #5E166B: hue angle of 290.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E166B is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9422107-
CMYK0.120.7900.58
HSL290.82º65.89%25.29%-
HSV(B)290.82º79.44%41.96%-
XYZ7.564.0214.29-
YUV53.22158.35157.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=42.15%
G=9.87%
B=47.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94221070.120.7900.58290.8265.8925.29
Hex5E166BC4F03A1234219
Octal136261531411707244310231
Binary1011110101101101011110010011110111010100100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,107); }

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

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

 a { background-color: rgb(94,22,107); }

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

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

 span { border-color: rgb(94,22,107); }

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