Shades of Seance #5C146E
Tints of Seance #5C146E
RGB
CMYK
RGB Variations
Color information
#5C146E (or 0x5C146E) is known color: Seance. HEX triplet: 5C, 14 and 6E. RGB value is (92,20,110). Sum of RGB (Red+Green+Blue) = 92+20+110=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C146E is #A3EB91. Grayscale: #333333. Windows color (decimal): -10742674 or 7214172. OLE color: 7214172.
HSL color Cylindrical-coordinate representation of color #5C146E: hue angle of 288º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C146E is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 20 | 110 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.57 |
| HSL | 288º | 0.69% | 0.25% | - |
| HSV(B) | 288º | 0.82% | 0.43% | - |
| XYZ | 7.48 | 3.9 | 15.11 | - |
| YUV | 51.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 110 | 0.16 | 0.82 | 0 | 0.57 | 288 | 0.69 | 0.25 |
| Hex | 5C | 14 | 6E | 10 | 52 | 0 | 39 | 120 | 45 | 19 |
| Octal | 134 | 24 | 156 | 20 | 122 | 0 | 71 | 440 | 105 | 31 |
| Binary | 1011100 | 10100 | 1101110 | 10000 | 1010010 | 0 | 111001 | 100100000 | 1000101 | 11001 |
Color Harmonies of #5C146E
Complementary color
Monochromatic Colors of #5C146E
Black with #5C146E
Text Example
Text Example
White with #5C146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C146E; }
p { color: rgb(92,20,110); }
H1.HeaderClassName
{
color: #5C146E;
}
.AnyTagClassName
{
color: #5C146E;
}
</style>
background-color css
<style>
a { background-color: #5C146E; }
a { background-color: rgb(92,20,110); }
div.DivClassName
{
background-color: #5C146E;
}
.BgClassName
{
background-color: #5C146E;
}
</style>
border-color css
<style>
span { border-color: #5C146E; }
span { border-color: rgb(92,20,110); }
td.TdClassName
{
border-color: #5C146E;
}
.TagClassName
{
border-color: #5C146E;
}
</style>