Shades of Seance #5B1A6B
Tints of Seance #5B1A6B
RGB
CMYK
RGB Variations
Color information
#5B1A6B (or 0x5B1A6B) is known color: Seance. HEX triplet: 5B, 1A and 6B. RGB value is (91,26,107). Sum of RGB (Red+Green+Blue) = 91+26+107=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B1A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1A6B is #A4E594. Grayscale: #363636. Windows color (decimal): -10806677 or 7019099. OLE color: 7019099.
HSL color Cylindrical-coordinate representation of color #5B1A6B: hue angle of 288.15º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1A6B is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 26 | 107 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.58 |
| HSL | 288.15º | 0.61% | 0.26% | - |
| HSV(B) | 288.15º | 0.76% | 0.42% | - |
| XYZ | 7.34 | 4.02 | 14.3 | - |
| YUV | 54.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 107 | 0.15 | 0.76 | 0 | 0.58 | 288.15 | 0.61 | 0.26 |
| Hex | 5B | 1A | 6B | F | 4C | 0 | 3A | 120 | 3D | 1A |
| Octal | 133 | 32 | 153 | 17 | 114 | 0 | 72 | 440 | 75 | 32 |
| Binary | 1011011 | 11010 | 1101011 | 1111 | 1001100 | 0 | 111010 | 100100000 | 111101 | 11010 |
Color Harmonies of #5B1A6B
Complementary color
Monochromatic Colors of #5B1A6B
Black with #5B1A6B
Text Example
Text Example
White with #5B1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A6B; }
p { color: rgb(91,26,107); }
H1.HeaderClassName
{
color: #5B1A6B;
}
.AnyTagClassName
{
color: #5B1A6B;
}
</style>
background-color css
<style>
a { background-color: #5B1A6B; }
a { background-color: rgb(91,26,107); }
div.DivClassName
{
background-color: #5B1A6B;
}
.BgClassName
{
background-color: #5B1A6B;
}
</style>
border-color css
<style>
span { border-color: #5B1A6B; }
span { border-color: rgb(91,26,107); }
td.TdClassName
{
border-color: #5B1A6B;
}
.TagClassName
{
border-color: #5B1A6B;
}
</style>