Shades of Seance #5B2567
Tints of Seance #5B2567
RGB
CMYK
RGB Variations
Color information
#5B2567 (or 0x5B2567) is known color: Seance. HEX triplet: 5B, 25 and 67. RGB value is (91,37,103). Sum of RGB (Red+Green+Blue) = 91+37+103=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B2567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2567 is #A4DA98. Grayscale: #3C3C3C. Windows color (decimal): -10803865 or 6759771. OLE color: 6759771.
HSL color Cylindrical-coordinate representation of color #5B2567: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2567 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 37 | 103 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.60 |
| HSL | 289.09º | 0.47% | 0.27% | - |
| HSV(B) | 289.09º | 0.64% | 0.4% | - |
| XYZ | 7.42 | 4.53 | 13.31 | - |
| YUV | 60.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 103 | 0.12 | 0.64 | 0 | 0.60 | 289.09 | 0.47 | 0.27 |
| Hex | 5B | 25 | 67 | C | 40 | 0 | 3C | 121 | 2F | 1B |
| Octal | 133 | 45 | 147 | 14 | 100 | 0 | 74 | 441 | 57 | 33 |
| Binary | 1011011 | 100101 | 1100111 | 1100 | 1000000 | 0 | 111100 | 100100001 | 101111 | 11011 |
Color Harmonies of #5B2567
Complementary color
Monochromatic Colors of #5B2567
Black with #5B2567
Text Example
Text Example
White with #5B2567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2567; }
p { color: rgb(91,37,103); }
H1.HeaderClassName
{
color: #5B2567;
}
.AnyTagClassName
{
color: #5B2567;
}
</style>
background-color css
<style>
a { background-color: #5B2567; }
a { background-color: rgb(91,37,103); }
div.DivClassName
{
background-color: #5B2567;
}
.BgClassName
{
background-color: #5B2567;
}
</style>
border-color css
<style>
span { border-color: #5B2567; }
span { border-color: rgb(91,37,103); }
td.TdClassName
{
border-color: #5B2567;
}
.TagClassName
{
border-color: #5B2567;
}
</style>