Shades of Slate Blue #5444DB
Tints of Slate Blue #5444DB
RGB
CMYK
RGB Variations
Color information
#5444DB (or 0x5444DB) is known color: Slate Blue. HEX triplet: 54, 44 and DB. RGB value is (84,68,219). Sum of RGB (Red+Green+Blue) = 84+68+219=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 68 (26.95% from 255 or 18.33% 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 #5444DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444DB is #ABBB24. Grayscale: #595959. Windows color (decimal): -11254565 or 14369876. OLE color: 14369876.
HSL color Cylindrical-coordinate representation of color #5444DB: hue angle of 246.36º 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 #5444DB is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 68 | 219 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.14 |
| HSL | 246.36º | 0.68% | 0.56% | - |
| HSV(B) | 246.36º | 0.69% | 0.86% | - |
| XYZ | 18.51 | 11.13 | 68.19 | - |
| YUV | 90 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 219 | 0.62 | 0.69 | 0 | 0.14 | 246.36 | 0.68 | 0.56 |
| Hex | 54 | 44 | DB | 3E | 45 | 0 | E | F6 | 44 | 38 |
| Octal | 124 | 104 | 333 | 76 | 105 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010100 | 1000100 | 11011011 | 111110 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5444DB
Complementary color
Monochromatic Colors of #5444DB
Black with #5444DB
Text Example
Text Example
White with #5444DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444DB; }
p { color: rgb(84,68,219); }
H1.HeaderClassName
{
color: #5444DB;
}
.AnyTagClassName
{
color: #5444DB;
}
</style>
background-color css
<style>
a { background-color: #5444DB; }
a { background-color: rgb(84,68,219); }
div.DivClassName
{
background-color: #5444DB;
}
.BgClassName
{
background-color: #5444DB;
}
</style>
border-color css
<style>
span { border-color: #5444DB; }
span { border-color: rgb(84,68,219); }
td.TdClassName
{
border-color: #5444DB;
}
.TagClassName
{
border-color: #5444DB;
}
</style>