Shades of Seance #5A1C67
Tints of Seance #5A1C67
RGB
CMYK
RGB Variations
Color information
#5A1C67 (or 0x5A1C67) is known color: Seance. HEX triplet: 5A, 1C and 67. RGB value is (90,28,103). Sum of RGB (Red+Green+Blue) = 90+28+103=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A1C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C67 is #A5E398. Grayscale: #363636. Windows color (decimal): -10871705 or 6757466. OLE color: 6757466.
HSL color Cylindrical-coordinate representation of color #5A1C67: hue angle of 289.6º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1C67 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 28 | 103 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.60 |
| HSL | 289.6º | 0.57% | 0.26% | - |
| HSV(B) | 289.6º | 0.73% | 0.4% | - |
| XYZ | 7.08 | 3.98 | 13.23 | - |
| YUV | 55.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 103 | 0.13 | 0.73 | 0 | 0.60 | 289.6 | 0.57 | 0.26 |
| Hex | 5A | 1C | 67 | D | 49 | 0 | 3C | 122 | 39 | 1A |
| Octal | 132 | 34 | 147 | 15 | 111 | 0 | 74 | 442 | 71 | 32 |
| Binary | 1011010 | 11100 | 1100111 | 1101 | 1001001 | 0 | 111100 | 100100010 | 111001 | 11010 |
Color Harmonies of #5A1C67
Complementary color
Monochromatic Colors of #5A1C67
Black with #5A1C67
Text Example
Text Example
White with #5A1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C67; }
p { color: rgb(90,28,103); }
H1.HeaderClassName
{
color: #5A1C67;
}
.AnyTagClassName
{
color: #5A1C67;
}
</style>
background-color css
<style>
a { background-color: #5A1C67; }
a { background-color: rgb(90,28,103); }
div.DivClassName
{
background-color: #5A1C67;
}
.BgClassName
{
background-color: #5A1C67;
}
</style>
border-color css
<style>
span { border-color: #5A1C67; }
span { border-color: rgb(90,28,103); }
td.TdClassName
{
border-color: #5A1C67;
}
.TagClassName
{
border-color: #5A1C67;
}
</style>