Shades of Seance #5F2565
Tints of Seance #5F2565
RGB
CMYK
RGB Variations
Color information
#5F2565 (or 0x5F2565) is known color: Seance. HEX triplet: 5F, 25 and 65. RGB value is (95,37,101). Sum of RGB (Red+Green+Blue) = 95+37+101=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2565 is #A0DA9A. Grayscale: #3D3D3D. Windows color (decimal): -10541723 or 6628703. OLE color: 6628703.
HSL color Cylindrical-coordinate representation of color #5F2565: hue angle of 294.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2565 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 37 | 101 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.60 |
| HSL | 294.38º | 0.46% | 0.27% | - |
| HSV(B) | 294.38º | 0.63% | 0.4% | - |
| XYZ | 7.73 | 4.7 | 12.81 | - |
| YUV | 61.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 101 | 0.06 | 0.63 | 0 | 0.60 | 294.38 | 0.46 | 0.27 |
| Hex | 5F | 25 | 65 | 6 | 3F | 0 | 3C | 126 | 2E | 1B |
| Octal | 137 | 45 | 145 | 6 | 77 | 0 | 74 | 446 | 56 | 33 |
| Binary | 1011111 | 100101 | 1100101 | 110 | 111111 | 0 | 111100 | 100100110 | 101110 | 11011 |
Color Harmonies of #5F2565
Complementary color
Monochromatic Colors of #5F2565
Black with #5F2565
Text Example
Text Example
White with #5F2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2565; }
p { color: rgb(95,37,101); }
H1.HeaderClassName
{
color: #5F2565;
}
.AnyTagClassName
{
color: #5F2565;
}
</style>
background-color css
<style>
a { background-color: #5F2565; }
a { background-color: rgb(95,37,101); }
div.DivClassName
{
background-color: #5F2565;
}
.BgClassName
{
background-color: #5F2565;
}
</style>
border-color css
<style>
span { border-color: #5F2565; }
span { border-color: rgb(95,37,101); }
td.TdClassName
{
border-color: #5F2565;
}
.TagClassName
{
border-color: #5F2565;
}
</style>