Shades of Seance #5E2B67
Tints of Seance #5E2B67
RGB
CMYK
RGB Variations
Color information
#5E2B67 (or 0x5E2B67) is known color: Seance. HEX triplet: 5E, 2B and 67. RGB value is (94,43,103). Sum of RGB (Red+Green+Blue) = 94+43+103=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E2B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2B67 is #A1D498. Grayscale: #404040. Windows color (decimal): -10605721 or 6761310. OLE color: 6761310.
HSL color Cylindrical-coordinate representation of color #5E2B67: hue angle of 291º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E2B67 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 43 | 103 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.60 |
| HSL | 291º | 0.41% | 0.29% | - |
| HSV(B) | 291º | 0.58% | 0.4% | - |
| XYZ | 7.93 | 5.09 | 13.4 | - |
| YUV | 65.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 103 | 0.09 | 0.58 | 0 | 0.60 | 291 | 0.41 | 0.29 |
| Hex | 5E | 2B | 67 | 9 | 3A | 0 | 3C | 123 | 29 | 1D |
| Octal | 136 | 53 | 147 | 11 | 72 | 0 | 74 | 443 | 51 | 35 |
| Binary | 1011110 | 101011 | 1100111 | 1001 | 111010 | 0 | 111100 | 100100011 | 101001 | 11101 |
Color Harmonies of #5E2B67
Complementary color
Monochromatic Colors of #5E2B67
Black with #5E2B67
Text Example
Text Example
White with #5E2B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B67; }
p { color: rgb(94,43,103); }
H1.HeaderClassName
{
color: #5E2B67;
}
.AnyTagClassName
{
color: #5E2B67;
}
</style>
background-color css
<style>
a { background-color: #5E2B67; }
a { background-color: rgb(94,43,103); }
div.DivClassName
{
background-color: #5E2B67;
}
.BgClassName
{
background-color: #5E2B67;
}
</style>
border-color css
<style>
span { border-color: #5E2B67; }
span { border-color: rgb(94,43,103); }
td.TdClassName
{
border-color: #5E2B67;
}
.TagClassName
{
border-color: #5E2B67;
}
</style>