Shades of Seance #5B1973
Tints of Seance #5B1973
RGB
CMYK
RGB Variations
Color information
#5B1973 (or 0x5B1973) is known color: Seance. HEX triplet: 5B, 19 and 73. RGB value is (91,25,115). Sum of RGB (Red+Green+Blue) = 91+25+115=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1973 is #A4E68C. Grayscale: #363636. Windows color (decimal): -10806925 or 7543131. OLE color: 7543131.
HSL color Cylindrical-coordinate representation of color #5B1973: hue angle of 284º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1973 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 25 | 115 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.55 |
| HSL | 284º | 0.64% | 0.27% | - |
| HSV(B) | 284º | 0.78% | 0.45% | - |
| XYZ | 7.76 | 4.16 | 16.61 | - |
| YUV | 54.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 115 | 0.21 | 0.78 | 0 | 0.55 | 284 | 0.64 | 0.27 |
| Hex | 5B | 19 | 73 | 15 | 4E | 0 | 37 | 11C | 40 | 1B |
| Octal | 133 | 31 | 163 | 25 | 116 | 0 | 67 | 434 | 100 | 33 |
| Binary | 1011011 | 11001 | 1110011 | 10101 | 1001110 | 0 | 110111 | 100011100 | 1000000 | 11011 |
Color Harmonies of #5B1973
Complementary color
Monochromatic Colors of #5B1973
Black with #5B1973
Text Example
Text Example
White with #5B1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1973; }
p { color: rgb(91,25,115); }
H1.HeaderClassName
{
color: #5B1973;
}
.AnyTagClassName
{
color: #5B1973;
}
</style>
background-color css
<style>
a { background-color: #5B1973; }
a { background-color: rgb(91,25,115); }
div.DivClassName
{
background-color: #5B1973;
}
.BgClassName
{
background-color: #5B1973;
}
</style>
border-color css
<style>
span { border-color: #5B1973; }
span { border-color: rgb(91,25,115); }
td.TdClassName
{
border-color: #5B1973;
}
.TagClassName
{
border-color: #5B1973;
}
</style>