Shades of Seance #5A1B72
Tints of Seance #5A1B72
RGB
CMYK
RGB Variations
Color information
#5A1B72 (or 0x5A1B72) is known color: Seance. HEX triplet: 5A, 1B and 72. RGB value is (90,27,114). Sum of RGB (Red+Green+Blue) = 90+27+114=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A1B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B72 is #A5E48D. Grayscale: #373737. Windows color (decimal): -10871950 or 7478106. OLE color: 7478106.
HSL color Cylindrical-coordinate representation of color #5A1B72: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1B72 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 27 | 114 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.55 |
| HSL | 283.45º | 0.62% | 0.28% | - |
| HSV(B) | 283.45º | 0.76% | 0.45% | - |
| XYZ | 7.65 | 4.17 | 16.32 | - |
| YUV | 55.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 114 | 0.21 | 0.76 | 0 | 0.55 | 283.45 | 0.62 | 0.28 |
| Hex | 5A | 1B | 72 | 15 | 4C | 0 | 37 | 11B | 3E | 1C |
| Octal | 132 | 33 | 162 | 25 | 114 | 0 | 67 | 433 | 76 | 34 |
| Binary | 1011010 | 11011 | 1110010 | 10101 | 1001100 | 0 | 110111 | 100011011 | 111110 | 11100 |
Color Harmonies of #5A1B72
Complementary color
Monochromatic Colors of #5A1B72
Black with #5A1B72
Text Example
Text Example
White with #5A1B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B72; }
p { color: rgb(90,27,114); }
H1.HeaderClassName
{
color: #5A1B72;
}
.AnyTagClassName
{
color: #5A1B72;
}
</style>
background-color css
<style>
a { background-color: #5A1B72; }
a { background-color: rgb(90,27,114); }
div.DivClassName
{
background-color: #5A1B72;
}
.BgClassName
{
background-color: #5A1B72;
}
</style>
border-color css
<style>
span { border-color: #5A1B72; }
span { border-color: rgb(90,27,114); }
td.TdClassName
{
border-color: #5A1B72;
}
.TagClassName
{
border-color: #5A1B72;
}
</style>