Shades of Seance #5D256D
Tints of Seance #5D256D
RGB
CMYK
RGB Variations
Color information
#5D256D (or 0x5D256D) is known color: Seance. HEX triplet: 5D, 25 and 6D. RGB value is (93,37,109). Sum of RGB (Red+Green+Blue) = 93+37+109=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D256D is #A2DA92. Grayscale: #3D3D3D. Windows color (decimal): -10672787 or 7152989. OLE color: 7152989.
HSL color Cylindrical-coordinate representation of color #5D256D: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D256D is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 37 | 109 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.57 |
| HSL | 286.67º | 0.49% | 0.29% | - |
| HSV(B) | 286.67º | 0.66% | 0.43% | - |
| XYZ | 7.94 | 4.75 | 14.97 | - |
| YUV | 61.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 109 | 0.15 | 0.66 | 0 | 0.57 | 286.67 | 0.49 | 0.29 |
| Hex | 5D | 25 | 6D | F | 42 | 0 | 39 | 11F | 31 | 1D |
| Octal | 135 | 45 | 155 | 17 | 102 | 0 | 71 | 437 | 61 | 35 |
| Binary | 1011101 | 100101 | 1101101 | 1111 | 1000010 | 0 | 111001 | 100011111 | 110001 | 11101 |
Color Harmonies of #5D256D
Complementary color
Monochromatic Colors of #5D256D
Black with #5D256D
Text Example
Text Example
White with #5D256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D256D; }
p { color: rgb(93,37,109); }
H1.HeaderClassName
{
color: #5D256D;
}
.AnyTagClassName
{
color: #5D256D;
}
</style>
background-color css
<style>
a { background-color: #5D256D; }
a { background-color: rgb(93,37,109); }
div.DivClassName
{
background-color: #5D256D;
}
.BgClassName
{
background-color: #5D256D;
}
</style>
border-color css
<style>
span { border-color: #5D256D; }
span { border-color: rgb(93,37,109); }
td.TdClassName
{
border-color: #5D256D;
}
.TagClassName
{
border-color: #5D256D;
}
</style>