Shades of Seance #5F2768
Tints of Seance #5F2768
RGB
CMYK
RGB Variations
Color information
#5F2768 (or 0x5F2768) is known color: Seance. HEX triplet: 5F, 27 and 68. RGB value is (95,39,104). Sum of RGB (Red+Green+Blue) = 95+39+104=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F2768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2768 is #A0D897. Grayscale: #3E3E3E. Windows color (decimal): -10541208 or 6825823. OLE color: 6825823.
HSL color Cylindrical-coordinate representation of color #5F2768: hue angle of 291.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F2768 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 39 | 104 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.59 |
| HSL | 291.69º | 0.45% | 0.28% | - |
| HSV(B) | 291.69º | 0.63% | 0.41% | - |
| XYZ | 7.94 | 4.88 | 13.62 | - |
| YUV | 63.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 104 | 0.09 | 0.62 | 0 | 0.59 | 291.69 | 0.45 | 0.28 |
| Hex | 5F | 27 | 68 | 9 | 3E | 0 | 3B | 124 | 2D | 1C |
| Octal | 137 | 47 | 150 | 11 | 76 | 0 | 73 | 444 | 55 | 34 |
| Binary | 1011111 | 100111 | 1101000 | 1001 | 111110 | 0 | 111011 | 100100100 | 101101 | 11100 |
Color Harmonies of #5F2768
Complementary color
Monochromatic Colors of #5F2768
Black with #5F2768
Text Example
Text Example
White with #5F2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2768; }
p { color: rgb(95,39,104); }
H1.HeaderClassName
{
color: #5F2768;
}
.AnyTagClassName
{
color: #5F2768;
}
</style>
background-color css
<style>
a { background-color: #5F2768; }
a { background-color: rgb(95,39,104); }
div.DivClassName
{
background-color: #5F2768;
}
.BgClassName
{
background-color: #5F2768;
}
</style>
border-color css
<style>
span { border-color: #5F2768; }
span { border-color: rgb(95,39,104); }
td.TdClassName
{
border-color: #5F2768;
}
.TagClassName
{
border-color: #5F2768;
}
</style>