Shades of Slate Blue #544DCC
Tints of Slate Blue #544DCC
RGB
CMYK
RGB Variations
Color information
#544DCC (or 0x544DCC) is known color: Slate Blue. HEX triplet: 54, 4D and CC. RGB value is (84,77,204). Sum of RGB (Red+Green+Blue) = 84+77+204=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #544DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DCC is #ABB233. Grayscale: #5D5D5D. Windows color (decimal): -11252276 or 13389140. OLE color: 13389140.
HSL color Cylindrical-coordinate representation of color #544DCC: hue angle of 243.31º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544DCC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 77 | 204 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.2 |
| HSL | 243.31º | 0.55% | 0.55% | - |
| HSV(B) | 243.31º | 0.62% | 0.8% | - |
| XYZ | 17.21 | 11.55 | 58.45 | - |
| YUV | 93.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 204 | 0.59 | 0.62 | 0 | 0.2 | 243.31 | 0.55 | 0.55 |
| Hex | 54 | 4D | CC | 3B | 3E | 0 | 14 | F3 | 37 | 37 |
| Octal | 124 | 115 | 314 | 73 | 76 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010100 | 1001101 | 11001100 | 111011 | 111110 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #544DCC
Complementary color
Monochromatic Colors of #544DCC
Black with #544DCC
Text Example
Text Example
White with #544DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DCC; }
p { color: rgb(84,77,204); }
H1.HeaderClassName
{
color: #544DCC;
}
.AnyTagClassName
{
color: #544DCC;
}
</style>
background-color css
<style>
a { background-color: #544DCC; }
a { background-color: rgb(84,77,204); }
div.DivClassName
{
background-color: #544DCC;
}
.BgClassName
{
background-color: #544DCC;
}
</style>
border-color css
<style>
span { border-color: #544DCC; }
span { border-color: rgb(84,77,204); }
td.TdClassName
{
border-color: #544DCC;
}
.TagClassName
{
border-color: #544DCC;
}
</style>