Shades of Slate Blue #5A49DF
Tints of Slate Blue #5A49DF
RGB
CMYK
RGB Variations
Color information
#5A49DF (or 0x5A49DF) is known color: Slate Blue. HEX triplet: 5A, 49 and DF. RGB value is (90,73,223). Sum of RGB (Red+Green+Blue) = 90+73+223=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49DF is #A5B620. Grayscale: #5E5E5E. Windows color (decimal): -10860065 or 14633306. OLE color: 14633306.
HSL color Cylindrical-coordinate representation of color #5A49DF: hue angle of 246.8º 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 #5A49DF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 73 | 223 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.13 |
| HSL | 246.8º | 0.7% | 0.58% | - |
| HSV(B) | 246.8º | 0.67% | 0.87% | - |
| XYZ | 19.92 | 12.27 | 71.13 | - |
| YUV | 95.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 223 | 0.60 | 0.67 | 0 | 0.13 | 246.8 | 0.7 | 0.58 |
| Hex | 5A | 49 | DF | 3C | 43 | 0 | D | F7 | 46 | 3A |
| Octal | 132 | 111 | 337 | 74 | 103 | 0 | 15 | 367 | 106 | 72 |
| Binary | 1011010 | 1001001 | 11011111 | 111100 | 1000011 | 0 | 1101 | 11110111 | 1000110 | 111010 |
Color Harmonies of #5A49DF
Complementary color
Monochromatic Colors of #5A49DF
Black with #5A49DF
Text Example
Text Example
White with #5A49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A49DF; }
p { color: rgb(90,73,223); }
H1.HeaderClassName
{
color: #5A49DF;
}
.AnyTagClassName
{
color: #5A49DF;
}
</style>
background-color css
<style>
a { background-color: #5A49DF; }
a { background-color: rgb(90,73,223); }
div.DivClassName
{
background-color: #5A49DF;
}
.BgClassName
{
background-color: #5A49DF;
}
</style>
border-color css
<style>
span { border-color: #5A49DF; }
span { border-color: rgb(90,73,223); }
td.TdClassName
{
border-color: #5A49DF;
}
.TagClassName
{
border-color: #5A49DF;
}
</style>