Shades of Seance #5A1567
Tints of Seance #5A1567
RGB
CMYK
RGB Variations
Color information
#5A1567 (or 0x5A1567) is known color: Seance. HEX triplet: 5A, 15 and 67. RGB value is (90,21,103). Sum of RGB (Red+Green+Blue) = 90+21+103=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A1567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1567 is #A5EA98. Grayscale: #323232. Windows color (decimal): -10873497 or 6755674. OLE color: 6755674.
HSL color Cylindrical-coordinate representation of color #5A1567: hue angle of 290.49º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1567 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 21 | 103 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.60 |
| HSL | 290.49º | 0.66% | 0.24% | - |
| HSV(B) | 290.49º | 0.8% | 0.4% | - |
| XYZ | 6.93 | 3.69 | 13.18 | - |
| YUV | 50.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 103 | 0.13 | 0.80 | 0 | 0.60 | 290.49 | 0.66 | 0.24 |
| Hex | 5A | 15 | 67 | D | 50 | 0 | 3C | 122 | 42 | 18 |
| Octal | 132 | 25 | 147 | 15 | 120 | 0 | 74 | 442 | 102 | 30 |
| Binary | 1011010 | 10101 | 1100111 | 1101 | 1010000 | 0 | 111100 | 100100010 | 1000010 | 11000 |
Color Harmonies of #5A1567
Complementary color
Monochromatic Colors of #5A1567
Black with #5A1567
Text Example
Text Example
White with #5A1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1567; }
p { color: rgb(90,21,103); }
H1.HeaderClassName
{
color: #5A1567;
}
.AnyTagClassName
{
color: #5A1567;
}
</style>
background-color css
<style>
a { background-color: #5A1567; }
a { background-color: rgb(90,21,103); }
div.DivClassName
{
background-color: #5A1567;
}
.BgClassName
{
background-color: #5A1567;
}
</style>
border-color css
<style>
span { border-color: #5A1567; }
span { border-color: rgb(90,21,103); }
td.TdClassName
{
border-color: #5A1567;
}
.TagClassName
{
border-color: #5A1567;
}
</style>