Shades of Seance #5F136E
Tints of Seance #5F136E
RGB
CMYK
RGB Variations
Color information
#5F136E (or 0x5F136E) is known color: Seance. HEX triplet: 5F, 13 and 6E. RGB value is (95,19,110). Sum of RGB (Red+Green+Blue) = 95+19+110=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F136E is #A0EC91. Grayscale: #333333. Windows color (decimal): -10546322 or 7213919. OLE color: 7213919.
HSL color Cylindrical-coordinate representation of color #5F136E: hue angle of 290.11º degrees, saturation: 0.71, 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 #5F136E is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 19 | 110 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.57 |
| HSL | 290.11º | 0.71% | 0.25% | - |
| HSV(B) | 290.11º | 0.83% | 0.43% | - |
| XYZ | 7.77 | 4.02 | 15.12 | - |
| YUV | 52.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 110 | 0.14 | 0.83 | 0 | 0.57 | 290.11 | 0.71 | 0.25 |
| Hex | 5F | 13 | 6E | E | 53 | 0 | 39 | 122 | 47 | 19 |
| Octal | 137 | 23 | 156 | 16 | 123 | 0 | 71 | 442 | 107 | 31 |
| Binary | 1011111 | 10011 | 1101110 | 1110 | 1010011 | 0 | 111001 | 100100010 | 1000111 | 11001 |
Color Harmonies of #5F136E
Complementary color
Monochromatic Colors of #5F136E
Black with #5F136E
Text Example
Text Example
White with #5F136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F136E; }
p { color: rgb(95,19,110); }
H1.HeaderClassName
{
color: #5F136E;
}
.AnyTagClassName
{
color: #5F136E;
}
</style>
background-color css
<style>
a { background-color: #5F136E; }
a { background-color: rgb(95,19,110); }
div.DivClassName
{
background-color: #5F136E;
}
.BgClassName
{
background-color: #5F136E;
}
</style>
border-color css
<style>
span { border-color: #5F136E; }
span { border-color: rgb(95,19,110); }
td.TdClassName
{
border-color: #5F136E;
}
.TagClassName
{
border-color: #5F136E;
}
</style>