Shades of Slate Blue #5547D6
Tints of Slate Blue #5547D6
RGB
CMYK
RGB Variations
Color information
#5547D6 (or 0x5547D6) is known color: Slate Blue. HEX triplet: 55, 47 and D6. RGB value is (85,71,214). Sum of RGB (Red+Green+Blue) = 85+71+214=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #5547D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547D6 is #AAB829. Grayscale: #5A5A5A. Windows color (decimal): -11188266 or 14042965. OLE color: 14042965.
HSL color Cylindrical-coordinate representation of color #5547D6: hue angle of 245.87º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5547D6 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 71 | 214 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.16 |
| HSL | 245.87º | 0.64% | 0.56% | - |
| HSV(B) | 245.87º | 0.67% | 0.84% | - |
| XYZ | 18.14 | 11.29 | 64.84 | - |
| YUV | 91.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 214 | 0.60 | 0.67 | 0 | 0.16 | 245.87 | 0.64 | 0.56 |
| Hex | 55 | 47 | D6 | 3C | 43 | 0 | 10 | F6 | 40 | 38 |
| Octal | 125 | 107 | 326 | 74 | 103 | 0 | 20 | 366 | 100 | 70 |
| Binary | 1010101 | 1000111 | 11010110 | 111100 | 1000011 | 0 | 10000 | 11110110 | 1000000 | 111000 |
Color Harmonies of #5547D6
Complementary color
Monochromatic Colors of #5547D6
Black with #5547D6
Text Example
Text Example
White with #5547D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547D6; }
p { color: rgb(85,71,214); }
H1.HeaderClassName
{
color: #5547D6;
}
.AnyTagClassName
{
color: #5547D6;
}
</style>
background-color css
<style>
a { background-color: #5547D6; }
a { background-color: rgb(85,71,214); }
div.DivClassName
{
background-color: #5547D6;
}
.BgClassName
{
background-color: #5547D6;
}
</style>
border-color css
<style>
span { border-color: #5547D6; }
span { border-color: rgb(85,71,214); }
td.TdClassName
{
border-color: #5547D6;
}
.TagClassName
{
border-color: #5547D6;
}
</style>