Shades of Slate Blue #5C54DF
Tints of Slate Blue #5C54DF
RGB
CMYK
RGB Variations
Color information
#5C54DF (or 0x5C54DF) is known color: Slate Blue. HEX triplet: 5C, 54 and DF. RGB value is (92,84,223). Sum of RGB (Red+Green+Blue) = 92+84+223=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C54DF is #A3AB20. Grayscale: #656565. Windows color (decimal): -10726177 or 14636124. OLE color: 14636124.
HSL color Cylindrical-coordinate representation of color #5C54DF: hue angle of 243.45º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C54DF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 84 | 223 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.13 |
| HSL | 243.45º | 0.68% | 0.6% | - |
| HSV(B) | 243.45º | 0.62% | 0.87% | - |
| XYZ | 20.9 | 13.94 | 71.4 | - |
| YUV | 102.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 223 | 0.59 | 0.62 | 0 | 0.13 | 243.45 | 0.68 | 0.6 |
| Hex | 5C | 54 | DF | 3B | 3E | 0 | D | F3 | 44 | 3C |
| Octal | 134 | 124 | 337 | 73 | 76 | 0 | 15 | 363 | 104 | 74 |
| Binary | 1011100 | 1010100 | 11011111 | 111011 | 111110 | 0 | 1101 | 11110011 | 1000100 | 111100 |
Color Harmonies of #5C54DF
Complementary color
Monochromatic Colors of #5C54DF
Black with #5C54DF
Text Example
Text Example
White with #5C54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54DF; }
p { color: rgb(92,84,223); }
H1.HeaderClassName
{
color: #5C54DF;
}
.AnyTagClassName
{
color: #5C54DF;
}
</style>
background-color css
<style>
a { background-color: #5C54DF; }
a { background-color: rgb(92,84,223); }
div.DivClassName
{
background-color: #5C54DF;
}
.BgClassName
{
background-color: #5C54DF;
}
</style>
border-color css
<style>
span { border-color: #5C54DF; }
span { border-color: rgb(92,84,223); }
td.TdClassName
{
border-color: #5C54DF;
}
.TagClassName
{
border-color: #5C54DF;
}
</style>