Shades of Seance #5B266A
Tints of Seance #5B266A
RGB
CMYK
RGB Variations
Color information
#5B266A (or 0x5B266A) is known color: Seance. HEX triplet: 5B, 26 and 6A. RGB value is (91,38,106). Sum of RGB (Red+Green+Blue) = 91+38+106=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B266A is #A4D995. Grayscale: #3D3D3D. Windows color (decimal): -10803606 or 6956635. OLE color: 6956635.
HSL color Cylindrical-coordinate representation of color #5B266A: hue angle of 286.76º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B266A is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 38 | 106 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.58 |
| HSL | 286.76º | 0.47% | 0.28% | - |
| HSV(B) | 286.76º | 0.64% | 0.42% | - |
| XYZ | 7.61 | 4.65 | 14.13 | - |
| YUV | 61.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 106 | 0.14 | 0.64 | 0 | 0.58 | 286.76 | 0.47 | 0.28 |
| Hex | 5B | 26 | 6A | E | 40 | 0 | 3A | 11F | 2F | 1C |
| Octal | 133 | 46 | 152 | 16 | 100 | 0 | 72 | 437 | 57 | 34 |
| Binary | 1011011 | 100110 | 1101010 | 1110 | 1000000 | 0 | 111010 | 100011111 | 101111 | 11100 |
Color Harmonies of #5B266A
Complementary color
Monochromatic Colors of #5B266A
Black with #5B266A
Text Example
Text Example
White with #5B266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B266A; }
p { color: rgb(91,38,106); }
H1.HeaderClassName
{
color: #5B266A;
}
.AnyTagClassName
{
color: #5B266A;
}
</style>
background-color css
<style>
a { background-color: #5B266A; }
a { background-color: rgb(91,38,106); }
div.DivClassName
{
background-color: #5B266A;
}
.BgClassName
{
background-color: #5B266A;
}
</style>
border-color css
<style>
span { border-color: #5B266A; }
span { border-color: rgb(91,38,106); }
td.TdClassName
{
border-color: #5B266A;
}
.TagClassName
{
border-color: #5B266A;
}
</style>