Shades of Seance #581A6E
Tints of Seance #581A6E
RGB
CMYK
RGB Variations
Color information
#581A6E (or 0x581A6E) is known color: Seance. HEX triplet: 58, 1A and 6E. RGB value is (88,26,110). Sum of RGB (Red+Green+Blue) = 88+26+110=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #581A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6E is #A7E591. Grayscale: #353535. Windows color (decimal): -11003282 or 7215704. OLE color: 7215704.
HSL color Cylindrical-coordinate representation of color #581A6E: hue angle of 284.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581A6E is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 26 | 110 | - |
| CMYK | 0.2 | 0.76 | 0 | 0.57 |
| HSL | 284.29º | 0.62% | 0.27% | - |
| HSV(B) | 284.29º | 0.76% | 0.43% | - |
| XYZ | 7.21 | 3.94 | 15.13 | - |
| YUV | 54.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 110 | 0.2 | 0.76 | 0 | 0.57 | 284.29 | 0.62 | 0.27 |
| Hex | 58 | 1A | 6E | 14 | 4C | 0 | 39 | 11C | 3E | 1B |
| Octal | 130 | 32 | 156 | 24 | 114 | 0 | 71 | 434 | 76 | 33 |
| Binary | 1011000 | 11010 | 1101110 | 10100 | 1001100 | 0 | 111001 | 100011100 | 111110 | 11011 |
Color Harmonies of #581A6E
Complementary color
Monochromatic Colors of #581A6E
Black with #581A6E
Text Example
Text Example
White with #581A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A6E; }
p { color: rgb(88,26,110); }
H1.HeaderClassName
{
color: #581A6E;
}
.AnyTagClassName
{
color: #581A6E;
}
</style>
background-color css
<style>
a { background-color: #581A6E; }
a { background-color: rgb(88,26,110); }
div.DivClassName
{
background-color: #581A6E;
}
.BgClassName
{
background-color: #581A6E;
}
</style>
border-color css
<style>
span { border-color: #581A6E; }
span { border-color: rgb(88,26,110); }
td.TdClassName
{
border-color: #581A6E;
}
.TagClassName
{
border-color: #581A6E;
}
</style>