Shades of Seance #5F136D
Tints of Seance #5F136D
RGB
CMYK
RGB Variations
Color information
#5F136D (or 0x5F136D) is known color: Seance. HEX triplet: 5F, 13 and 6D. RGB value is (95,19,109). Sum of RGB (Red+Green+Blue) = 95+19+109=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F136D is #A0EC92. Grayscale: #333333. Windows color (decimal): -10546323 or 7148383. OLE color: 7148383.
HSL color Cylindrical-coordinate representation of color #5F136D: hue angle of 290.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F136D is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 19 | 109 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.57 |
| HSL | 290.67º | 0.7% | 0.25% | - |
| HSV(B) | 290.67º | 0.83% | 0.43% | - |
| XYZ | 7.71 | 4 | 14.83 | - |
| YUV | 51.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 109 | 0.13 | 0.83 | 0 | 0.57 | 290.67 | 0.7 | 0.25 |
| Hex | 5F | 13 | 6D | D | 53 | 0 | 39 | 123 | 46 | 19 |
| Octal | 137 | 23 | 155 | 15 | 123 | 0 | 71 | 443 | 106 | 31 |
| Binary | 1011111 | 10011 | 1101101 | 1101 | 1010011 | 0 | 111001 | 100100011 | 1000110 | 11001 |
Color Harmonies of #5F136D
Complementary color
Monochromatic Colors of #5F136D
Black with #5F136D
Text Example
Text Example
White with #5F136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F136D; }
p { color: rgb(95,19,109); }
H1.HeaderClassName
{
color: #5F136D;
}
.AnyTagClassName
{
color: #5F136D;
}
</style>
background-color css
<style>
a { background-color: #5F136D; }
a { background-color: rgb(95,19,109); }
div.DivClassName
{
background-color: #5F136D;
}
.BgClassName
{
background-color: #5F136D;
}
</style>
border-color css
<style>
span { border-color: #5F136D; }
span { border-color: rgb(95,19,109); }
td.TdClassName
{
border-color: #5F136D;
}
.TagClassName
{
border-color: #5F136D;
}
</style>