#5C196C

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

Shades of Seance #5C196C

Tints of Seance #5C196C

Color information

#5C196C (or 0x5C196C) is unknown color: approx Seance. HEX triplet: 5C, 19 and 6C. RGB value is (92,25,108). Sum of RGB (Red+Green+Blue) = 92+25+108=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C196C is #A3E693. Grayscale: #363636. Windows color (decimal): -10741396 or 7084380. OLE color: 7084380.

HSL color Cylindrical-coordinate representation of color #5C196C: hue angle of 288.43º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C196C is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9225108-
CMYK0.150.7700.58
HSL288.43º62.41%26.08%-
HSV(B)288.43º76.85%42.35%-
XYZ7.474.0514.58-
YUV54.5158.2154.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 108 (42.58% from 255) = 48%
R=40.89%
G=11.11%
B=48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92251080.150.7700.58288.4362.4126.08
Hex5C196CF4D03A1203e1a
Octal13431154171150724407632
Binary101110011001110110011111001101011101010010000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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