Shades of Seance #5A176F
Tints of Seance #5A176F
RGB
CMYK
RGB Variations
Color information
#5A176F (or 0x5A176F) is known color: Seance. HEX triplet: 5A, 17 and 6F. RGB value is (90,23,111). Sum of RGB (Red+Green+Blue) = 90+23+111=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A176F is #A5E890. Grayscale: #343434. Windows color (decimal): -10872977 or 7280474. OLE color: 7280474.
HSL color Cylindrical-coordinate representation of color #5A176F: hue angle of 285.68º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A176F is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 23 | 111 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.56 |
| HSL | 285.68º | 0.66% | 0.26% | - |
| HSV(B) | 285.68º | 0.79% | 0.44% | - |
| XYZ | 7.39 | 3.93 | 15.41 | - |
| YUV | 53.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 111 | 0.19 | 0.79 | 0 | 0.56 | 285.68 | 0.66 | 0.26 |
| Hex | 5A | 17 | 6F | 13 | 4F | 0 | 38 | 11E | 42 | 1A |
| Octal | 132 | 27 | 157 | 23 | 117 | 0 | 70 | 436 | 102 | 32 |
| Binary | 1011010 | 10111 | 1101111 | 10011 | 1001111 | 0 | 111000 | 100011110 | 1000010 | 11010 |
Color Harmonies of #5A176F
Complementary color
Monochromatic Colors of #5A176F
Black with #5A176F
Text Example
Text Example
White with #5A176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A176F; }
p { color: rgb(90,23,111); }
H1.HeaderClassName
{
color: #5A176F;
}
.AnyTagClassName
{
color: #5A176F;
}
</style>
background-color css
<style>
a { background-color: #5A176F; }
a { background-color: rgb(90,23,111); }
div.DivClassName
{
background-color: #5A176F;
}
.BgClassName
{
background-color: #5A176F;
}
</style>
border-color css
<style>
span { border-color: #5A176F; }
span { border-color: rgb(90,23,111); }
td.TdClassName
{
border-color: #5A176F;
}
.TagClassName
{
border-color: #5A176F;
}
</style>