Shades of Seance #5F3367
Tints of Seance #5F3367
RGB
CMYK
RGB Variations
Color information
#5F3367 (or 0x5F3367) is known color: Seance. HEX triplet: 5F, 33 and 67. RGB value is (95,51,103). Sum of RGB (Red+Green+Blue) = 95+51+103=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3367 is #A0CC98. Grayscale: #454545. Windows color (decimal): -10538137 or 6763359. OLE color: 6763359.
HSL color Cylindrical-coordinate representation of color #5F3367: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F3367 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 51 | 103 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.60 |
| HSL | 290.77º | 0.34% | 0.3% | - |
| HSV(B) | 290.77º | 0.5% | 0.4% | - |
| XYZ | 8.35 | 5.78 | 13.51 | - |
| YUV | 70.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 103 | 0.08 | 0.50 | 0 | 0.60 | 290.77 | 0.34 | 0.3 |
| Hex | 5F | 33 | 67 | 8 | 32 | 0 | 3C | 123 | 22 | 1E |
| Octal | 137 | 63 | 147 | 10 | 62 | 0 | 74 | 443 | 42 | 36 |
| Binary | 1011111 | 110011 | 1100111 | 1000 | 110010 | 0 | 111100 | 100100011 | 100010 | 11110 |
Color Harmonies of #5F3367
Complementary color
Monochromatic Colors of #5F3367
Black with #5F3367
Text Example
Text Example
White with #5F3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3367; }
p { color: rgb(95,51,103); }
H1.HeaderClassName
{
color: #5F3367;
}
.AnyTagClassName
{
color: #5F3367;
}
</style>
background-color css
<style>
a { background-color: #5F3367; }
a { background-color: rgb(95,51,103); }
div.DivClassName
{
background-color: #5F3367;
}
.BgClassName
{
background-color: #5F3367;
}
</style>
border-color css
<style>
span { border-color: #5F3367; }
span { border-color: rgb(95,51,103); }
td.TdClassName
{
border-color: #5F3367;
}
.TagClassName
{
border-color: #5F3367;
}
</style>