Shades of Seance #5B1D67
Tints of Seance #5B1D67
RGB
CMYK
RGB Variations
Color information
#5B1D67 (or 0x5B1D67) is known color: Seance. HEX triplet: 5B, 1D and 67. RGB value is (91,29,103). Sum of RGB (Red+Green+Blue) = 91+29+103=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B1D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1D67 is #A4E298. Grayscale: #373737. Windows color (decimal): -10805913 or 6757723. OLE color: 6757723.
HSL color Cylindrical-coordinate representation of color #5B1D67: hue angle of 290.27º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B1D67 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 29 | 103 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.60 |
| HSL | 290.27º | 0.56% | 0.26% | - |
| HSV(B) | 290.27º | 0.72% | 0.4% | - |
| XYZ | 7.2 | 4.08 | 13.24 | - |
| YUV | 55.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 103 | 0.12 | 0.72 | 0 | 0.60 | 290.27 | 0.56 | 0.26 |
| Hex | 5B | 1D | 67 | C | 48 | 0 | 3C | 122 | 38 | 1A |
| Octal | 133 | 35 | 147 | 14 | 110 | 0 | 74 | 442 | 70 | 32 |
| Binary | 1011011 | 11101 | 1100111 | 1100 | 1001000 | 0 | 111100 | 100100010 | 111000 | 11010 |
Color Harmonies of #5B1D67
Complementary color
Monochromatic Colors of #5B1D67
Black with #5B1D67
Text Example
Text Example
White with #5B1D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D67; }
p { color: rgb(91,29,103); }
H1.HeaderClassName
{
color: #5B1D67;
}
.AnyTagClassName
{
color: #5B1D67;
}
</style>
background-color css
<style>
a { background-color: #5B1D67; }
a { background-color: rgb(91,29,103); }
div.DivClassName
{
background-color: #5B1D67;
}
.BgClassName
{
background-color: #5B1D67;
}
</style>
border-color css
<style>
span { border-color: #5B1D67; }
span { border-color: rgb(91,29,103); }
td.TdClassName
{
border-color: #5B1D67;
}
.TagClassName
{
border-color: #5B1D67;
}
</style>