Shades of Seance #5B3B60
Tints of Seance #5B3B60
RGB
CMYK
RGB Variations
Color information
#5B3B60 (or 0x5B3B60) is known color: Seance. HEX triplet: 5B, 3B and 60. RGB value is (91,59,96). Sum of RGB (Red+Green+Blue) = 91+59+96=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B3B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3B60 is #A4C49F. Grayscale: #484848. Windows color (decimal): -10798240 or 6306651. OLE color: 6306651.
HSL color Cylindrical-coordinate representation of color #5B3B60: hue angle of 291.89º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B3B60 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 59 | 96 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.62 |
| HSL | 291.89º | 0.24% | 0.3% | - |
| HSV(B) | 291.89º | 0.39% | 0.38% | - |
| XYZ | 7.99 | 6.2 | 11.84 | - |
| YUV | 72.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 96 | 0.05 | 0.39 | 0 | 0.62 | 291.89 | 0.24 | 0.3 |
| Hex | 5B | 3B | 60 | 5 | 27 | 0 | 3E | 124 | 18 | 1E |
| Octal | 133 | 73 | 140 | 5 | 47 | 0 | 76 | 444 | 30 | 36 |
| Binary | 1011011 | 111011 | 1100000 | 101 | 100111 | 0 | 111110 | 100100100 | 11000 | 11110 |
Color Harmonies of #5B3B60
Complementary color
Monochromatic Colors of #5B3B60
Black with #5B3B60
Text Example
Text Example
White with #5B3B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B60; }
p { color: rgb(91,59,96); }
H1.HeaderClassName
{
color: #5B3B60;
}
.AnyTagClassName
{
color: #5B3B60;
}
</style>
background-color css
<style>
a { background-color: #5B3B60; }
a { background-color: rgb(91,59,96); }
div.DivClassName
{
background-color: #5B3B60;
}
.BgClassName
{
background-color: #5B3B60;
}
</style>
border-color css
<style>
span { border-color: #5B3B60; }
span { border-color: rgb(91,59,96); }
td.TdClassName
{
border-color: #5B3B60;
}
.TagClassName
{
border-color: #5B3B60;
}
</style>