Shades of Seance #5F2665
Tints of Seance #5F2665
RGB
CMYK
RGB Variations
Color information
#5F2665 (or 0x5F2665) is known color: Seance. HEX triplet: 5F, 26 and 65. RGB value is (95,38,101). Sum of RGB (Red+Green+Blue) = 95+38+101=234 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.60% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F2665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2665 is #A0D99A. Grayscale: #3E3E3E. Windows color (decimal): -10541467 or 6628959. OLE color: 6628959.
HSL color Cylindrical-coordinate representation of color #5F2665: hue angle of 294.29º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F2665 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 38 | 101 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.60 |
| HSL | 294.29º | 0.45% | 0.27% | - |
| HSV(B) | 294.29º | 0.62% | 0.4% | - |
| XYZ | 7.76 | 4.76 | 12.82 | - |
| YUV | 62.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 101 | 0.06 | 0.62 | 0 | 0.60 | 294.29 | 0.45 | 0.27 |
| Hex | 5F | 26 | 65 | 6 | 3E | 0 | 3C | 126 | 2D | 1B |
| Octal | 137 | 46 | 145 | 6 | 76 | 0 | 74 | 446 | 55 | 33 |
| Binary | 1011111 | 100110 | 1100101 | 110 | 111110 | 0 | 111100 | 100100110 | 101101 | 11011 |
Color Harmonies of #5F2665
Complementary color
Monochromatic Colors of #5F2665
Black with #5F2665
Text Example
Text Example
White with #5F2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2665; }
p { color: rgb(95,38,101); }
H1.HeaderClassName
{
color: #5F2665;
}
.AnyTagClassName
{
color: #5F2665;
}
</style>
background-color css
<style>
a { background-color: #5F2665; }
a { background-color: rgb(95,38,101); }
div.DivClassName
{
background-color: #5F2665;
}
.BgClassName
{
background-color: #5F2665;
}
</style>
border-color css
<style>
span { border-color: #5F2665; }
span { border-color: rgb(95,38,101); }
td.TdClassName
{
border-color: #5F2665;
}
.TagClassName
{
border-color: #5F2665;
}
</style>