Shades of Seance #5B1671
Tints of Seance #5B1671
RGB
CMYK
RGB Variations
Color information
#5B1671 (or 0x5B1671) is known color: Seance. HEX triplet: 5B, 16 and 71. RGB value is (91,22,113). Sum of RGB (Red+Green+Blue) = 91+22+113=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1671 is #A4E98E. Grayscale: #343434. Windows color (decimal): -10807695 or 7411291. OLE color: 7411291.
HSL color Cylindrical-coordinate representation of color #5B1671: hue angle of 285.49º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1671 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 22 | 113 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.56 |
| HSL | 285.49º | 0.67% | 0.26% | - |
| HSV(B) | 285.49º | 0.81% | 0.44% | - |
| XYZ | 7.58 | 3.99 | 15.99 | - |
| YUV | 53.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 113 | 0.19 | 0.81 | 0 | 0.56 | 285.49 | 0.67 | 0.26 |
| Hex | 5B | 16 | 71 | 13 | 51 | 0 | 38 | 11D | 43 | 1A |
| Octal | 133 | 26 | 161 | 23 | 121 | 0 | 70 | 435 | 103 | 32 |
| Binary | 1011011 | 10110 | 1110001 | 10011 | 1010001 | 0 | 111000 | 100011101 | 1000011 | 11010 |
Color Harmonies of #5B1671
Complementary color
Monochromatic Colors of #5B1671
Black with #5B1671
Text Example
Text Example
White with #5B1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1671; }
p { color: rgb(91,22,113); }
H1.HeaderClassName
{
color: #5B1671;
}
.AnyTagClassName
{
color: #5B1671;
}
</style>
background-color css
<style>
a { background-color: #5B1671; }
a { background-color: rgb(91,22,113); }
div.DivClassName
{
background-color: #5B1671;
}
.BgClassName
{
background-color: #5B1671;
}
</style>
border-color css
<style>
span { border-color: #5B1671; }
span { border-color: rgb(91,22,113); }
td.TdClassName
{
border-color: #5B1671;
}
.TagClassName
{
border-color: #5B1671;
}
</style>