Shades of Seance #5C2668
Tints of Seance #5C2668
RGB
CMYK
RGB Variations
Color information
#5C2668 (or 0x5C2668) is known color: Seance. HEX triplet: 5C, 26 and 68. RGB value is (92,38,104). Sum of RGB (Red+Green+Blue) = 92+38+104=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C2668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2668 is #A3D997. Grayscale: #3D3D3D. Windows color (decimal): -10738072 or 6825564. OLE color: 6825564.
HSL color Cylindrical-coordinate representation of color #5C2668: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C2668 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 38 | 104 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.59 |
| HSL | 289.09º | 0.46% | 0.28% | - |
| HSV(B) | 289.09º | 0.63% | 0.41% | - |
| XYZ | 7.61 | 4.66 | 13.6 | - |
| YUV | 61.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 104 | 0.12 | 0.63 | 0 | 0.59 | 289.09 | 0.46 | 0.28 |
| Hex | 5C | 26 | 68 | C | 3F | 0 | 3B | 121 | 2E | 1C |
| Octal | 134 | 46 | 150 | 14 | 77 | 0 | 73 | 441 | 56 | 34 |
| Binary | 1011100 | 100110 | 1101000 | 1100 | 111111 | 0 | 111011 | 100100001 | 101110 | 11100 |
Color Harmonies of #5C2668
Complementary color
Monochromatic Colors of #5C2668
Black with #5C2668
Text Example
Text Example
White with #5C2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2668; }
p { color: rgb(92,38,104); }
H1.HeaderClassName
{
color: #5C2668;
}
.AnyTagClassName
{
color: #5C2668;
}
</style>
background-color css
<style>
a { background-color: #5C2668; }
a { background-color: rgb(92,38,104); }
div.DivClassName
{
background-color: #5C2668;
}
.BgClassName
{
background-color: #5C2668;
}
</style>
border-color css
<style>
span { border-color: #5C2668; }
span { border-color: rgb(92,38,104); }
td.TdClassName
{
border-color: #5C2668;
}
.TagClassName
{
border-color: #5C2668;
}
</style>