Shades of Seance #5B226D
Tints of Seance #5B226D
RGB
CMYK
RGB Variations
Color information
#5B226D (or 0x5B226D) is known color: Seance. HEX triplet: 5B, 22 and 6D. RGB value is (91,34,109). Sum of RGB (Red+Green+Blue) = 91+34+109=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B226D is #A4DD92. Grayscale: #3B3B3B. Windows color (decimal): -10804627 or 7152219. OLE color: 7152219.
HSL color Cylindrical-coordinate representation of color #5B226D: hue angle of 285.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B226D is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 34 | 109 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.57 |
| HSL | 285.6º | 0.52% | 0.28% | - |
| HSV(B) | 285.6º | 0.69% | 0.43% | - |
| XYZ | 7.65 | 4.47 | 14.93 | - |
| YUV | 59.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 109 | 0.17 | 0.69 | 0 | 0.57 | 285.6 | 0.52 | 0.28 |
| Hex | 5B | 22 | 6D | 11 | 45 | 0 | 39 | 11E | 34 | 1C |
| Octal | 133 | 42 | 155 | 21 | 105 | 0 | 71 | 436 | 64 | 34 |
| Binary | 1011011 | 100010 | 1101101 | 10001 | 1000101 | 0 | 111001 | 100011110 | 110100 | 11100 |
Color Harmonies of #5B226D
Complementary color
Monochromatic Colors of #5B226D
Black with #5B226D
Text Example
Text Example
White with #5B226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B226D; }
p { color: rgb(91,34,109); }
H1.HeaderClassName
{
color: #5B226D;
}
.AnyTagClassName
{
color: #5B226D;
}
</style>
background-color css
<style>
a { background-color: #5B226D; }
a { background-color: rgb(91,34,109); }
div.DivClassName
{
background-color: #5B226D;
}
.BgClassName
{
background-color: #5B226D;
}
</style>
border-color css
<style>
span { border-color: #5B226D; }
span { border-color: rgb(91,34,109); }
td.TdClassName
{
border-color: #5B226D;
}
.TagClassName
{
border-color: #5B226D;
}
</style>