#5C3163

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

Shades of Seance #5C3163

Tints of Seance #5C3163

Color information

#5C3163 (or 0x5C3163) is unknown color: approx Seance. HEX triplet: 5C, 31 and 63. RGB value is (92,49,99). Sum of RGB (Red+Green+Blue) = 92+49+99=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3163 is #A3CE9C. Grayscale: #434343. Windows color (decimal): -10735261 or 6500700. OLE color: 6500700.

HSL color Cylindrical-coordinate representation of color #5C3163: hue angle of 291.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C3163 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB924999-
CMYK0.070.5100.61
HSL291.6º33.78%29.02%-
HSV(B)291.6º50.51%38.82%-
XYZ7.765.3712.43-
YUV67.56145.75145.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.33%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=38.33%
G=20.42%
B=41.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9249990.070.5100.61291.633.7829.02
Hex5C316373303D124221d
Octal134611437630754444235
Binary10111001100011100011111110011011110110010010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,99); }

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

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

 a { background-color: rgb(92,49,99); }

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

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

 span { border-color: rgb(92,49,99); }

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