Shades of Slate Blue #5946BF
Tints of Slate Blue #5946BF
RGB
CMYK
RGB Variations
Color information
#5946BF (or 0x5946BF) is known color: Slate Blue. HEX triplet: 59, 46 and BF. RGB value is (89,70,191). Sum of RGB (Red+Green+Blue) = 89+70+191=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #5946BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946BF is #A6B940. Grayscale: #595959. Windows color (decimal): -10926401 or 12535385. OLE color: 12535385.
HSL color Cylindrical-coordinate representation of color #5946BF: hue angle of 249.42º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5946BF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 70 | 191 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.25 |
| HSL | 249.42º | 0.49% | 0.51% | - |
| HSV(B) | 249.42º | 0.63% | 0.75% | - |
| XYZ | 15.71 | 10.27 | 50.44 | - |
| YUV | 89.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 191 | 0.53 | 0.63 | 0 | 0.25 | 249.42 | 0.49 | 0.51 |
| Hex | 59 | 46 | BF | 35 | 3F | 0 | 19 | F9 | 31 | 33 |
| Octal | 131 | 106 | 277 | 65 | 77 | 0 | 31 | 371 | 61 | 63 |
| Binary | 1011001 | 1000110 | 10111111 | 110101 | 111111 | 0 | 11001 | 11111001 | 110001 | 110011 |
Color Harmonies of #5946BF
Complementary color
Monochromatic Colors of #5946BF
Black with #5946BF
Text Example
Text Example
White with #5946BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5946BF; }
p { color: rgb(89,70,191); }
H1.HeaderClassName
{
color: #5946BF;
}
.AnyTagClassName
{
color: #5946BF;
}
</style>
background-color css
<style>
a { background-color: #5946BF; }
a { background-color: rgb(89,70,191); }
div.DivClassName
{
background-color: #5946BF;
}
.BgClassName
{
background-color: #5946BF;
}
</style>
border-color css
<style>
span { border-color: #5946BF; }
span { border-color: rgb(89,70,191); }
td.TdClassName
{
border-color: #5946BF;
}
.TagClassName
{
border-color: #5946BF;
}
</style>