Shades of Seance #5D2265
Tints of Seance #5D2265
RGB
CMYK
RGB Variations
Color information
#5D2265 (or 0x5D2265) is known color: Seance. HEX triplet: 5D, 22 and 65. RGB value is (93,34,101). Sum of RGB (Red+Green+Blue) = 93+34+101=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D2265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2265 is #A2DD9A. Grayscale: #3B3B3B. Windows color (decimal): -10673563 or 6627933. OLE color: 6627933.
HSL color Cylindrical-coordinate representation of color #5D2265: hue angle of 292.84º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2265 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 34 | 101 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.60 |
| HSL | 292.84º | 0.5% | 0.26% | - |
| HSV(B) | 292.84º | 0.66% | 0.4% | - |
| XYZ | 7.44 | 4.41 | 12.77 | - |
| YUV | 59.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 101 | 0.08 | 0.66 | 0 | 0.60 | 292.84 | 0.5 | 0.26 |
| Hex | 5D | 22 | 65 | 8 | 42 | 0 | 3C | 125 | 32 | 1A |
| Octal | 135 | 42 | 145 | 10 | 102 | 0 | 74 | 445 | 62 | 32 |
| Binary | 1011101 | 100010 | 1100101 | 1000 | 1000010 | 0 | 111100 | 100100101 | 110010 | 11010 |
Color Harmonies of #5D2265
Complementary color
Monochromatic Colors of #5D2265
Black with #5D2265
Text Example
Text Example
White with #5D2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2265; }
p { color: rgb(93,34,101); }
H1.HeaderClassName
{
color: #5D2265;
}
.AnyTagClassName
{
color: #5D2265;
}
</style>
background-color css
<style>
a { background-color: #5D2265; }
a { background-color: rgb(93,34,101); }
div.DivClassName
{
background-color: #5D2265;
}
.BgClassName
{
background-color: #5D2265;
}
</style>
border-color css
<style>
span { border-color: #5D2265; }
span { border-color: rgb(93,34,101); }
td.TdClassName
{
border-color: #5D2265;
}
.TagClassName
{
border-color: #5D2265;
}
</style>