Shades of Seance #5B1F6D
Tints of Seance #5B1F6D
RGB
CMYK
RGB Variations
Color information
#5B1F6D (or 0x5B1F6D) is known color: Seance. HEX triplet: 5B, 1F and 6D. RGB value is (91,31,109). Sum of RGB (Red+Green+Blue) = 91+31+109=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B1F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1F6D is #A4E092. Grayscale: #393939. Windows color (decimal): -10805395 or 7151451. OLE color: 7151451.
HSL color Cylindrical-coordinate representation of color #5B1F6D: hue angle of 286.15º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B1F6D is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 31 | 109 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.57 |
| HSL | 286.15º | 0.56% | 0.27% | - |
| HSV(B) | 286.15º | 0.72% | 0.43% | - |
| XYZ | 7.56 | 4.31 | 14.9 | - |
| YUV | 57.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 109 | 0.17 | 0.72 | 0 | 0.57 | 286.15 | 0.56 | 0.27 |
| Hex | 5B | 1F | 6D | 11 | 48 | 0 | 39 | 11E | 38 | 1B |
| Octal | 133 | 37 | 155 | 21 | 110 | 0 | 71 | 436 | 70 | 33 |
| Binary | 1011011 | 11111 | 1101101 | 10001 | 1001000 | 0 | 111001 | 100011110 | 111000 | 11011 |
Color Harmonies of #5B1F6D
Complementary color
Monochromatic Colors of #5B1F6D
Black with #5B1F6D
Text Example
Text Example
White with #5B1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F6D; }
p { color: rgb(91,31,109); }
H1.HeaderClassName
{
color: #5B1F6D;
}
.AnyTagClassName
{
color: #5B1F6D;
}
</style>
background-color css
<style>
a { background-color: #5B1F6D; }
a { background-color: rgb(91,31,109); }
div.DivClassName
{
background-color: #5B1F6D;
}
.BgClassName
{
background-color: #5B1F6D;
}
</style>
border-color css
<style>
span { border-color: #5B1F6D; }
span { border-color: rgb(91,31,109); }
td.TdClassName
{
border-color: #5B1F6D;
}
.TagClassName
{
border-color: #5B1F6D;
}
</style>