Shades of Slate Blue #5543CF
Tints of Slate Blue #5543CF
RGB
CMYK
RGB Variations
Color information
#5543CF (or 0x5543CF) is known color: Slate Blue. HEX triplet: 55, 43 and CF. RGB value is (85,67,207). Sum of RGB (Red+Green+Blue) = 85+67+207=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #5543CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543CF is #AABC30. Grayscale: #575757. Windows color (decimal): -11189297 or 13583189. OLE color: 13583189.
HSL color Cylindrical-coordinate representation of color #5543CF: hue angle of 247.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5543CF is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 67 | 207 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.19 |
| HSL | 247.71º | 0.59% | 0.54% | - |
| HSV(B) | 247.71º | 0.68% | 0.81% | - |
| XYZ | 17.02 | 10.45 | 60.15 | - |
| YUV | 88.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 207 | 0.59 | 0.68 | 0 | 0.19 | 247.71 | 0.59 | 0.54 |
| Hex | 55 | 43 | CF | 3B | 44 | 0 | 13 | F8 | 3B | 36 |
| Octal | 125 | 103 | 317 | 73 | 104 | 0 | 23 | 370 | 73 | 66 |
| Binary | 1010101 | 1000011 | 11001111 | 111011 | 1000100 | 0 | 10011 | 11111000 | 111011 | 110110 |
Color Harmonies of #5543CF
Complementary color
Monochromatic Colors of #5543CF
Black with #5543CF
Text Example
Text Example
White with #5543CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543CF; }
p { color: rgb(85,67,207); }
H1.HeaderClassName
{
color: #5543CF;
}
.AnyTagClassName
{
color: #5543CF;
}
</style>
background-color css
<style>
a { background-color: #5543CF; }
a { background-color: rgb(85,67,207); }
div.DivClassName
{
background-color: #5543CF;
}
.BgClassName
{
background-color: #5543CF;
}
</style>
border-color css
<style>
span { border-color: #5543CF; }
span { border-color: rgb(85,67,207); }
td.TdClassName
{
border-color: #5543CF;
}
.TagClassName
{
border-color: #5543CF;
}
</style>