Shades of Seance #5B1B72
Tints of Seance #5B1B72
RGB
CMYK
RGB Variations
Color information
#5B1B72 (or 0x5B1B72) is known color: Seance. HEX triplet: 5B, 1B and 72. RGB value is (91,27,114). Sum of RGB (Red+Green+Blue) = 91+27+114=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B1B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1B72 is #A4E48D. Grayscale: #373737. Windows color (decimal): -10806414 or 7478107. OLE color: 7478107.
HSL color Cylindrical-coordinate representation of color #5B1B72: hue angle of 284.14º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1B72 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 27 | 114 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.55 |
| HSL | 284.14º | 0.62% | 0.28% | - |
| HSV(B) | 284.14º | 0.76% | 0.45% | - |
| XYZ | 7.74 | 4.22 | 16.33 | - |
| YUV | 56.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 114 | 0.20 | 0.76 | 0 | 0.55 | 284.14 | 0.62 | 0.28 |
| Hex | 5B | 1B | 72 | 14 | 4C | 0 | 37 | 11C | 3E | 1C |
| Octal | 133 | 33 | 162 | 24 | 114 | 0 | 67 | 434 | 76 | 34 |
| Binary | 1011011 | 11011 | 1110010 | 10100 | 1001100 | 0 | 110111 | 100011100 | 111110 | 11100 |
Color Harmonies of #5B1B72
Complementary color
Monochromatic Colors of #5B1B72
Black with #5B1B72
Text Example
Text Example
White with #5B1B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B72; }
p { color: rgb(91,27,114); }
H1.HeaderClassName
{
color: #5B1B72;
}
.AnyTagClassName
{
color: #5B1B72;
}
</style>
background-color css
<style>
a { background-color: #5B1B72; }
a { background-color: rgb(91,27,114); }
div.DivClassName
{
background-color: #5B1B72;
}
.BgClassName
{
background-color: #5B1B72;
}
</style>
border-color css
<style>
span { border-color: #5B1B72; }
span { border-color: rgb(91,27,114); }
td.TdClassName
{
border-color: #5B1B72;
}
.TagClassName
{
border-color: #5B1B72;
}
</style>