Shades of Slate Blue #5543DB
Tints of Slate Blue #5543DB
RGB
CMYK
RGB Variations
Color information
#5543DB (or 0x5543DB) is known color: Slate Blue. HEX triplet: 55, 43 and DB. RGB value is (85,67,219). Sum of RGB (Red+Green+Blue) = 85+67+219=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5543DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543DB is #AABC24. Grayscale: #595959. Windows color (decimal): -11189285 or 14369621. OLE color: 14369621.
HSL color Cylindrical-coordinate representation of color #5543DB: hue angle of 247.11º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5543DB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 67 | 219 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.14 |
| HSL | 247.11º | 0.68% | 0.56% | - |
| HSV(B) | 247.11º | 0.69% | 0.86% | - |
| XYZ | 18.54 | 11.06 | 68.18 | - |
| YUV | 89.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 219 | 0.61 | 0.69 | 0 | 0.14 | 247.11 | 0.68 | 0.56 |
| Hex | 55 | 43 | DB | 3D | 45 | 0 | E | F7 | 44 | 38 |
| Octal | 125 | 103 | 333 | 75 | 105 | 0 | 16 | 367 | 104 | 70 |
| Binary | 1010101 | 1000011 | 11011011 | 111101 | 1000101 | 0 | 1110 | 11110111 | 1000100 | 111000 |
Color Harmonies of #5543DB
Complementary color
Monochromatic Colors of #5543DB
Black with #5543DB
Text Example
Text Example
White with #5543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543DB; }
p { color: rgb(85,67,219); }
H1.HeaderClassName
{
color: #5543DB;
}
.AnyTagClassName
{
color: #5543DB;
}
</style>
background-color css
<style>
a { background-color: #5543DB; }
a { background-color: rgb(85,67,219); }
div.DivClassName
{
background-color: #5543DB;
}
.BgClassName
{
background-color: #5543DB;
}
</style>
border-color css
<style>
span { border-color: #5543DB; }
span { border-color: rgb(85,67,219); }
td.TdClassName
{
border-color: #5543DB;
}
.TagClassName
{
border-color: #5543DB;
}
</style>