Shades of Seance #5A1B67
Tints of Seance #5A1B67
RGB
CMYK
RGB Variations
Color information
#5A1B67 (or 0x5A1B67) is known color: Seance. HEX triplet: 5A, 1B and 67. RGB value is (90,27,103). Sum of RGB (Red+Green+Blue) = 90+27+103=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A1B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B67 is #A5E498. Grayscale: #363636. Windows color (decimal): -10871961 or 6757210. OLE color: 6757210.
HSL color Cylindrical-coordinate representation of color #5A1B67: hue angle of 289.74º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A1B67 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 27 | 103 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.60 |
| HSL | 289.74º | 0.58% | 0.25% | - |
| HSV(B) | 289.74º | 0.74% | 0.4% | - |
| XYZ | 7.06 | 3.94 | 13.22 | - |
| YUV | 54.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 103 | 0.13 | 0.74 | 0 | 0.60 | 289.74 | 0.58 | 0.25 |
| Hex | 5A | 1B | 67 | D | 4A | 0 | 3C | 122 | 3A | 19 |
| Octal | 132 | 33 | 147 | 15 | 112 | 0 | 74 | 442 | 72 | 31 |
| Binary | 1011010 | 11011 | 1100111 | 1101 | 1001010 | 0 | 111100 | 100100010 | 111010 | 11001 |
Color Harmonies of #5A1B67
Complementary color
Monochromatic Colors of #5A1B67
Black with #5A1B67
Text Example
Text Example
White with #5A1B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B67; }
p { color: rgb(90,27,103); }
H1.HeaderClassName
{
color: #5A1B67;
}
.AnyTagClassName
{
color: #5A1B67;
}
</style>
background-color css
<style>
a { background-color: #5A1B67; }
a { background-color: rgb(90,27,103); }
div.DivClassName
{
background-color: #5A1B67;
}
.BgClassName
{
background-color: #5A1B67;
}
</style>
border-color css
<style>
span { border-color: #5A1B67; }
span { border-color: rgb(90,27,103); }
td.TdClassName
{
border-color: #5A1B67;
}
.TagClassName
{
border-color: #5A1B67;
}
</style>