Shades of Seance #5B136D
Tints of Seance #5B136D
RGB
CMYK
RGB Variations
Color information
#5B136D (or 0x5B136D) is known color: Seance. HEX triplet: 5B, 13 and 6D. RGB value is (91,19,109). Sum of RGB (Red+Green+Blue) = 91+19+109=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B136D is #A4EC92. Grayscale: #323232. Windows color (decimal): -10808467 or 7148379. OLE color: 7148379.
HSL color Cylindrical-coordinate representation of color #5B136D: hue angle of 288º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B136D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 19 | 109 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.57 |
| HSL | 288º | 0.7% | 0.25% | - |
| HSV(B) | 288º | 0.83% | 0.43% | - |
| XYZ | 7.31 | 3.79 | 14.82 | - |
| YUV | 50.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 109 | 0.17 | 0.83 | 0 | 0.57 | 288 | 0.7 | 0.25 |
| Hex | 5B | 13 | 6D | 11 | 53 | 0 | 39 | 120 | 46 | 19 |
| Octal | 133 | 23 | 155 | 21 | 123 | 0 | 71 | 440 | 106 | 31 |
| Binary | 1011011 | 10011 | 1101101 | 10001 | 1010011 | 0 | 111001 | 100100000 | 1000110 | 11001 |
Color Harmonies of #5B136D
Complementary color
Monochromatic Colors of #5B136D
Black with #5B136D
Text Example
Text Example
White with #5B136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B136D; }
p { color: rgb(91,19,109); }
H1.HeaderClassName
{
color: #5B136D;
}
.AnyTagClassName
{
color: #5B136D;
}
</style>
background-color css
<style>
a { background-color: #5B136D; }
a { background-color: rgb(91,19,109); }
div.DivClassName
{
background-color: #5B136D;
}
.BgClassName
{
background-color: #5B136D;
}
</style>
border-color css
<style>
span { border-color: #5B136D; }
span { border-color: rgb(91,19,109); }
td.TdClassName
{
border-color: #5B136D;
}
.TagClassName
{
border-color: #5B136D;
}
</style>