Shades of Seance #5E2F65
Tints of Seance #5E2F65
RGB
CMYK
RGB Variations
Color information
#5E2F65 (or 0x5E2F65) is known color: Seance. HEX triplet: 5E, 2F and 65. RGB value is (94,47,101). Sum of RGB (Red+Green+Blue) = 94+47+101=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E2F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2F65 is #A1D09A. Grayscale: #434343. Windows color (decimal): -10604699 or 6631262. OLE color: 6631262.
HSL color Cylindrical-coordinate representation of color #5E2F65: hue angle of 292.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2F65 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 47 | 101 | - |
CMYK | 0.07 | 0.53 | 0 | 0.60 |
HSL | 292.22º | 0.36% | 0.29% | - |
HSV(B) | 292.22º | 0.53% | 0.4% | - |
XYZ | 7.98 | 5.35 | 12.92 | - |
YUV | 67.21 | 147.07 | 147.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 47 | 101 | 0.07 | 0.53 | 0 | 0.60 | 292.22 | 0.36 | 0.29 |
Hex | 5E | 2F | 65 | 7 | 35 | 0 | 3C | 124 | 24 | 1D |
Octal | 136 | 57 | 145 | 7 | 65 | 0 | 74 | 444 | 44 | 35 |
Binary | 1011110 | 101111 | 1100101 | 111 | 110101 | 0 | 111100 | 100100100 | 100100 | 11101 |
Color Harmonies of #5E2F65
Complementary color
Monochromatic Colors of #5E2F65
Black with #5E2F65
Text Example
Text Example
White with #5E2F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F65; }
p { color: rgb(94,47,101); }
H1.HeaderClassName
{
color: #5E2F65;
}
.AnyTagClassName
{
color: #5E2F65;
}
</style>
background-color css
<style>
a { background-color: #5E2F65; }
a { background-color: rgb(94,47,101); }
div.DivClassName
{
background-color: #5E2F65;
}
.BgClassName
{
background-color: #5E2F65;
}
</style>
border-color css
<style>
span { border-color: #5E2F65; }
span { border-color: rgb(94,47,101); }
td.TdClassName
{
border-color: #5E2F65;
}
.TagClassName
{
border-color: #5E2F65;
}
</style>