#5B166D

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

Shades of Seance #5B166D

Tints of Seance #5B166D

Color information

#5B166D (or 0x5B166D) is unknown color: approx Seance. HEX triplet: 5B, 16 and 6D. RGB value is (91,22,109). Sum of RGB (Red+Green+Blue) = 91+22+109=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B166D is #A4E992. Grayscale: #343434. Windows color (decimal): -10807699 or 7149147. OLE color: 7149147.

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

Color convert

RGB9122109-
CMYK0.170.8000.57
HSL287.59º66.41%25.69%-
HSV(B)287.59º79.82%42.75%-
XYZ7.363.914.83-
YUV52.55159.86155.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.99%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=40.99%
G=9.91%
B=49.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91221090.170.8000.57287.5966.4125.69
Hex5B166D1150039120421a
Octal133261552112007144010232
Binary10110111011011011011000110100000111001100100000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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