Shades of Seance #5B2068
Tints of Seance #5B2068
RGB
CMYK
RGB Variations
Color information
#5B2068 (or 0x5B2068) is known color: Seance. HEX triplet: 5B, 20 and 68. RGB value is (91,32,104). Sum of RGB (Red+Green+Blue) = 91+32+104=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2068 is #A4DF97. Grayscale: #393939. Windows color (decimal): -10805144 or 6824027. OLE color: 6824027.
HSL color Cylindrical-coordinate representation of color #5B2068: hue angle of 289.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B2068 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 32 | 104 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.59 |
| HSL | 289.17º | 0.53% | 0.27% | - |
| HSV(B) | 289.17º | 0.69% | 0.41% | - |
| XYZ | 7.33 | 4.26 | 13.53 | - |
| YUV | 57.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 104 | 0.12 | 0.69 | 0 | 0.59 | 289.17 | 0.53 | 0.27 |
| Hex | 5B | 20 | 68 | C | 45 | 0 | 3B | 121 | 35 | 1B |
| Octal | 133 | 40 | 150 | 14 | 105 | 0 | 73 | 441 | 65 | 33 |
| Binary | 1011011 | 100000 | 1101000 | 1100 | 1000101 | 0 | 111011 | 100100001 | 110101 | 11011 |
Color Harmonies of #5B2068
Complementary color
Monochromatic Colors of #5B2068
Black with #5B2068
Text Example
Text Example
White with #5B2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2068; }
p { color: rgb(91,32,104); }
H1.HeaderClassName
{
color: #5B2068;
}
.AnyTagClassName
{
color: #5B2068;
}
</style>
background-color css
<style>
a { background-color: #5B2068; }
a { background-color: rgb(91,32,104); }
div.DivClassName
{
background-color: #5B2068;
}
.BgClassName
{
background-color: #5B2068;
}
</style>
border-color css
<style>
span { border-color: #5B2068; }
span { border-color: rgb(91,32,104); }
td.TdClassName
{
border-color: #5B2068;
}
.TagClassName
{
border-color: #5B2068;
}
</style>