Shades of Seance #5B2865
Tints of Seance #5B2865
RGB
CMYK
RGB Variations
Color information
#5B2865 (or 0x5B2865) is known color: Seance. HEX triplet: 5B, 28 and 65. RGB value is (91,40,101). Sum of RGB (Red+Green+Blue) = 91+40+101=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2865 is #A4D79A. Grayscale: #3E3E3E. Windows color (decimal): -10803099 or 6629467. OLE color: 6629467.
HSL color Cylindrical-coordinate representation of color #5B2865: hue angle of 290.16º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2865 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 40 | 101 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.60 |
| HSL | 290.16º | 0.43% | 0.28% | - |
| HSV(B) | 290.16º | 0.6% | 0.4% | - |
| XYZ | 7.42 | 4.68 | 12.82 | - |
| YUV | 62.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 101 | 0.10 | 0.60 | 0 | 0.60 | 290.16 | 0.43 | 0.28 |
| Hex | 5B | 28 | 65 | A | 3C | 0 | 3C | 122 | 2B | 1C |
| Octal | 133 | 50 | 145 | 12 | 74 | 0 | 74 | 442 | 53 | 34 |
| Binary | 1011011 | 101000 | 1100101 | 1010 | 111100 | 0 | 111100 | 100100010 | 101011 | 11100 |
Color Harmonies of #5B2865
Complementary color
Monochromatic Colors of #5B2865
Black with #5B2865
Text Example
Text Example
White with #5B2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2865; }
p { color: rgb(91,40,101); }
H1.HeaderClassName
{
color: #5B2865;
}
.AnyTagClassName
{
color: #5B2865;
}
</style>
background-color css
<style>
a { background-color: #5B2865; }
a { background-color: rgb(91,40,101); }
div.DivClassName
{
background-color: #5B2865;
}
.BgClassName
{
background-color: #5B2865;
}
</style>
border-color css
<style>
span { border-color: #5B2865; }
span { border-color: rgb(91,40,101); }
td.TdClassName
{
border-color: #5B2865;
}
.TagClassName
{
border-color: #5B2865;
}
</style>