Shades of Seance #5B1969
Tints of Seance #5B1969
RGB
CMYK
RGB Variations
Color information
#5B1969 (or 0x5B1969) is known color: Seance. HEX triplet: 5B, 19 and 69. RGB value is (91,25,105). Sum of RGB (Red+Green+Blue) = 91+25+105=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B1969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1969 is #A4E696. Grayscale: #353535. Windows color (decimal): -10806935 or 6887771. OLE color: 6887771.
HSL color Cylindrical-coordinate representation of color #5B1969: hue angle of 289.5º degrees, saturation: 0.62, 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 #5B1969 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 25 | 105 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.59 |
| HSL | 289.5º | 0.62% | 0.25% | - |
| HSV(B) | 289.5º | 0.76% | 0.41% | - |
| XYZ | 7.21 | 3.94 | 13.74 | - |
| YUV | 53.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 105 | 0.13 | 0.76 | 0 | 0.59 | 289.5 | 0.62 | 0.25 |
| Hex | 5B | 19 | 69 | D | 4C | 0 | 3B | 122 | 3E | 19 |
| Octal | 133 | 31 | 151 | 15 | 114 | 0 | 73 | 442 | 76 | 31 |
| Binary | 1011011 | 11001 | 1101001 | 1101 | 1001100 | 0 | 111011 | 100100010 | 111110 | 11001 |
Color Harmonies of #5B1969
Complementary color
Monochromatic Colors of #5B1969
Black with #5B1969
Text Example
Text Example
White with #5B1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1969; }
p { color: rgb(91,25,105); }
H1.HeaderClassName
{
color: #5B1969;
}
.AnyTagClassName
{
color: #5B1969;
}
</style>
background-color css
<style>
a { background-color: #5B1969; }
a { background-color: rgb(91,25,105); }
div.DivClassName
{
background-color: #5B1969;
}
.BgClassName
{
background-color: #5B1969;
}
</style>
border-color css
<style>
span { border-color: #5B1969; }
span { border-color: rgb(91,25,105); }
td.TdClassName
{
border-color: #5B1969;
}
.TagClassName
{
border-color: #5B1969;
}
</style>