Shades of Seance #5B2965
Tints of Seance #5B2965
RGB
CMYK
RGB Variations
Color information
#5B2965 (or 0x5B2965) is known color: Seance. HEX triplet: 5B, 29 and 65. RGB value is (91,41,101). Sum of RGB (Red+Green+Blue) = 91+41+101=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2965 is #A4D69A. Grayscale: #3E3E3E. Windows color (decimal): -10802843 or 6629723. OLE color: 6629723.
HSL color Cylindrical-coordinate representation of color #5B2965: hue angle of 290º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B2965 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 41 | 101 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.60 |
| HSL | 290º | 0.42% | 0.28% | - |
| HSV(B) | 290º | 0.59% | 0.4% | - |
| XYZ | 7.46 | 4.75 | 12.84 | - |
| YUV | 62.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 101 | 0.10 | 0.59 | 0 | 0.60 | 290 | 0.42 | 0.28 |
| Hex | 5B | 29 | 65 | A | 3B | 0 | 3C | 122 | 2A | 1C |
| Octal | 133 | 51 | 145 | 12 | 73 | 0 | 74 | 442 | 52 | 34 |
| Binary | 1011011 | 101001 | 1100101 | 1010 | 111011 | 0 | 111100 | 100100010 | 101010 | 11100 |
Color Harmonies of #5B2965
Complementary color
Monochromatic Colors of #5B2965
Black with #5B2965
Text Example
Text Example
White with #5B2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2965; }
p { color: rgb(91,41,101); }
H1.HeaderClassName
{
color: #5B2965;
}
.AnyTagClassName
{
color: #5B2965;
}
</style>
background-color css
<style>
a { background-color: #5B2965; }
a { background-color: rgb(91,41,101); }
div.DivClassName
{
background-color: #5B2965;
}
.BgClassName
{
background-color: #5B2965;
}
</style>
border-color css
<style>
span { border-color: #5B2965; }
span { border-color: rgb(91,41,101); }
td.TdClassName
{
border-color: #5B2965;
}
.TagClassName
{
border-color: #5B2965;
}
</style>