Shades of Slate Blue #5D43D6
Tints of Slate Blue #5D43D6
RGB
CMYK
RGB Variations
Color information
#5D43D6 (or 0x5D43D6) is known color: Slate Blue. HEX triplet: 5D, 43 and D6. RGB value is (93,67,214). Sum of RGB (Red+Green+Blue) = 93+67+214=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D43D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D43D6 is #A2BC29. Grayscale: #5A5A5A. Windows color (decimal): -10665002 or 14041949. OLE color: 14041949.
HSL color Cylindrical-coordinate representation of color #5D43D6: hue angle of 250.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D43D6 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 67 | 214 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.16 |
| HSL | 250.61º | 0.64% | 0.55% | - |
| HSV(B) | 250.61º | 0.69% | 0.84% | - |
| XYZ | 18.66 | 11.2 | 64.8 | - |
| YUV | 91.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 214 | 0.57 | 0.69 | 0 | 0.16 | 250.61 | 0.64 | 0.55 |
| Hex | 5D | 43 | D6 | 39 | 45 | 0 | 10 | FB | 40 | 37 |
| Octal | 135 | 103 | 326 | 71 | 105 | 0 | 20 | 373 | 100 | 67 |
| Binary | 1011101 | 1000011 | 11010110 | 111001 | 1000101 | 0 | 10000 | 11111011 | 1000000 | 110111 |
Color Harmonies of #5D43D6
Complementary color
Monochromatic Colors of #5D43D6
Black with #5D43D6
Text Example
Text Example
White with #5D43D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D43D6; }
p { color: rgb(93,67,214); }
H1.HeaderClassName
{
color: #5D43D6;
}
.AnyTagClassName
{
color: #5D43D6;
}
</style>
background-color css
<style>
a { background-color: #5D43D6; }
a { background-color: rgb(93,67,214); }
div.DivClassName
{
background-color: #5D43D6;
}
.BgClassName
{
background-color: #5D43D6;
}
</style>
border-color css
<style>
span { border-color: #5D43D6; }
span { border-color: rgb(93,67,214); }
td.TdClassName
{
border-color: #5D43D6;
}
.TagClassName
{
border-color: #5D43D6;
}
</style>