Shades of Seance #5B186B
Tints of Seance #5B186B
RGB
CMYK
RGB Variations
Color information
#5B186B (or 0x5B186B) is known color: Seance. HEX triplet: 5B, 18 and 6B. RGB value is (91,24,107). Sum of RGB (Red+Green+Blue) = 91+24+107=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B186B is #A4E794. Grayscale: #353535. Windows color (decimal): -10807189 or 7018587. OLE color: 7018587.
HSL color Cylindrical-coordinate representation of color #5B186B: hue angle of 288.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B186B is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 24 | 107 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.58 |
| HSL | 288.43º | 0.63% | 0.26% | - |
| HSV(B) | 288.43º | 0.78% | 0.42% | - |
| XYZ | 7.29 | 3.94 | 14.29 | - |
| YUV | 53.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 107 | 0.15 | 0.78 | 0 | 0.58 | 288.43 | 0.63 | 0.26 |
| Hex | 5B | 18 | 6B | F | 4E | 0 | 3A | 120 | 3F | 1A |
| Octal | 133 | 30 | 153 | 17 | 116 | 0 | 72 | 440 | 77 | 32 |
| Binary | 1011011 | 11000 | 1101011 | 1111 | 1001110 | 0 | 111010 | 100100000 | 111111 | 11010 |
Color Harmonies of #5B186B
Complementary color
Monochromatic Colors of #5B186B
Black with #5B186B
Text Example
Text Example
White with #5B186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B186B; }
p { color: rgb(91,24,107); }
H1.HeaderClassName
{
color: #5B186B;
}
.AnyTagClassName
{
color: #5B186B;
}
</style>
background-color css
<style>
a { background-color: #5B186B; }
a { background-color: rgb(91,24,107); }
div.DivClassName
{
background-color: #5B186B;
}
.BgClassName
{
background-color: #5B186B;
}
</style>
border-color css
<style>
span { border-color: #5B186B; }
span { border-color: rgb(91,24,107); }
td.TdClassName
{
border-color: #5B186B;
}
.TagClassName
{
border-color: #5B186B;
}
</style>