Shades of Seance #5B2368
Tints of Seance #5B2368
RGB
CMYK
RGB Variations
Color information
#5B2368 (or 0x5B2368) is known color: Seance. HEX triplet: 5B, 23 and 68. RGB value is (91,35,104). Sum of RGB (Red+Green+Blue) = 91+35+104=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2368 is #A4DC97. Grayscale: #3B3B3B. Windows color (decimal): -10804376 or 6824795. OLE color: 6824795.
HSL color Cylindrical-coordinate representation of color #5B2368: hue angle of 288.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B2368 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 35 | 104 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.59 |
| HSL | 288.7º | 0.5% | 0.27% | - |
| HSV(B) | 288.7º | 0.66% | 0.41% | - |
| XYZ | 7.41 | 4.43 | 13.56 | - |
| YUV | 59.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 104 | 0.12 | 0.66 | 0 | 0.59 | 288.7 | 0.5 | 0.27 |
| Hex | 5B | 23 | 68 | C | 42 | 0 | 3B | 121 | 32 | 1B |
| Octal | 133 | 43 | 150 | 14 | 102 | 0 | 73 | 441 | 62 | 33 |
| Binary | 1011011 | 100011 | 1101000 | 1100 | 1000010 | 0 | 111011 | 100100001 | 110010 | 11011 |
Color Harmonies of #5B2368
Complementary color
Monochromatic Colors of #5B2368
Black with #5B2368
Text Example
Text Example
White with #5B2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2368; }
p { color: rgb(91,35,104); }
H1.HeaderClassName
{
color: #5B2368;
}
.AnyTagClassName
{
color: #5B2368;
}
</style>
background-color css
<style>
a { background-color: #5B2368; }
a { background-color: rgb(91,35,104); }
div.DivClassName
{
background-color: #5B2368;
}
.BgClassName
{
background-color: #5B2368;
}
</style>
border-color css
<style>
span { border-color: #5B2368; }
span { border-color: rgb(91,35,104); }
td.TdClassName
{
border-color: #5B2368;
}
.TagClassName
{
border-color: #5B2368;
}
</style>