Shades of Seance #5D2667
Tints of Seance #5D2667
RGB
CMYK
RGB Variations
Color information
#5D2667 (or 0x5D2667) is known color: Seance. HEX triplet: 5D, 26 and 67. RGB value is (93,38,103). Sum of RGB (Red+Green+Blue) = 93+38+103=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D2667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2667 is #A2D998. Grayscale: #3D3D3D. Windows color (decimal): -10672537 or 6760029. OLE color: 6760029.
HSL color Cylindrical-coordinate representation of color #5D2667: hue angle of 290.77º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D2667 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 38 | 103 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.60 |
| HSL | 290.77º | 0.46% | 0.28% | - |
| HSV(B) | 290.77º | 0.63% | 0.4% | - |
| XYZ | 7.66 | 4.69 | 13.33 | - |
| YUV | 61.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 103 | 0.10 | 0.63 | 0 | 0.60 | 290.77 | 0.46 | 0.28 |
| Hex | 5D | 26 | 67 | A | 3F | 0 | 3C | 123 | 2E | 1C |
| Octal | 135 | 46 | 147 | 12 | 77 | 0 | 74 | 443 | 56 | 34 |
| Binary | 1011101 | 100110 | 1100111 | 1010 | 111111 | 0 | 111100 | 100100011 | 101110 | 11100 |
Color Harmonies of #5D2667
Complementary color
Monochromatic Colors of #5D2667
Black with #5D2667
Text Example
Text Example
White with #5D2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2667; }
p { color: rgb(93,38,103); }
H1.HeaderClassName
{
color: #5D2667;
}
.AnyTagClassName
{
color: #5D2667;
}
</style>
background-color css
<style>
a { background-color: #5D2667; }
a { background-color: rgb(93,38,103); }
div.DivClassName
{
background-color: #5D2667;
}
.BgClassName
{
background-color: #5D2667;
}
</style>
border-color css
<style>
span { border-color: #5D2667; }
span { border-color: rgb(93,38,103); }
td.TdClassName
{
border-color: #5D2667;
}
.TagClassName
{
border-color: #5D2667;
}
</style>