Shades of Slate Blue #5547CF
Tints of Slate Blue #5547CF
RGB
CMYK
RGB Variations
Color information
#5547CF (or 0x5547CF) is known color: Slate Blue. HEX triplet: 55, 47 and CF. RGB value is (85,71,207). Sum of RGB (Red+Green+Blue) = 85+71+207=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #5547CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547CF is #AAB830. Grayscale: #5A5A5A. Windows color (decimal): -11188273 or 13584213. OLE color: 13584213.
HSL color Cylindrical-coordinate representation of color #5547CF: hue angle of 246.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5547CF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 71 | 207 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.19 |
| HSL | 246.18º | 0.59% | 0.55% | - |
| HSV(B) | 246.18º | 0.66% | 0.81% | - |
| XYZ | 17.26 | 10.94 | 60.23 | - |
| YUV | 90.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 207 | 0.59 | 0.66 | 0 | 0.19 | 246.18 | 0.59 | 0.55 |
| Hex | 55 | 47 | CF | 3B | 42 | 0 | 13 | F6 | 3B | 37 |
| Octal | 125 | 107 | 317 | 73 | 102 | 0 | 23 | 366 | 73 | 67 |
| Binary | 1010101 | 1000111 | 11001111 | 111011 | 1000010 | 0 | 10011 | 11110110 | 111011 | 110111 |
Color Harmonies of #5547CF
Complementary color
Monochromatic Colors of #5547CF
Black with #5547CF
Text Example
Text Example
White with #5547CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547CF; }
p { color: rgb(85,71,207); }
H1.HeaderClassName
{
color: #5547CF;
}
.AnyTagClassName
{
color: #5547CF;
}
</style>
background-color css
<style>
a { background-color: #5547CF; }
a { background-color: rgb(85,71,207); }
div.DivClassName
{
background-color: #5547CF;
}
.BgClassName
{
background-color: #5547CF;
}
</style>
border-color css
<style>
span { border-color: #5547CF; }
span { border-color: rgb(85,71,207); }
td.TdClassName
{
border-color: #5547CF;
}
.TagClassName
{
border-color: #5547CF;
}
</style>