Shades of Slate Blue #543CDD
Tints of Slate Blue #543CDD
RGB
CMYK
RGB Variations
Color information
#543CDD (or 0x543CDD) is known color: Slate Blue. HEX triplet: 54, 3C and DD. RGB value is (84,60,221). Sum of RGB (Red+Green+Blue) = 84+60+221=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #543CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CDD is #ABC322. Grayscale: #545454. Windows color (decimal): -11256611 or 14498900. OLE color: 14498900.
HSL color Cylindrical-coordinate representation of color #543CDD: hue angle of 248.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543CDD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 60 | 221 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 248.94º | 0.7% | 0.55% | - |
| HSV(B) | 248.94º | 0.73% | 0.87% | - |
| XYZ | 18.32 | 10.34 | 69.44 | - |
| YUV | 85.53 | 204.45 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 221 | 0.62 | 0.73 | 0 | 0.13 | 248.94 | 0.7 | 0.55 |
| Hex | 54 | 3C | DD | 3E | 49 | 0 | D | F9 | 46 | 37 |
| Octal | 124 | 74 | 335 | 76 | 111 | 0 | 15 | 371 | 106 | 67 |
| Binary | 1010100 | 111100 | 11011101 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1000110 | 110111 |
Color Harmonies of #543CDD
Complementary color
Monochromatic Colors of #543CDD
Black with #543CDD
Text Example
Text Example
White with #543CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CDD; }
p { color: rgb(84,60,221); }
H1.HeaderClassName
{
color: #543CDD;
}
.AnyTagClassName
{
color: #543CDD;
}
</style>
background-color css
<style>
a { background-color: #543CDD; }
a { background-color: rgb(84,60,221); }
div.DivClassName
{
background-color: #543CDD;
}
.BgClassName
{
background-color: #543CDD;
}
</style>
border-color css
<style>
span { border-color: #543CDD; }
span { border-color: rgb(84,60,221); }
td.TdClassName
{
border-color: #543CDD;
}
.TagClassName
{
border-color: #543CDD;
}
</style>