Shades of Seance #5B1C67
Tints of Seance #5B1C67
RGB
CMYK
RGB Variations
Color information
#5B1C67 (or 0x5B1C67) is known color: Seance. HEX triplet: 5B, 1C and 67. RGB value is (91,28,103). Sum of RGB (Red+Green+Blue) = 91+28+103=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B1C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1C67 is #A4E398. Grayscale: #373737. Windows color (decimal): -10806169 or 6757467. OLE color: 6757467.
HSL color Cylindrical-coordinate representation of color #5B1C67: hue angle of 290.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B1C67 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 28 | 103 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.60 |
| HSL | 290.4º | 0.57% | 0.26% | - |
| HSV(B) | 290.4º | 0.73% | 0.4% | - |
| XYZ | 7.18 | 4.03 | 13.23 | - |
| YUV | 55.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 103 | 0.12 | 0.73 | 0 | 0.60 | 290.4 | 0.57 | 0.26 |
| Hex | 5B | 1C | 67 | C | 49 | 0 | 3C | 122 | 39 | 1A |
| Octal | 133 | 34 | 147 | 14 | 111 | 0 | 74 | 442 | 71 | 32 |
| Binary | 1011011 | 11100 | 1100111 | 1100 | 1001001 | 0 | 111100 | 100100010 | 111001 | 11010 |
Color Harmonies of #5B1C67
Complementary color
Monochromatic Colors of #5B1C67
Black with #5B1C67
Text Example
Text Example
White with #5B1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C67; }
p { color: rgb(91,28,103); }
H1.HeaderClassName
{
color: #5B1C67;
}
.AnyTagClassName
{
color: #5B1C67;
}
</style>
background-color css
<style>
a { background-color: #5B1C67; }
a { background-color: rgb(91,28,103); }
div.DivClassName
{
background-color: #5B1C67;
}
.BgClassName
{
background-color: #5B1C67;
}
</style>
border-color css
<style>
span { border-color: #5B1C67; }
span { border-color: rgb(91,28,103); }
td.TdClassName
{
border-color: #5B1C67;
}
.TagClassName
{
border-color: #5B1C67;
}
</style>