Shades of Slate Blue #544CCC
Tints of Slate Blue #544CCC
RGB
CMYK
RGB Variations
Color information
#544CCC (or 0x544CCC) is known color: Slate Blue. HEX triplet: 54, 4C and CC. RGB value is (84,76,204). Sum of RGB (Red+Green+Blue) = 84+76+204=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #544CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CCC is #ABB333. Grayscale: #5C5C5C. Windows color (decimal): -11252532 or 13388884. OLE color: 13388884.
HSL color Cylindrical-coordinate representation of color #544CCC: hue angle of 243.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544CCC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 76 | 204 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.2 |
| HSL | 243.75º | 0.56% | 0.55% | - |
| HSV(B) | 243.75º | 0.63% | 0.8% | - |
| XYZ | 17.14 | 11.41 | 58.43 | - |
| YUV | 92.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 204 | 0.59 | 0.63 | 0 | 0.2 | 243.75 | 0.56 | 0.55 |
| Hex | 54 | 4C | CC | 3B | 3F | 0 | 14 | F4 | 38 | 37 |
| Octal | 124 | 114 | 314 | 73 | 77 | 0 | 24 | 364 | 70 | 67 |
| Binary | 1010100 | 1001100 | 11001100 | 111011 | 111111 | 0 | 10100 | 11110100 | 111000 | 110111 |
Color Harmonies of #544CCC
Complementary color
Monochromatic Colors of #544CCC
Black with #544CCC
Text Example
Text Example
White with #544CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CCC; }
p { color: rgb(84,76,204); }
H1.HeaderClassName
{
color: #544CCC;
}
.AnyTagClassName
{
color: #544CCC;
}
</style>
background-color css
<style>
a { background-color: #544CCC; }
a { background-color: rgb(84,76,204); }
div.DivClassName
{
background-color: #544CCC;
}
.BgClassName
{
background-color: #544CCC;
}
</style>
border-color css
<style>
span { border-color: #544CCC; }
span { border-color: rgb(84,76,204); }
td.TdClassName
{
border-color: #544CCC;
}
.TagClassName
{
border-color: #544CCC;
}
</style>