#5B116B

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

Shades of Seance #5B116B

Tints of Seance #5B116B

Color information

#5B116B (or 0x5B116B) is unknown color: approx Seance. HEX triplet: 5B, 11 and 6B. RGB value is (91,17,107). Sum of RGB (Red+Green+Blue) = 91+17+107=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B116B is #A4EE94. Grayscale: #313131. Windows color (decimal): -10808981 or 7016795. OLE color: 7016795.

HSL color Cylindrical-coordinate representation of color #5B116B: hue angle of 289.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B116B is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9117107-
CMYK0.150.8400.58
HSL289.33º72.58%24.31%-
HSV(B)289.33º84.11%41.96%-
XYZ7.173.6914.24-
YUV49.39160.52157.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=42.33%
G=7.91%
B=49.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91171070.150.8400.58289.3372.5824.31
Hex5B116BF5403A1214918
Octal133211531712407244111130
Binary1011011100011101011111110101000111010100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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