Shades of Seance #5B1866
Tints of Seance #5B1866
RGB
CMYK
RGB Variations
Color information
#5B1866 (or 0x5B1866) is known color: Seance. HEX triplet: 5B, 18 and 66. RGB value is (91,24,102). Sum of RGB (Red+Green+Blue) = 91+24+102=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B1866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1866 is #A4E799. Grayscale: #343434. Windows color (decimal): -10807194 or 6690907. OLE color: 6690907.
HSL color Cylindrical-coordinate representation of color #5B1866: hue angle of 291.54º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1866 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 24 | 102 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.6 |
| HSL | 291.54º | 0.62% | 0.25% | - |
| HSV(B) | 291.54º | 0.76% | 0.4% | - |
| XYZ | 7.04 | 3.84 | 12.94 | - |
| YUV | 52.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 102 | 0.11 | 0.76 | 0 | 0.6 | 291.54 | 0.62 | 0.25 |
| Hex | 5B | 18 | 66 | B | 4C | 0 | 3C | 124 | 3E | 19 |
| Octal | 133 | 30 | 146 | 13 | 114 | 0 | 74 | 444 | 76 | 31 |
| Binary | 1011011 | 11000 | 1100110 | 1011 | 1001100 | 0 | 111100 | 100100100 | 111110 | 11001 |
Color Harmonies of #5B1866
Complementary color
Monochromatic Colors of #5B1866
Black with #5B1866
Text Example
Text Example
White with #5B1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1866; }
p { color: rgb(91,24,102); }
H1.HeaderClassName
{
color: #5B1866;
}
.AnyTagClassName
{
color: #5B1866;
}
</style>
background-color css
<style>
a { background-color: #5B1866; }
a { background-color: rgb(91,24,102); }
div.DivClassName
{
background-color: #5B1866;
}
.BgClassName
{
background-color: #5B1866;
}
</style>
border-color css
<style>
span { border-color: #5B1866; }
span { border-color: rgb(91,24,102); }
td.TdClassName
{
border-color: #5B1866;
}
.TagClassName
{
border-color: #5B1866;
}
</style>