Shades of Seance #5E2465
Tints of Seance #5E2465
RGB
CMYK
RGB Variations
Color information
#5E2465 (or 0x5E2465) is known color: Seance. HEX triplet: 5E, 24 and 65. RGB value is (94,36,101). Sum of RGB (Red+Green+Blue) = 94+36+101=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2465 is #A1DB9A. Grayscale: #3C3C3C. Windows color (decimal): -10607515 or 6628446. OLE color: 6628446.
HSL color Cylindrical-coordinate representation of color #5E2465: hue angle of 293.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E2465 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 36 | 101 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.60 |
| HSL | 293.54º | 0.47% | 0.27% | - |
| HSV(B) | 293.54º | 0.64% | 0.4% | - |
| XYZ | 7.6 | 4.58 | 12.8 | - |
| YUV | 60.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 101 | 0.07 | 0.64 | 0 | 0.60 | 293.54 | 0.47 | 0.27 |
| Hex | 5E | 24 | 65 | 7 | 40 | 0 | 3C | 126 | 2F | 1B |
| Octal | 136 | 44 | 145 | 7 | 100 | 0 | 74 | 446 | 57 | 33 |
| Binary | 1011110 | 100100 | 1100101 | 111 | 1000000 | 0 | 111100 | 100100110 | 101111 | 11011 |
Color Harmonies of #5E2465
Complementary color
Monochromatic Colors of #5E2465
Black with #5E2465
Text Example
Text Example
White with #5E2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2465; }
p { color: rgb(94,36,101); }
H1.HeaderClassName
{
color: #5E2465;
}
.AnyTagClassName
{
color: #5E2465;
}
</style>
background-color css
<style>
a { background-color: #5E2465; }
a { background-color: rgb(94,36,101); }
div.DivClassName
{
background-color: #5E2465;
}
.BgClassName
{
background-color: #5E2465;
}
</style>
border-color css
<style>
span { border-color: #5E2465; }
span { border-color: rgb(94,36,101); }
td.TdClassName
{
border-color: #5E2465;
}
.TagClassName
{
border-color: #5E2465;
}
</style>