Shades of Slate Blue #5448DC
Tints of Slate Blue #5448DC
RGB
CMYK
RGB Variations
Color information
#5448DC (or 0x5448DC) is known color: Slate Blue. HEX triplet: 54, 48 and DC. RGB value is (84,72,220). Sum of RGB (Red+Green+Blue) = 84+72+220=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #5448DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448DC is #ABB723. Grayscale: #5B5B5B. Windows color (decimal): -11253540 or 14436436. OLE color: 14436436.
HSL color Cylindrical-coordinate representation of color #5448DC: hue angle of 244.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5448DC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 72 | 220 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.14 |
| HSL | 244.86º | 0.68% | 0.57% | - |
| HSV(B) | 244.86º | 0.67% | 0.86% | - |
| XYZ | 18.89 | 11.69 | 68.97 | - |
| YUV | 92.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 220 | 0.62 | 0.67 | 0 | 0.14 | 244.86 | 0.68 | 0.57 |
| Hex | 54 | 48 | DC | 3E | 43 | 0 | E | F5 | 44 | 39 |
| Octal | 124 | 110 | 334 | 76 | 103 | 0 | 16 | 365 | 104 | 71 |
| Binary | 1010100 | 1001000 | 11011100 | 111110 | 1000011 | 0 | 1110 | 11110101 | 1000100 | 111001 |
Color Harmonies of #5448DC
Complementary color
Monochromatic Colors of #5448DC
Black with #5448DC
Text Example
Text Example
White with #5448DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5448DC; }
p { color: rgb(84,72,220); }
H1.HeaderClassName
{
color: #5448DC;
}
.AnyTagClassName
{
color: #5448DC;
}
</style>
background-color css
<style>
a { background-color: #5448DC; }
a { background-color: rgb(84,72,220); }
div.DivClassName
{
background-color: #5448DC;
}
.BgClassName
{
background-color: #5448DC;
}
</style>
border-color css
<style>
span { border-color: #5448DC; }
span { border-color: rgb(84,72,220); }
td.TdClassName
{
border-color: #5448DC;
}
.TagClassName
{
border-color: #5448DC;
}
</style>