Shades of Slate Blue #5547DE
Tints of Slate Blue #5547DE
RGB
CMYK
RGB Variations
Color information
#5547DE (or 0x5547DE) is known color: Slate Blue. HEX triplet: 55, 47 and DE. RGB value is (85,71,222). Sum of RGB (Red+Green+Blue) = 85+71+222=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #5547DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547DE is #AAB821. Grayscale: #5B5B5B. Windows color (decimal): -11188258 or 14567253. OLE color: 14567253.
HSL color Cylindrical-coordinate representation of color #5547DE: hue angle of 245.56º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5547DE is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 71 | 222 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.13 |
| HSL | 245.56º | 0.7% | 0.57% | - |
| HSV(B) | 245.56º | 0.68% | 0.87% | - |
| XYZ | 19.18 | 11.71 | 70.36 | - |
| YUV | 92.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 222 | 0.62 | 0.68 | 0 | 0.13 | 245.56 | 0.7 | 0.57 |
| Hex | 55 | 47 | DE | 3E | 44 | 0 | D | F6 | 46 | 39 |
| Octal | 125 | 107 | 336 | 76 | 104 | 0 | 15 | 366 | 106 | 71 |
| Binary | 1010101 | 1000111 | 11011110 | 111110 | 1000100 | 0 | 1101 | 11110110 | 1000110 | 111001 |
Color Harmonies of #5547DE
Complementary color
Monochromatic Colors of #5547DE
Black with #5547DE
Text Example
Text Example
White with #5547DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547DE; }
p { color: rgb(85,71,222); }
H1.HeaderClassName
{
color: #5547DE;
}
.AnyTagClassName
{
color: #5547DE;
}
</style>
background-color css
<style>
a { background-color: #5547DE; }
a { background-color: rgb(85,71,222); }
div.DivClassName
{
background-color: #5547DE;
}
.BgClassName
{
background-color: #5547DE;
}
</style>
border-color css
<style>
span { border-color: #5547DE; }
span { border-color: rgb(85,71,222); }
td.TdClassName
{
border-color: #5547DE;
}
.TagClassName
{
border-color: #5547DE;
}
</style>