Shades of Slate Blue #5B47C6
Tints of Slate Blue #5B47C6
RGB
CMYK
RGB Variations
Color information
#5B47C6 (or 0x5B47C6) is known color: Slate Blue. HEX triplet: 5B, 47 and C6. RGB value is (91,71,198). Sum of RGB (Red+Green+Blue) = 91+71+198=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #5B47C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47C6 is #A4B839. Grayscale: #5A5A5A. Windows color (decimal): -10795066 or 12994395. OLE color: 12994395.
HSL color Cylindrical-coordinate representation of color #5B47C6: hue angle of 249.45º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B47C6 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 71 | 198 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.22 |
| HSL | 249.45º | 0.53% | 0.53% | - |
| HSV(B) | 249.45º | 0.64% | 0.78% | - |
| XYZ | 16.76 | 10.81 | 54.63 | - |
| YUV | 91.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 198 | 0.54 | 0.64 | 0 | 0.22 | 249.45 | 0.53 | 0.53 |
| Hex | 5B | 47 | C6 | 36 | 40 | 0 | 16 | F9 | 35 | 35 |
| Octal | 133 | 107 | 306 | 66 | 100 | 0 | 26 | 371 | 65 | 65 |
| Binary | 1011011 | 1000111 | 11000110 | 110110 | 1000000 | 0 | 10110 | 11111001 | 110101 | 110101 |
Color Harmonies of #5B47C6
Complementary color
Monochromatic Colors of #5B47C6
Black with #5B47C6
Text Example
Text Example
White with #5B47C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B47C6; }
p { color: rgb(91,71,198); }
H1.HeaderClassName
{
color: #5B47C6;
}
.AnyTagClassName
{
color: #5B47C6;
}
</style>
background-color css
<style>
a { background-color: #5B47C6; }
a { background-color: rgb(91,71,198); }
div.DivClassName
{
background-color: #5B47C6;
}
.BgClassName
{
background-color: #5B47C6;
}
</style>
border-color css
<style>
span { border-color: #5B47C6; }
span { border-color: rgb(91,71,198); }
td.TdClassName
{
border-color: #5B47C6;
}
.TagClassName
{
border-color: #5B47C6;
}
</style>