Shades of Slate Blue #5B49DF
Tints of Slate Blue #5B49DF
RGB
CMYK
RGB Variations
Color information
#5B49DF (or 0x5B49DF) is known color: Slate Blue. HEX triplet: 5B, 49 and DF. RGB value is (91,73,223). Sum of RGB (Red+Green+Blue) = 91+73+223=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B49DF is #A4B620. Grayscale: #5E5E5E. Windows color (decimal): -10794529 or 14633307. OLE color: 14633307.
HSL color Cylindrical-coordinate representation of color #5B49DF: hue angle of 247.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B49DF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 73 | 223 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.13 |
| HSL | 247.2º | 0.7% | 0.58% | - |
| HSV(B) | 247.2º | 0.67% | 0.87% | - |
| XYZ | 20.02 | 12.32 | 71.13 | - |
| YUV | 95.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 223 | 0.59 | 0.67 | 0 | 0.13 | 247.2 | 0.7 | 0.58 |
| Hex | 5B | 49 | DF | 3B | 43 | 0 | D | F7 | 46 | 3A |
| Octal | 133 | 111 | 337 | 73 | 103 | 0 | 15 | 367 | 106 | 72 |
| Binary | 1011011 | 1001001 | 11011111 | 111011 | 1000011 | 0 | 1101 | 11110111 | 1000110 | 111010 |
Color Harmonies of #5B49DF
Complementary color
Monochromatic Colors of #5B49DF
Black with #5B49DF
Text Example
Text Example
White with #5B49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B49DF; }
p { color: rgb(91,73,223); }
H1.HeaderClassName
{
color: #5B49DF;
}
.AnyTagClassName
{
color: #5B49DF;
}
</style>
background-color css
<style>
a { background-color: #5B49DF; }
a { background-color: rgb(91,73,223); }
div.DivClassName
{
background-color: #5B49DF;
}
.BgClassName
{
background-color: #5B49DF;
}
</style>
border-color css
<style>
span { border-color: #5B49DF; }
span { border-color: rgb(91,73,223); }
td.TdClassName
{
border-color: #5B49DF;
}
.TagClassName
{
border-color: #5B49DF;
}
</style>