#5F3163

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

Shades of Seance #5F3163

Tints of Seance #5F3163

Color information

#5F3163 (or 0x5F3163) is unknown color: approx Seance. HEX triplet: 5F, 31 and 63. RGB value is (95,49,99). Sum of RGB (Red+Green+Blue) = 95+49+99=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3163 is #A0CE9C. Grayscale: #444444. Windows color (decimal): -10538653 or 6500703. OLE color: 6500703.

HSL color Cylindrical-coordinate representation of color #5F3163: hue angle of 295.2º 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 #5F3163 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB954999-
CMYK0.040.5100.61
HSL295.2º33.78%29.02%-
HSV(B)295.2º50.51%38.82%-
XYZ8.075.5312.45-
YUV68.45145.24146.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=39.09%
G=20.16%
B=40.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9549990.040.5100.61295.233.7829.02
Hex5F316343303D127221d
Octal137611434630754474235
Binary10111111100011100011100110011011110110010011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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