Shades of Seance #5B2565
Tints of Seance #5B2565
RGB
CMYK
RGB Variations
Color information
#5B2565 (or 0x5B2565) is known color: Seance. HEX triplet: 5B, 25 and 65. RGB value is (91,37,101). Sum of RGB (Red+Green+Blue) = 91+37+101=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2565 is #A4DA9A. Grayscale: #3C3C3C. Windows color (decimal): -10803867 or 6628699. OLE color: 6628699.
HSL color Cylindrical-coordinate representation of color #5B2565: hue angle of 290.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B2565 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 37 | 101 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.60 |
| HSL | 290.63º | 0.46% | 0.27% | - |
| HSV(B) | 290.63º | 0.63% | 0.4% | - |
| XYZ | 7.32 | 4.49 | 12.79 | - |
| YUV | 60.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 101 | 0.10 | 0.63 | 0 | 0.60 | 290.63 | 0.46 | 0.27 |
| Hex | 5B | 25 | 65 | A | 3F | 0 | 3C | 123 | 2E | 1B |
| Octal | 133 | 45 | 145 | 12 | 77 | 0 | 74 | 443 | 56 | 33 |
| Binary | 1011011 | 100101 | 1100101 | 1010 | 111111 | 0 | 111100 | 100100011 | 101110 | 11011 |
Color Harmonies of #5B2565
Complementary color
Monochromatic Colors of #5B2565
Black with #5B2565
Text Example
Text Example
White with #5B2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2565; }
p { color: rgb(91,37,101); }
H1.HeaderClassName
{
color: #5B2565;
}
.AnyTagClassName
{
color: #5B2565;
}
</style>
background-color css
<style>
a { background-color: #5B2565; }
a { background-color: rgb(91,37,101); }
div.DivClassName
{
background-color: #5B2565;
}
.BgClassName
{
background-color: #5B2565;
}
</style>
border-color css
<style>
span { border-color: #5B2565; }
span { border-color: rgb(91,37,101); }
td.TdClassName
{
border-color: #5B2565;
}
.TagClassName
{
border-color: #5B2565;
}
</style>