#5E156B

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

Shades of Seance #5E156B

Tints of Seance #5E156B

Color information

#5E156B (or 0x5E156B) is unknown color: approx Seance. HEX triplet: 5E, 15 and 6B. RGB value is (94,21,107). Sum of RGB (Red+Green+Blue) = 94+21+107=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E156B is #A1EA94. Grayscale: #343434. Windows color (decimal): -10611349 or 7017822. OLE color: 7017822.

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

Color convert

RGB9421107-
CMYK0.120.8000.58
HSL290.93º67.19%25.1%-
HSV(B)290.93º80.37%41.96%-
XYZ7.543.9814.28-
YUV52.63158.68157.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=42.34%
G=9.46%
B=48.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94211070.120.8000.58290.9367.1925.1
Hex5E156BC5003A1234319
Octal136251531412007244310331
Binary1011110101011101011110010100000111010100100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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