Shades of Slate Blue #5D48DF
Tints of Slate Blue #5D48DF
RGB
CMYK
RGB Variations
Color information
#5D48DF (or 0x5D48DF) is known color: Slate Blue. HEX triplet: 5D, 48 and DF. RGB value is (93,72,223). Sum of RGB (Red+Green+Blue) = 93+72+223=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D48DF is #A2B720. Grayscale: #5E5E5E. Windows color (decimal): -10663713 or 14633053. OLE color: 14633053.
HSL color Cylindrical-coordinate representation of color #5D48DF: hue angle of 248.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D48DF is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 72 | 223 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.13 |
| HSL | 248.34º | 0.7% | 0.58% | - |
| HSV(B) | 248.34º | 0.68% | 0.87% | - |
| XYZ | 20.15 | 12.29 | 71.12 | - |
| YUV | 95.49 | 199.96 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 223 | 0.58 | 0.68 | 0 | 0.13 | 248.34 | 0.7 | 0.58 |
| Hex | 5D | 48 | DF | 3A | 44 | 0 | D | F8 | 46 | 3A |
| Octal | 135 | 110 | 337 | 72 | 104 | 0 | 15 | 370 | 106 | 72 |
| Binary | 1011101 | 1001000 | 11011111 | 111010 | 1000100 | 0 | 1101 | 11111000 | 1000110 | 111010 |
Color Harmonies of #5D48DF
Complementary color
Monochromatic Colors of #5D48DF
Black with #5D48DF
Text Example
Text Example
White with #5D48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48DF; }
p { color: rgb(93,72,223); }
H1.HeaderClassName
{
color: #5D48DF;
}
.AnyTagClassName
{
color: #5D48DF;
}
</style>
background-color css
<style>
a { background-color: #5D48DF; }
a { background-color: rgb(93,72,223); }
div.DivClassName
{
background-color: #5D48DF;
}
.BgClassName
{
background-color: #5D48DF;
}
</style>
border-color css
<style>
span { border-color: #5D48DF; }
span { border-color: rgb(93,72,223); }
td.TdClassName
{
border-color: #5D48DF;
}
.TagClassName
{
border-color: #5D48DF;
}
</style>