#5B3163

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

Shades of Seance #5B3163

Tints of Seance #5B3163

Color information

#5B3163 (or 0x5B3163) is unknown color: approx Seance. HEX triplet: 5B, 31 and 63. RGB value is (91,49,99). Sum of RGB (Red+Green+Blue) = 91+49+99=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3163 is #A4CE9C. Grayscale: #434343. Windows color (decimal): -10800797 or 6500699. OLE color: 6500699.

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

Color convert

RGB914999-
CMYK0.080.5100.61
HSL290.4º33.78%29.02%-
HSV(B)290.4º50.51%38.82%-
XYZ7.665.3212.43-
YUV67.26145.91144.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=38.08%
G=20.50%
B=41.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9149990.080.5100.61290.433.7829.02
Hex5B316383303D122221d
Octal1336114310630754424235
Binary101101111000111000111000110011011110110010001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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