Shades of Slate Blue #5547DF
Tints of Slate Blue #5547DF
RGB
CMYK
RGB Variations
Color information
#5547DF (or 0x5547DF) is known color: Slate Blue. HEX triplet: 55, 47 and DF. RGB value is (85,71,223). Sum of RGB (Red+Green+Blue) = 85+71+223=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #5547DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547DF is #AAB820. Grayscale: #5B5B5B. Windows color (decimal): -11188257 or 14632789. OLE color: 14632789.
HSL color Cylindrical-coordinate representation of color #5547DF: hue angle of 245.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5547DF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 71 | 223 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.13 |
| HSL | 245.53º | 0.7% | 0.58% | - |
| HSV(B) | 245.53º | 0.68% | 0.87% | - |
| XYZ | 19.32 | 11.77 | 71.06 | - |
| YUV | 92.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 223 | 0.62 | 0.68 | 0 | 0.13 | 245.53 | 0.7 | 0.58 |
| Hex | 55 | 47 | DF | 3E | 44 | 0 | D | F6 | 46 | 3A |
| Octal | 125 | 107 | 337 | 76 | 104 | 0 | 15 | 366 | 106 | 72 |
| Binary | 1010101 | 1000111 | 11011111 | 111110 | 1000100 | 0 | 1101 | 11110110 | 1000110 | 111010 |
Color Harmonies of #5547DF
Complementary color
Monochromatic Colors of #5547DF
Black with #5547DF
Text Example
Text Example
White with #5547DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547DF; }
p { color: rgb(85,71,223); }
H1.HeaderClassName
{
color: #5547DF;
}
.AnyTagClassName
{
color: #5547DF;
}
</style>
background-color css
<style>
a { background-color: #5547DF; }
a { background-color: rgb(85,71,223); }
div.DivClassName
{
background-color: #5547DF;
}
.BgClassName
{
background-color: #5547DF;
}
</style>
border-color css
<style>
span { border-color: #5547DF; }
span { border-color: rgb(85,71,223); }
td.TdClassName
{
border-color: #5547DF;
}
.TagClassName
{
border-color: #5547DF;
}
</style>