Shades of Seance #5B2268
Tints of Seance #5B2268
RGB
CMYK
RGB Variations
Color information
#5B2268 (or 0x5B2268) is known color: Seance. HEX triplet: 5B, 22 and 68. RGB value is (91,34,104). Sum of RGB (Red+Green+Blue) = 91+34+104=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B2268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2268 is #A4DD97. Grayscale: #3A3A3A. Windows color (decimal): -10804632 or 6824539. OLE color: 6824539.
HSL color Cylindrical-coordinate representation of color #5B2268: hue angle of 288.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2268 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 34 | 104 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.59 |
| HSL | 288.86º | 0.51% | 0.27% | - |
| HSV(B) | 288.86º | 0.67% | 0.41% | - |
| XYZ | 7.39 | 4.37 | 13.55 | - |
| YUV | 59.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 104 | 0.12 | 0.67 | 0 | 0.59 | 288.86 | 0.51 | 0.27 |
| Hex | 5B | 22 | 68 | C | 43 | 0 | 3B | 121 | 33 | 1B |
| Octal | 133 | 42 | 150 | 14 | 103 | 0 | 73 | 441 | 63 | 33 |
| Binary | 1011011 | 100010 | 1101000 | 1100 | 1000011 | 0 | 111011 | 100100001 | 110011 | 11011 |
Color Harmonies of #5B2268
Complementary color
Monochromatic Colors of #5B2268
Black with #5B2268
Text Example
Text Example
White with #5B2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2268; }
p { color: rgb(91,34,104); }
H1.HeaderClassName
{
color: #5B2268;
}
.AnyTagClassName
{
color: #5B2268;
}
</style>
background-color css
<style>
a { background-color: #5B2268; }
a { background-color: rgb(91,34,104); }
div.DivClassName
{
background-color: #5B2268;
}
.BgClassName
{
background-color: #5B2268;
}
</style>
border-color css
<style>
span { border-color: #5B2268; }
span { border-color: rgb(91,34,104); }
td.TdClassName
{
border-color: #5B2268;
}
.TagClassName
{
border-color: #5B2268;
}
</style>