Shades of Seance #5B146E
Tints of Seance #5B146E
RGB
CMYK
RGB Variations
Color information
#5B146E (or 0x5B146E) is known color: Seance. HEX triplet: 5B, 14 and 6E. RGB value is (91,20,110). Sum of RGB (Red+Green+Blue) = 91+20+110=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B146E is #A4EB91. Grayscale: #333333. Windows color (decimal): -10808210 or 7214171. OLE color: 7214171.
HSL color Cylindrical-coordinate representation of color #5B146E: hue angle of 287.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B146E is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 20 | 110 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.57 |
| HSL | 287.33º | 0.69% | 0.25% | - |
| HSV(B) | 287.33º | 0.82% | 0.43% | - |
| XYZ | 7.38 | 3.85 | 15.11 | - |
| YUV | 51.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 110 | 0.17 | 0.82 | 0 | 0.57 | 287.33 | 0.69 | 0.25 |
| Hex | 5B | 14 | 6E | 11 | 52 | 0 | 39 | 11F | 45 | 19 |
| Octal | 133 | 24 | 156 | 21 | 122 | 0 | 71 | 437 | 105 | 31 |
| Binary | 1011011 | 10100 | 1101110 | 10001 | 1010010 | 0 | 111001 | 100011111 | 1000101 | 11001 |
Color Harmonies of #5B146E
Complementary color
Monochromatic Colors of #5B146E
Black with #5B146E
Text Example
Text Example
White with #5B146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B146E; }
p { color: rgb(91,20,110); }
H1.HeaderClassName
{
color: #5B146E;
}
.AnyTagClassName
{
color: #5B146E;
}
</style>
background-color css
<style>
a { background-color: #5B146E; }
a { background-color: rgb(91,20,110); }
div.DivClassName
{
background-color: #5B146E;
}
.BgClassName
{
background-color: #5B146E;
}
</style>
border-color css
<style>
span { border-color: #5B146E; }
span { border-color: rgb(91,20,110); }
td.TdClassName
{
border-color: #5B146E;
}
.TagClassName
{
border-color: #5B146E;
}
</style>