Shades of Slate Blue #543DDB
Tints of Slate Blue #543DDB
RGB
CMYK
RGB Variations
Color information
#543DDB (or 0x543DDB) is known color: Slate Blue. HEX triplet: 54, 3D and DB. RGB value is (84,61,219). Sum of RGB (Red+Green+Blue) = 84+61+219=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #543DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DDB is #ABC224. Grayscale: #555555. Windows color (decimal): -11256357 or 14368084. OLE color: 14368084.
HSL color Cylindrical-coordinate representation of color #543DDB: hue angle of 248.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543DDB is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 61 | 219 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.14 |
| HSL | 248.73º | 0.69% | 0.55% | - |
| HSV(B) | 248.73º | 0.72% | 0.86% | - |
| XYZ | 18.11 | 10.34 | 68.06 | - |
| YUV | 85.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 219 | 0.62 | 0.72 | 0 | 0.14 | 248.73 | 0.69 | 0.55 |
| Hex | 54 | 3D | DB | 3E | 48 | 0 | E | F9 | 45 | 37 |
| Octal | 124 | 75 | 333 | 76 | 110 | 0 | 16 | 371 | 105 | 67 |
| Binary | 1010100 | 111101 | 11011011 | 111110 | 1001000 | 0 | 1110 | 11111001 | 1000101 | 110111 |
Color Harmonies of #543DDB
Complementary color
Monochromatic Colors of #543DDB
Black with #543DDB
Text Example
Text Example
White with #543DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DDB; }
p { color: rgb(84,61,219); }
H1.HeaderClassName
{
color: #543DDB;
}
.AnyTagClassName
{
color: #543DDB;
}
</style>
background-color css
<style>
a { background-color: #543DDB; }
a { background-color: rgb(84,61,219); }
div.DivClassName
{
background-color: #543DDB;
}
.BgClassName
{
background-color: #543DDB;
}
</style>
border-color css
<style>
span { border-color: #543DDB; }
span { border-color: rgb(84,61,219); }
td.TdClassName
{
border-color: #543DDB;
}
.TagClassName
{
border-color: #543DDB;
}
</style>