Shades of Slate Blue #5543DC
Tints of Slate Blue #5543DC
RGB
CMYK
RGB Variations
Color information
#5543DC (or 0x5543DC) is known color: Slate Blue. HEX triplet: 55, 43 and DC. RGB value is (85,67,220). Sum of RGB (Red+Green+Blue) = 85+67+220=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5543DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543DC is #AABC23. Grayscale: #595959. Windows color (decimal): -11189284 or 14435157. OLE color: 14435157.
HSL color Cylindrical-coordinate representation of color #5543DC: hue angle of 247.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5543DC is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 67 | 220 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.14 |
| HSL | 247.06º | 0.69% | 0.56% | - |
| HSV(B) | 247.06º | 0.7% | 0.86% | - |
| XYZ | 18.67 | 11.11 | 68.87 | - |
| YUV | 89.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 220 | 0.61 | 0.70 | 0 | 0.14 | 247.06 | 0.69 | 0.56 |
| Hex | 55 | 43 | DC | 3D | 46 | 0 | E | F7 | 45 | 38 |
| Octal | 125 | 103 | 334 | 75 | 106 | 0 | 16 | 367 | 105 | 70 |
| Binary | 1010101 | 1000011 | 11011100 | 111101 | 1000110 | 0 | 1110 | 11110111 | 1000101 | 111000 |
Color Harmonies of #5543DC
Complementary color
Monochromatic Colors of #5543DC
Black with #5543DC
Text Example
Text Example
White with #5543DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543DC; }
p { color: rgb(85,67,220); }
H1.HeaderClassName
{
color: #5543DC;
}
.AnyTagClassName
{
color: #5543DC;
}
</style>
background-color css
<style>
a { background-color: #5543DC; }
a { background-color: rgb(85,67,220); }
div.DivClassName
{
background-color: #5543DC;
}
.BgClassName
{
background-color: #5543DC;
}
</style>
border-color css
<style>
span { border-color: #5543DC; }
span { border-color: rgb(85,67,220); }
td.TdClassName
{
border-color: #5543DC;
}
.TagClassName
{
border-color: #5543DC;
}
</style>