Shades of Slate Blue #5B46CE
Tints of Slate Blue #5B46CE
RGB
CMYK
RGB Variations
Color information
#5B46CE (or 0x5B46CE) is known color: Slate Blue. HEX triplet: 5B, 46 and CE. RGB value is (91,70,206). Sum of RGB (Red+Green+Blue) = 91+70+206=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B46CE is #A4B931. Grayscale: #5B5B5B. Windows color (decimal): -10795314 or 13518427. OLE color: 13518427.
HSL color Cylindrical-coordinate representation of color #5B46CE: hue angle of 249.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B46CE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 70 | 206 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.19 |
| HSL | 249.26º | 0.58% | 0.54% | - |
| HSV(B) | 249.26º | 0.66% | 0.81% | - |
| XYZ | 17.65 | 11.06 | 59.6 | - |
| YUV | 91.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 206 | 0.56 | 0.66 | 0 | 0.19 | 249.26 | 0.58 | 0.54 |
| Hex | 5B | 46 | CE | 38 | 42 | 0 | 13 | F9 | 3A | 36 |
| Octal | 133 | 106 | 316 | 70 | 102 | 0 | 23 | 371 | 72 | 66 |
| Binary | 1011011 | 1000110 | 11001110 | 111000 | 1000010 | 0 | 10011 | 11111001 | 111010 | 110110 |
Color Harmonies of #5B46CE
Complementary color
Monochromatic Colors of #5B46CE
Black with #5B46CE
Text Example
Text Example
White with #5B46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B46CE; }
p { color: rgb(91,70,206); }
H1.HeaderClassName
{
color: #5B46CE;
}
.AnyTagClassName
{
color: #5B46CE;
}
</style>
background-color css
<style>
a { background-color: #5B46CE; }
a { background-color: rgb(91,70,206); }
div.DivClassName
{
background-color: #5B46CE;
}
.BgClassName
{
background-color: #5B46CE;
}
</style>
border-color css
<style>
span { border-color: #5B46CE; }
span { border-color: rgb(91,70,206); }
td.TdClassName
{
border-color: #5B46CE;
}
.TagClassName
{
border-color: #5B46CE;
}
</style>