Shades of Slate Blue #5549DF
Tints of Slate Blue #5549DF
RGB
CMYK
RGB Variations
Color information
#5549DF (or 0x5549DF) is known color: Slate Blue. HEX triplet: 55, 49 and DF. RGB value is (85,73,223). Sum of RGB (Red+Green+Blue) = 85+73+223=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #5549DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549DF is #AAB620. Grayscale: #5D5D5D. Windows color (decimal): -11187745 or 14633301. OLE color: 14633301.
HSL color Cylindrical-coordinate representation of color #5549DF: hue angle of 244.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 #5549DF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 73 | 223 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.13 |
| HSL | 244.8º | 0.7% | 0.58% | - |
| HSV(B) | 244.8º | 0.67% | 0.87% | - |
| XYZ | 19.45 | 12.02 | 71.11 | - |
| YUV | 93.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 223 | 0.62 | 0.67 | 0 | 0.13 | 244.8 | 0.7 | 0.58 |
| Hex | 55 | 49 | DF | 3E | 43 | 0 | D | F5 | 46 | 3A |
| Octal | 125 | 111 | 337 | 76 | 103 | 0 | 15 | 365 | 106 | 72 |
| Binary | 1010101 | 1001001 | 11011111 | 111110 | 1000011 | 0 | 1101 | 11110101 | 1000110 | 111010 |
Color Harmonies of #5549DF
Complementary color
Monochromatic Colors of #5549DF
Black with #5549DF
Text Example
Text Example
White with #5549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5549DF; }
p { color: rgb(85,73,223); }
H1.HeaderClassName
{
color: #5549DF;
}
.AnyTagClassName
{
color: #5549DF;
}
</style>
background-color css
<style>
a { background-color: #5549DF; }
a { background-color: rgb(85,73,223); }
div.DivClassName
{
background-color: #5549DF;
}
.BgClassName
{
background-color: #5549DF;
}
</style>
border-color css
<style>
span { border-color: #5549DF; }
span { border-color: rgb(85,73,223); }
td.TdClassName
{
border-color: #5549DF;
}
.TagClassName
{
border-color: #5549DF;
}
</style>