Shades of Seance #5B1871
Tints of Seance #5B1871
RGB
CMYK
RGB Variations
Color information
#5B1871 (or 0x5B1871) is known color: Seance. HEX triplet: 5B, 18 and 71. RGB value is (91,24,113). Sum of RGB (Red+Green+Blue) = 91+24+113=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1871 is #A4E78E. Grayscale: #353535. Windows color (decimal): -10807183 or 7411803. OLE color: 7411803.
HSL color Cylindrical-coordinate representation of color #5B1871: hue angle of 285.17º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1871 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 24 | 113 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.56 |
| HSL | 285.17º | 0.65% | 0.27% | - |
| HSV(B) | 285.17º | 0.79% | 0.44% | - |
| XYZ | 7.62 | 4.07 | 16.01 | - |
| YUV | 54.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 113 | 0.19 | 0.79 | 0 | 0.56 | 285.17 | 0.65 | 0.27 |
| Hex | 5B | 18 | 71 | 13 | 4F | 0 | 38 | 11D | 41 | 1B |
| Octal | 133 | 30 | 161 | 23 | 117 | 0 | 70 | 435 | 101 | 33 |
| Binary | 1011011 | 11000 | 1110001 | 10011 | 1001111 | 0 | 111000 | 100011101 | 1000001 | 11011 |
Color Harmonies of #5B1871
Complementary color
Monochromatic Colors of #5B1871
Black with #5B1871
Text Example
Text Example
White with #5B1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1871; }
p { color: rgb(91,24,113); }
H1.HeaderClassName
{
color: #5B1871;
}
.AnyTagClassName
{
color: #5B1871;
}
</style>
background-color css
<style>
a { background-color: #5B1871; }
a { background-color: rgb(91,24,113); }
div.DivClassName
{
background-color: #5B1871;
}
.BgClassName
{
background-color: #5B1871;
}
</style>
border-color css
<style>
span { border-color: #5B1871; }
span { border-color: rgb(91,24,113); }
td.TdClassName
{
border-color: #5B1871;
}
.TagClassName
{
border-color: #5B1871;
}
</style>