Shades of Slate Blue #5448DB
Tints of Slate Blue #5448DB
RGB
CMYK
RGB Variations
Color information
#5448DB (or 0x5448DB) is known color: Slate Blue. HEX triplet: 54, 48 and DB. RGB value is (84,72,219). Sum of RGB (Red+Green+Blue) = 84+72+219=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #5448DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448DB is #ABB724. Grayscale: #5B5B5B. Windows color (decimal): -11253541 or 14370900. OLE color: 14370900.
HSL color Cylindrical-coordinate representation of color #5448DB: hue angle of 244.9º degrees, saturation: 0.67, 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 #5448DB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 72 | 219 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.14 |
| HSL | 244.9º | 0.67% | 0.57% | - |
| HSV(B) | 244.9º | 0.67% | 0.86% | - |
| XYZ | 18.76 | 11.63 | 68.27 | - |
| YUV | 92.35 | 199.48 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 219 | 0.62 | 0.67 | 0 | 0.14 | 244.9 | 0.67 | 0.57 |
| Hex | 54 | 48 | DB | 3E | 43 | 0 | E | F5 | 43 | 39 |
| Octal | 124 | 110 | 333 | 76 | 103 | 0 | 16 | 365 | 103 | 71 |
| Binary | 1010100 | 1001000 | 11011011 | 111110 | 1000011 | 0 | 1110 | 11110101 | 1000011 | 111001 |
Color Harmonies of #5448DB
Complementary color
Monochromatic Colors of #5448DB
Black with #5448DB
Text Example
Text Example
White with #5448DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5448DB; }
p { color: rgb(84,72,219); }
H1.HeaderClassName
{
color: #5448DB;
}
.AnyTagClassName
{
color: #5448DB;
}
</style>
background-color css
<style>
a { background-color: #5448DB; }
a { background-color: rgb(84,72,219); }
div.DivClassName
{
background-color: #5448DB;
}
.BgClassName
{
background-color: #5448DB;
}
</style>
border-color css
<style>
span { border-color: #5448DB; }
span { border-color: rgb(84,72,219); }
td.TdClassName
{
border-color: #5448DB;
}
.TagClassName
{
border-color: #5448DB;
}
</style>