Shades of Slate Blue #544EDB
Tints of Slate Blue #544EDB
RGB
CMYK
RGB Variations
Color information
#544EDB (or 0x544EDB) is known color: Slate Blue. HEX triplet: 54, 4E and DB. RGB value is (84,78,219). Sum of RGB (Red+Green+Blue) = 84+78+219=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #544EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EDB is #ABB124. Grayscale: #5F5F5F. Windows color (decimal): -11252005 or 14372436. OLE color: 14372436.
HSL color Cylindrical-coordinate representation of color #544EDB: hue angle of 242.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544EDB is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 78 | 219 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.14 |
| HSL | 242.55º | 0.66% | 0.58% | - |
| HSV(B) | 242.55º | 0.64% | 0.86% | - |
| XYZ | 19.17 | 12.45 | 68.41 | - |
| YUV | 95.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 219 | 0.62 | 0.64 | 0 | 0.14 | 242.55 | 0.66 | 0.58 |
| Hex | 54 | 4E | DB | 3E | 40 | 0 | E | F3 | 42 | 3A |
| Octal | 124 | 116 | 333 | 76 | 100 | 0 | 16 | 363 | 102 | 72 |
| Binary | 1010100 | 1001110 | 11011011 | 111110 | 1000000 | 0 | 1110 | 11110011 | 1000010 | 111010 |
Color Harmonies of #544EDB
Complementary color
Monochromatic Colors of #544EDB
Black with #544EDB
Text Example
Text Example
White with #544EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EDB; }
p { color: rgb(84,78,219); }
H1.HeaderClassName
{
color: #544EDB;
}
.AnyTagClassName
{
color: #544EDB;
}
</style>
background-color css
<style>
a { background-color: #544EDB; }
a { background-color: rgb(84,78,219); }
div.DivClassName
{
background-color: #544EDB;
}
.BgClassName
{
background-color: #544EDB;
}
</style>
border-color css
<style>
span { border-color: #544EDB; }
span { border-color: rgb(84,78,219); }
td.TdClassName
{
border-color: #544EDB;
}
.TagClassName
{
border-color: #544EDB;
}
</style>