Shades of Slate Blue #5D44D0
Tints of Slate Blue #5D44D0
RGB
CMYK
RGB Variations
Color information
#5D44D0 (or 0x5D44D0) is known color: Slate Blue. HEX triplet: 5D, 44 and D0. RGB value is (93,68,208). Sum of RGB (Red+Green+Blue) = 93+68+208=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D44D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D44D0 is #A2BB2F. Grayscale: #5A5A5A. Windows color (decimal): -10664752 or 13648989. OLE color: 13648989.
HSL color Cylindrical-coordinate representation of color #5D44D0: hue angle of 250.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D44D0 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 68 | 208 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.18 |
| HSL | 250.71º | 0.6% | 0.54% | - |
| HSV(B) | 250.71º | 0.67% | 0.82% | - |
| XYZ | 17.97 | 11.02 | 60.85 | - |
| YUV | 91.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 208 | 0.55 | 0.67 | 0 | 0.18 | 250.71 | 0.6 | 0.54 |
| Hex | 5D | 44 | D0 | 37 | 43 | 0 | 12 | FB | 3C | 36 |
| Octal | 135 | 104 | 320 | 67 | 103 | 0 | 22 | 373 | 74 | 66 |
| Binary | 1011101 | 1000100 | 11010000 | 110111 | 1000011 | 0 | 10010 | 11111011 | 111100 | 110110 |
Color Harmonies of #5D44D0
Complementary color
Monochromatic Colors of #5D44D0
Black with #5D44D0
Text Example
Text Example
White with #5D44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D44D0; }
p { color: rgb(93,68,208); }
H1.HeaderClassName
{
color: #5D44D0;
}
.AnyTagClassName
{
color: #5D44D0;
}
</style>
background-color css
<style>
a { background-color: #5D44D0; }
a { background-color: rgb(93,68,208); }
div.DivClassName
{
background-color: #5D44D0;
}
.BgClassName
{
background-color: #5D44D0;
}
</style>
border-color css
<style>
span { border-color: #5D44D0; }
span { border-color: rgb(93,68,208); }
td.TdClassName
{
border-color: #5D44D0;
}
.TagClassName
{
border-color: #5D44D0;
}
</style>