Shades of Slate Blue #544DDB
Tints of Slate Blue #544DDB
RGB
CMYK
RGB Variations
Color information
#544DDB (or 0x544DDB) is known color: Slate Blue. HEX triplet: 54, 4D and DB. RGB value is (84,77,219). Sum of RGB (Red+Green+Blue) = 84+77+219=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #544DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DDB is #ABB224. Grayscale: #5E5E5E. Windows color (decimal): -11252261 or 14372180. OLE color: 14372180.
HSL color Cylindrical-coordinate representation of color #544DDB: hue angle of 242.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #544DDB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 77 | 219 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.14 |
| HSL | 242.96º | 0.66% | 0.58% | - |
| HSV(B) | 242.96º | 0.65% | 0.86% | - |
| XYZ | 19.1 | 12.31 | 68.39 | - |
| YUV | 95.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 219 | 0.62 | 0.65 | 0 | 0.14 | 242.96 | 0.66 | 0.58 |
| Hex | 54 | 4D | DB | 3E | 41 | 0 | E | F3 | 42 | 3A |
| Octal | 124 | 115 | 333 | 76 | 101 | 0 | 16 | 363 | 102 | 72 |
| Binary | 1010100 | 1001101 | 11011011 | 111110 | 1000001 | 0 | 1110 | 11110011 | 1000010 | 111010 |
Color Harmonies of #544DDB
Complementary color
Monochromatic Colors of #544DDB
Black with #544DDB
Text Example
Text Example
White with #544DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DDB; }
p { color: rgb(84,77,219); }
H1.HeaderClassName
{
color: #544DDB;
}
.AnyTagClassName
{
color: #544DDB;
}
</style>
background-color css
<style>
a { background-color: #544DDB; }
a { background-color: rgb(84,77,219); }
div.DivClassName
{
background-color: #544DDB;
}
.BgClassName
{
background-color: #544DDB;
}
</style>
border-color css
<style>
span { border-color: #544DDB; }
span { border-color: rgb(84,77,219); }
td.TdClassName
{
border-color: #544DDB;
}
.TagClassName
{
border-color: #544DDB;
}
</style>