Shades of Seance #5C2A67
Tints of Seance #5C2A67
RGB
CMYK
RGB Variations
Color information
#5C2A67 (or 0x5C2A67) is known color: Seance. HEX triplet: 5C, 2A and 67. RGB value is (92,42,103). Sum of RGB (Red+Green+Blue) = 92+42+103=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C2A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2A67 is #A3D598. Grayscale: #3F3F3F. Windows color (decimal): -10737049 or 6761052. OLE color: 6761052.
HSL color Cylindrical-coordinate representation of color #5C2A67: hue angle of 289.18º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2A67 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 42 | 103 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.60 |
| HSL | 289.18º | 0.42% | 0.28% | - |
| HSV(B) | 289.18º | 0.59% | 0.4% | - |
| XYZ | 7.69 | 4.91 | 13.37 | - |
| YUV | 63.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 103 | 0.11 | 0.59 | 0 | 0.60 | 289.18 | 0.42 | 0.28 |
| Hex | 5C | 2A | 67 | B | 3B | 0 | 3C | 121 | 2A | 1C |
| Octal | 134 | 52 | 147 | 13 | 73 | 0 | 74 | 441 | 52 | 34 |
| Binary | 1011100 | 101010 | 1100111 | 1011 | 111011 | 0 | 111100 | 100100001 | 101010 | 11100 |
Color Harmonies of #5C2A67
Complementary color
Monochromatic Colors of #5C2A67
Black with #5C2A67
Text Example
Text Example
White with #5C2A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A67; }
p { color: rgb(92,42,103); }
H1.HeaderClassName
{
color: #5C2A67;
}
.AnyTagClassName
{
color: #5C2A67;
}
</style>
background-color css
<style>
a { background-color: #5C2A67; }
a { background-color: rgb(92,42,103); }
div.DivClassName
{
background-color: #5C2A67;
}
.BgClassName
{
background-color: #5C2A67;
}
</style>
border-color css
<style>
span { border-color: #5C2A67; }
span { border-color: rgb(92,42,103); }
td.TdClassName
{
border-color: #5C2A67;
}
.TagClassName
{
border-color: #5C2A67;
}
</style>