Shades of Seance #581E6E
Tints of Seance #581E6E
RGB
CMYK
RGB Variations
Color information
#581E6E (or 0x581E6E) is known color: Seance. HEX triplet: 58, 1E and 6E. RGB value is (88,30,110). Sum of RGB (Red+Green+Blue) = 88+30+110=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #581E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E6E is #A7E191. Grayscale: #383838. Windows color (decimal): -11002258 or 7216728. OLE color: 7216728.
HSL color Cylindrical-coordinate representation of color #581E6E: hue angle of 283.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581E6E is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 30 | 110 | - |
| CMYK | 0.2 | 0.73 | 0 | 0.57 |
| HSL | 283.5º | 0.57% | 0.27% | - |
| HSV(B) | 283.5º | 0.73% | 0.43% | - |
| XYZ | 7.3 | 4.13 | 15.16 | - |
| YUV | 56.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 110 | 0.2 | 0.73 | 0 | 0.57 | 283.5 | 0.57 | 0.27 |
| Hex | 58 | 1E | 6E | 14 | 49 | 0 | 39 | 11C | 39 | 1B |
| Octal | 130 | 36 | 156 | 24 | 111 | 0 | 71 | 434 | 71 | 33 |
| Binary | 1011000 | 11110 | 1101110 | 10100 | 1001001 | 0 | 111001 | 100011100 | 111001 | 11011 |
Color Harmonies of #581E6E
Complementary color
Monochromatic Colors of #581E6E
Black with #581E6E
Text Example
Text Example
White with #581E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E6E; }
p { color: rgb(88,30,110); }
H1.HeaderClassName
{
color: #581E6E;
}
.AnyTagClassName
{
color: #581E6E;
}
</style>
background-color css
<style>
a { background-color: #581E6E; }
a { background-color: rgb(88,30,110); }
div.DivClassName
{
background-color: #581E6E;
}
.BgClassName
{
background-color: #581E6E;
}
</style>
border-color css
<style>
span { border-color: #581E6E; }
span { border-color: rgb(88,30,110); }
td.TdClassName
{
border-color: #581E6E;
}
.TagClassName
{
border-color: #581E6E;
}
</style>