Shades of Seance #5B1968
Tints of Seance #5B1968
RGB
CMYK
RGB Variations
Color information
#5B1968 (or 0x5B1968) is known color: Seance. HEX triplet: 5B, 19 and 68. RGB value is (91,25,104). Sum of RGB (Red+Green+Blue) = 91+25+104=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B1968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1968 is #A4E697. Grayscale: #353535. Windows color (decimal): -10806936 or 6822235. OLE color: 6822235.
HSL color Cylindrical-coordinate representation of color #5B1968: hue angle of 290.13º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1968 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 25 | 104 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.59 |
| HSL | 290.13º | 0.61% | 0.25% | - |
| HSV(B) | 290.13º | 0.76% | 0.41% | - |
| XYZ | 7.16 | 3.92 | 13.48 | - |
| YUV | 53.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 104 | 0.12 | 0.76 | 0 | 0.59 | 290.13 | 0.61 | 0.25 |
| Hex | 5B | 19 | 68 | C | 4C | 0 | 3B | 122 | 3D | 19 |
| Octal | 133 | 31 | 150 | 14 | 114 | 0 | 73 | 442 | 75 | 31 |
| Binary | 1011011 | 11001 | 1101000 | 1100 | 1001100 | 0 | 111011 | 100100010 | 111101 | 11001 |
Color Harmonies of #5B1968
Complementary color
Monochromatic Colors of #5B1968
Black with #5B1968
Text Example
Text Example
White with #5B1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1968; }
p { color: rgb(91,25,104); }
H1.HeaderClassName
{
color: #5B1968;
}
.AnyTagClassName
{
color: #5B1968;
}
</style>
background-color css
<style>
a { background-color: #5B1968; }
a { background-color: rgb(91,25,104); }
div.DivClassName
{
background-color: #5B1968;
}
.BgClassName
{
background-color: #5B1968;
}
</style>
border-color css
<style>
span { border-color: #5B1968; }
span { border-color: rgb(91,25,104); }
td.TdClassName
{
border-color: #5B1968;
}
.TagClassName
{
border-color: #5B1968;
}
</style>