#5B196D

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

Shades of Seance #5B196D

Tints of Seance #5B196D

Color information

#5B196D (or 0x5B196D) is unknown color: approx Seance. HEX triplet: 5B, 19 and 6D. RGB value is (91,25,109). Sum of RGB (Red+Green+Blue) = 91+25+109=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B196D is #A4E692. Grayscale: #363636. Windows color (decimal): -10806931 or 7149915. OLE color: 7149915.

HSL color Cylindrical-coordinate representation of color #5B196D: hue angle of 287.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B196D is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9125109-
CMYK0.170.7700.57
HSL287.14º62.69%26.27%-
HSV(B)287.14º77.06%42.75%-
XYZ7.424.0214.85-
YUV54.31158.87154.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.44%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=40.44%
G=11.11%
B=48.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91251090.170.7700.57287.1462.6926.27
Hex5B196D114D03911f3f1a
Octal13331155211150714377732
Binary1011011110011101101100011001101011100110001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,25,109); }

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

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

 a { background-color: rgb(91,25,109); }

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

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

 span { border-color: rgb(91,25,109); }

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