Shades of Seance #5E3263
Tints of Seance #5E3263
RGB
CMYK
RGB Variations
Color information
#5E3263 (or 0x5E3263) is known color: Seance. HEX triplet: 5E, 32 and 63. RGB value is (94,50,99). Sum of RGB (Red+Green+Blue) = 94+50+99=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3263 is #A1CD9C. Grayscale: #444444. Windows color (decimal): -10603933 or 6500958. OLE color: 6500958.
HSL color Cylindrical-coordinate representation of color #5E3263: hue angle of 293.88º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3263 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 50 | 99 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.61 |
| HSL | 293.88º | 0.33% | 0.29% | - |
| HSV(B) | 293.88º | 0.49% | 0.39% | - |
| XYZ | 8.01 | 5.56 | 12.46 | - |
| YUV | 68.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 99 | 0.05 | 0.49 | 0 | 0.61 | 293.88 | 0.33 | 0.29 |
| Hex | 5E | 32 | 63 | 5 | 31 | 0 | 3D | 126 | 21 | 1D |
| Octal | 136 | 62 | 143 | 5 | 61 | 0 | 75 | 446 | 41 | 35 |
| Binary | 1011110 | 110010 | 1100011 | 101 | 110001 | 0 | 111101 | 100100110 | 100001 | 11101 |
Color Harmonies of #5E3263
Complementary color
Monochromatic Colors of #5E3263
Black with #5E3263
Text Example
Text Example
White with #5E3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3263; }
p { color: rgb(94,50,99); }
H1.HeaderClassName
{
color: #5E3263;
}
.AnyTagClassName
{
color: #5E3263;
}
</style>
background-color css
<style>
a { background-color: #5E3263; }
a { background-color: rgb(94,50,99); }
div.DivClassName
{
background-color: #5E3263;
}
.BgClassName
{
background-color: #5E3263;
}
</style>
border-color css
<style>
span { border-color: #5E3263; }
span { border-color: rgb(94,50,99); }
td.TdClassName
{
border-color: #5E3263;
}
.TagClassName
{
border-color: #5E3263;
}
</style>