Shades of Seance #5D2665
Tints of Seance #5D2665
RGB
CMYK
RGB Variations
Color information
#5D2665 (or 0x5D2665) is known color: Seance. HEX triplet: 5D, 26 and 65. RGB value is (93,38,101). Sum of RGB (Red+Green+Blue) = 93+38+101=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D2665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2665 is #A2D99A. Grayscale: #3D3D3D. Windows color (decimal): -10672539 or 6628957. OLE color: 6628957.
HSL color Cylindrical-coordinate representation of color #5D2665: hue angle of 292.38º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D2665 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 38 | 101 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.60 |
| HSL | 292.38º | 0.45% | 0.27% | - |
| HSV(B) | 292.38º | 0.62% | 0.4% | - |
| XYZ | 7.56 | 4.65 | 12.81 | - |
| YUV | 61.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 101 | 0.08 | 0.62 | 0 | 0.60 | 292.38 | 0.45 | 0.27 |
| Hex | 5D | 26 | 65 | 8 | 3E | 0 | 3C | 124 | 2D | 1B |
| Octal | 135 | 46 | 145 | 10 | 76 | 0 | 74 | 444 | 55 | 33 |
| Binary | 1011101 | 100110 | 1100101 | 1000 | 111110 | 0 | 111100 | 100100100 | 101101 | 11011 |
Color Harmonies of #5D2665
Complementary color
Monochromatic Colors of #5D2665
Black with #5D2665
Text Example
Text Example
White with #5D2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2665; }
p { color: rgb(93,38,101); }
H1.HeaderClassName
{
color: #5D2665;
}
.AnyTagClassName
{
color: #5D2665;
}
</style>
background-color css
<style>
a { background-color: #5D2665; }
a { background-color: rgb(93,38,101); }
div.DivClassName
{
background-color: #5D2665;
}
.BgClassName
{
background-color: #5D2665;
}
</style>
border-color css
<style>
span { border-color: #5D2665; }
span { border-color: rgb(93,38,101); }
td.TdClassName
{
border-color: #5D2665;
}
.TagClassName
{
border-color: #5D2665;
}
</style>