Shades of Seance #5F3467
Tints of Seance #5F3467
RGB
CMYK
RGB Variations
Color information
#5F3467 (or 0x5F3467) is known color: Seance. HEX triplet: 5F, 34 and 67. RGB value is (95,52,103). Sum of RGB (Red+Green+Blue) = 95+52+103=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3467 is #A0CB98. Grayscale: #464646. Windows color (decimal): -10537881 or 6763615. OLE color: 6763615.
HSL color Cylindrical-coordinate representation of color #5F3467: hue angle of 290.59º degrees, saturation: 0.33, 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 #5F3467 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 52 | 103 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.60 |
| HSL | 290.59º | 0.33% | 0.3% | - |
| HSV(B) | 290.59º | 0.5% | 0.4% | - |
| XYZ | 8.4 | 5.87 | 13.52 | - |
| YUV | 70.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 103 | 0.08 | 0.50 | 0 | 0.60 | 290.59 | 0.33 | 0.3 |
| Hex | 5F | 34 | 67 | 8 | 32 | 0 | 3C | 123 | 21 | 1E |
| Octal | 137 | 64 | 147 | 10 | 62 | 0 | 74 | 443 | 41 | 36 |
| Binary | 1011111 | 110100 | 1100111 | 1000 | 110010 | 0 | 111100 | 100100011 | 100001 | 11110 |
Color Harmonies of #5F3467
Complementary color
Monochromatic Colors of #5F3467
Black with #5F3467
Text Example
Text Example
White with #5F3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3467; }
p { color: rgb(95,52,103); }
H1.HeaderClassName
{
color: #5F3467;
}
.AnyTagClassName
{
color: #5F3467;
}
</style>
background-color css
<style>
a { background-color: #5F3467; }
a { background-color: rgb(95,52,103); }
div.DivClassName
{
background-color: #5F3467;
}
.BgClassName
{
background-color: #5F3467;
}
</style>
border-color css
<style>
span { border-color: #5F3467; }
span { border-color: rgb(95,52,103); }
td.TdClassName
{
border-color: #5F3467;
}
.TagClassName
{
border-color: #5F3467;
}
</style>