#5E126C

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

Shades of Seance #5E126C

Tints of Seance #5E126C

Color information

#5E126C (or 0x5E126C) is unknown color: approx Seance. HEX triplet: 5E, 12 and 6C. RGB value is (94,18,108). Sum of RGB (Red+Green+Blue) = 94+18+108=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E126C is #A1ED93. Grayscale: #323232. Windows color (decimal): -10612116 or 7082590. OLE color: 7082590.

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

Color convert

RGB9418108-
CMYK0.130.8300.58
HSL290.67º71.43%24.71%-
HSV(B)290.67º83.33%42.35%-
XYZ7.543.914.54-
YUV50.98160.18158.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=42.73%
G=8.18%
B=49.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94181080.130.8300.58290.6771.4324.71
Hex5E126CD5303A1234719
Octal136221541512307244310731
Binary1011110100101101100110110100110111010100100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,108); }

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

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

 a { background-color: rgb(94,18,108); }

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

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

 span { border-color: rgb(94,18,108); }

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