#5C196A

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

Shades of Seance #5C196A

Tints of Seance #5C196A

Color information

#5C196A (or 0x5C196A) is unknown color: approx Seance. HEX triplet: 5C, 19 and 6A. RGB value is (92,25,106). Sum of RGB (Red+Green+Blue) = 92+25+106=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C196A is #A3E695. Grayscale: #363636. Windows color (decimal): -10741398 or 6953308. OLE color: 6953308.

HSL color Cylindrical-coordinate representation of color #5C196A: hue angle of 289.63º 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 #5C196A is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9225106-
CMYK0.130.7600.58
HSL289.63º61.83%25.69%-
HSV(B)289.63º76.42%41.57%-
XYZ7.364.0114.02-
YUV54.27157.2154.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 106 (41.80% from 255) = 47.53%
R=41.26%
G=11.21%
B=47.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92251060.130.7600.58289.6361.8325.69
Hex5C196AD4C03A1223e1a
Octal13431152151140724427632
Binary101110011001110101011011001100011101010010001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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