#5B196B

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

Shades of Seance #5B196B

Tints of Seance #5B196B

Color information

#5B196B (or 0x5B196B) is unknown color: approx Seance. HEX triplet: 5B, 19 and 6B. RGB value is (91,25,107). Sum of RGB (Red+Green+Blue) = 91+25+107=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B196B is #A4E694. Grayscale: #353535. Windows color (decimal): -10806933 or 7018843. OLE color: 7018843.

HSL color Cylindrical-coordinate representation of color #5B196B: hue angle of 288.29º 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 #5B196B is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9125107-
CMYK0.150.7700.58
HSL288.29º62.12%25.88%-
HSV(B)288.29º76.64%41.96%-
XYZ7.323.9814.29-
YUV54.08157.87154.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=40.81%
G=11.21%
B=47.98%

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
Decimal91251070.150.7700.58288.2962.1225.88
Hex5B196BF4D03A1203e1a
Octal13331153171150724407632
Binary101101111001110101111111001101011101010010000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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