Shades of Slate Blue #544ACD
Tints of Slate Blue #544ACD
RGB
CMYK
RGB Variations
Color information
#544ACD (or 0x544ACD) is known color: Slate Blue. HEX triplet: 54, 4A and CD. RGB value is (84,74,205). Sum of RGB (Red+Green+Blue) = 84+74+205=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #544ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ACD is #ABB532. Grayscale: #5B5B5B. Windows color (decimal): -11253043 or 13453908. OLE color: 13453908.
HSL color Cylindrical-coordinate representation of color #544ACD: hue angle of 244.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544ACD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 74 | 205 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.20 |
| HSL | 244.58º | 0.57% | 0.55% | - |
| HSV(B) | 244.58º | 0.64% | 0.8% | - |
| XYZ | 17.12 | 11.19 | 59.01 | - |
| YUV | 91.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 205 | 0.59 | 0.64 | 0 | 0.20 | 244.58 | 0.57 | 0.55 |
| Hex | 54 | 4A | CD | 3B | 40 | 0 | 14 | F5 | 39 | 37 |
| Octal | 124 | 112 | 315 | 73 | 100 | 0 | 24 | 365 | 71 | 67 |
| Binary | 1010100 | 1001010 | 11001101 | 111011 | 1000000 | 0 | 10100 | 11110101 | 111001 | 110111 |
Color Harmonies of #544ACD
Complementary color
Monochromatic Colors of #544ACD
Black with #544ACD
Text Example
Text Example
White with #544ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544ACD; }
p { color: rgb(84,74,205); }
H1.HeaderClassName
{
color: #544ACD;
}
.AnyTagClassName
{
color: #544ACD;
}
</style>
background-color css
<style>
a { background-color: #544ACD; }
a { background-color: rgb(84,74,205); }
div.DivClassName
{
background-color: #544ACD;
}
.BgClassName
{
background-color: #544ACD;
}
</style>
border-color css
<style>
span { border-color: #544ACD; }
span { border-color: rgb(84,74,205); }
td.TdClassName
{
border-color: #544ACD;
}
.TagClassName
{
border-color: #544ACD;
}
</style>