Shades of Seance #5B176C
Tints of Seance #5B176C
RGB
CMYK
RGB Variations
Color information
#5B176C (or 0x5B176C) is known color: Seance. HEX triplet: 5B, 17 and 6C. RGB value is (91,23,108). Sum of RGB (Red+Green+Blue) = 91+23+108=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B176C is #A4E893. Grayscale: #343434. Windows color (decimal): -10807444 or 7083867. OLE color: 7083867.
HSL color Cylindrical-coordinate representation of color #5B176C: hue angle of 288º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B176C is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 23 | 108 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.58 |
| HSL | 288º | 0.65% | 0.26% | - |
| HSV(B) | 288º | 0.79% | 0.42% | - |
| XYZ | 7.33 | 3.92 | 14.56 | - |
| YUV | 53.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 108 | 0.16 | 0.79 | 0 | 0.58 | 288 | 0.65 | 0.26 |
| Hex | 5B | 17 | 6C | 10 | 4F | 0 | 3A | 120 | 41 | 1A |
| Octal | 133 | 27 | 154 | 20 | 117 | 0 | 72 | 440 | 101 | 32 |
| Binary | 1011011 | 10111 | 1101100 | 10000 | 1001111 | 0 | 111010 | 100100000 | 1000001 | 11010 |
Color Harmonies of #5B176C
Complementary color
Monochromatic Colors of #5B176C
Black with #5B176C
Text Example
Text Example
White with #5B176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B176C; }
p { color: rgb(91,23,108); }
H1.HeaderClassName
{
color: #5B176C;
}
.AnyTagClassName
{
color: #5B176C;
}
</style>
background-color css
<style>
a { background-color: #5B176C; }
a { background-color: rgb(91,23,108); }
div.DivClassName
{
background-color: #5B176C;
}
.BgClassName
{
background-color: #5B176C;
}
</style>
border-color css
<style>
span { border-color: #5B176C; }
span { border-color: rgb(91,23,108); }
td.TdClassName
{
border-color: #5B176C;
}
.TagClassName
{
border-color: #5B176C;
}
</style>