Shades of Seance #5C2C69
Tints of Seance #5C2C69
RGB
CMYK
RGB Variations
Color information
#5C2C69 (or 0x5C2C69) is known color: Seance. HEX triplet: 5C, 2C and 69. RGB value is (92,44,105). Sum of RGB (Red+Green+Blue) = 92+44+105=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C2C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2C69 is #A3D396. Grayscale: #414141. Windows color (decimal): -10736535 or 6892636. OLE color: 6892636.
HSL color Cylindrical-coordinate representation of color #5C2C69: hue angle of 287.21º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C2C69 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 44 | 105 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.59 |
| HSL | 287.21º | 0.41% | 0.29% | - |
| HSV(B) | 287.21º | 0.58% | 0.41% | - |
| XYZ | 7.86 | 5.1 | 13.93 | - |
| YUV | 65.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 105 | 0.12 | 0.58 | 0 | 0.59 | 287.21 | 0.41 | 0.29 |
| Hex | 5C | 2C | 69 | C | 3A | 0 | 3B | 11F | 29 | 1D |
| Octal | 134 | 54 | 151 | 14 | 72 | 0 | 73 | 437 | 51 | 35 |
| Binary | 1011100 | 101100 | 1101001 | 1100 | 111010 | 0 | 111011 | 100011111 | 101001 | 11101 |
Color Harmonies of #5C2C69
Complementary color
Monochromatic Colors of #5C2C69
Black with #5C2C69
Text Example
Text Example
White with #5C2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C69; }
p { color: rgb(92,44,105); }
H1.HeaderClassName
{
color: #5C2C69;
}
.AnyTagClassName
{
color: #5C2C69;
}
</style>
background-color css
<style>
a { background-color: #5C2C69; }
a { background-color: rgb(92,44,105); }
div.DivClassName
{
background-color: #5C2C69;
}
.BgClassName
{
background-color: #5C2C69;
}
</style>
border-color css
<style>
span { border-color: #5C2C69; }
span { border-color: rgb(92,44,105); }
td.TdClassName
{
border-color: #5C2C69;
}
.TagClassName
{
border-color: #5C2C69;
}
</style>