Shades of Slate Blue #5C43DF
Tints of Slate Blue #5C43DF
RGB
CMYK
RGB Variations
Color information
#5C43DF (or 0x5C43DF) is known color: Slate Blue. HEX triplet: 5C, 43 and DF. RGB value is (92,67,223). Sum of RGB (Red+Green+Blue) = 92+67+223=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C43DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C43DF is #A3BC20. Grayscale: #5B5B5B. Windows color (decimal): -10730529 or 14631772. OLE color: 14631772.
HSL color Cylindrical-coordinate representation of color #5C43DF: hue angle of 249.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C43DF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 67 | 223 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.13 |
| HSL | 249.62º | 0.71% | 0.57% | - |
| HSV(B) | 249.62º | 0.7% | 0.87% | - |
| XYZ | 19.74 | 11.62 | 71.01 | - |
| YUV | 92.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 223 | 0.59 | 0.70 | 0 | 0.13 | 249.62 | 0.71 | 0.57 |
| Hex | 5C | 43 | DF | 3B | 46 | 0 | D | FA | 47 | 39 |
| Octal | 134 | 103 | 337 | 73 | 106 | 0 | 15 | 372 | 107 | 71 |
| Binary | 1011100 | 1000011 | 11011111 | 111011 | 1000110 | 0 | 1101 | 11111010 | 1000111 | 111001 |
Color Harmonies of #5C43DF
Complementary color
Monochromatic Colors of #5C43DF
Black with #5C43DF
Text Example
Text Example
White with #5C43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C43DF; }
p { color: rgb(92,67,223); }
H1.HeaderClassName
{
color: #5C43DF;
}
.AnyTagClassName
{
color: #5C43DF;
}
</style>
background-color css
<style>
a { background-color: #5C43DF; }
a { background-color: rgb(92,67,223); }
div.DivClassName
{
background-color: #5C43DF;
}
.BgClassName
{
background-color: #5C43DF;
}
</style>
border-color css
<style>
span { border-color: #5C43DF; }
span { border-color: rgb(92,67,223); }
td.TdClassName
{
border-color: #5C43DF;
}
.TagClassName
{
border-color: #5C43DF;
}
</style>