Shades of Seance #5B2365
Tints of Seance #5B2365
RGB
CMYK
RGB Variations
Color information
#5B2365 (or 0x5B2365) is known color: Seance. HEX triplet: 5B, 23 and 65. RGB value is (91,35,101). Sum of RGB (Red+Green+Blue) = 91+35+101=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B2365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2365 is #A4DC9A. Grayscale: #3B3B3B. Windows color (decimal): -10804379 or 6628187. OLE color: 6628187.
HSL color Cylindrical-coordinate representation of color #5B2365: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2365 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 35 | 101 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.60 |
| HSL | 290.91º | 0.49% | 0.27% | - |
| HSV(B) | 290.91º | 0.65% | 0.4% | - |
| XYZ | 7.26 | 4.37 | 12.77 | - |
| YUV | 59.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 101 | 0.10 | 0.65 | 0 | 0.60 | 290.91 | 0.49 | 0.27 |
| Hex | 5B | 23 | 65 | A | 41 | 0 | 3C | 123 | 31 | 1B |
| Octal | 133 | 43 | 145 | 12 | 101 | 0 | 74 | 443 | 61 | 33 |
| Binary | 1011011 | 100011 | 1100101 | 1010 | 1000001 | 0 | 111100 | 100100011 | 110001 | 11011 |
Color Harmonies of #5B2365
Complementary color
Monochromatic Colors of #5B2365
Black with #5B2365
Text Example
Text Example
White with #5B2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2365; }
p { color: rgb(91,35,101); }
H1.HeaderClassName
{
color: #5B2365;
}
.AnyTagClassName
{
color: #5B2365;
}
</style>
background-color css
<style>
a { background-color: #5B2365; }
a { background-color: rgb(91,35,101); }
div.DivClassName
{
background-color: #5B2365;
}
.BgClassName
{
background-color: #5B2365;
}
</style>
border-color css
<style>
span { border-color: #5B2365; }
span { border-color: rgb(91,35,101); }
td.TdClassName
{
border-color: #5B2365;
}
.TagClassName
{
border-color: #5B2365;
}
</style>