Shades of Seance #5B1972
Tints of Seance #5B1972
RGB
CMYK
RGB Variations
Color information
#5B1972 (or 0x5B1972) is known color: Seance. HEX triplet: 5B, 19 and 72. RGB value is (91,25,114). Sum of RGB (Red+Green+Blue) = 91+25+114=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1972 is #A4E68D. Grayscale: #363636. Windows color (decimal): -10806926 or 7477595. OLE color: 7477595.
HSL color Cylindrical-coordinate representation of color #5B1972: hue angle of 284.49º 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 #5B1972 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 25 | 114 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.55 |
| HSL | 284.49º | 0.64% | 0.27% | - |
| HSV(B) | 284.49º | 0.78% | 0.45% | - |
| XYZ | 7.7 | 4.13 | 16.31 | - |
| YUV | 54.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 114 | 0.20 | 0.78 | 0 | 0.55 | 284.49 | 0.64 | 0.27 |
| Hex | 5B | 19 | 72 | 14 | 4E | 0 | 37 | 11C | 40 | 1B |
| Octal | 133 | 31 | 162 | 24 | 116 | 0 | 67 | 434 | 100 | 33 |
| Binary | 1011011 | 11001 | 1110010 | 10100 | 1001110 | 0 | 110111 | 100011100 | 1000000 | 11011 |
Color Harmonies of #5B1972
Complementary color
Monochromatic Colors of #5B1972
Black with #5B1972
Text Example
Text Example
White with #5B1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1972; }
p { color: rgb(91,25,114); }
H1.HeaderClassName
{
color: #5B1972;
}
.AnyTagClassName
{
color: #5B1972;
}
</style>
background-color css
<style>
a { background-color: #5B1972; }
a { background-color: rgb(91,25,114); }
div.DivClassName
{
background-color: #5B1972;
}
.BgClassName
{
background-color: #5B1972;
}
</style>
border-color css
<style>
span { border-color: #5B1972; }
span { border-color: rgb(91,25,114); }
td.TdClassName
{
border-color: #5B1972;
}
.TagClassName
{
border-color: #5B1972;
}
</style>