#5E156D

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

Shades of Seance #5E156D

Tints of Seance #5E156D

Color information

#5E156D (or 0x5E156D) is unknown color: approx Seance. HEX triplet: 5E, 15 and 6D. RGB value is (94,21,109). Sum of RGB (Red+Green+Blue) = 94+21+109=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E156D is #A1EA92. Grayscale: #343434. Windows color (decimal): -10611347 or 7148894. OLE color: 7148894.

HSL color Cylindrical-coordinate representation of color #5E156D: hue angle of 289.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E156D is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9421109-
CMYK0.140.8100.57
HSL289.77º67.69%25.49%-
HSV(B)289.77º80.73%42.75%-
XYZ7.644.0214.84-
YUV52.86159.68157.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=41.96%
G=9.38%
B=48.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94211090.140.8100.57289.7767.6925.49
Hex5E156DE510391224419
Octal136251551612107144210431
Binary1011110101011101101111010100010111001100100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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