Shades of Slate Blue #5D45D1
Tints of Slate Blue #5D45D1
RGB
CMYK
RGB Variations
Color information
#5D45D1 (or 0x5D45D1) is known color: Slate Blue. HEX triplet: 5D, 45 and D1. RGB value is (93,69,209). Sum of RGB (Red+Green+Blue) = 93+69+209=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #5D45D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45D1 is #A2BA2E. Grayscale: #5B5B5B. Windows color (decimal): -10664495 or 13714781. OLE color: 13714781.
HSL color Cylindrical-coordinate representation of color #5D45D1: hue angle of 250.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D45D1 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 69 | 209 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.18 |
| HSL | 250.29º | 0.6% | 0.55% | - |
| HSV(B) | 250.29º | 0.67% | 0.82% | - |
| XYZ | 18.15 | 11.19 | 61.52 | - |
| YUV | 92.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 209 | 0.56 | 0.67 | 0 | 0.18 | 250.29 | 0.6 | 0.55 |
| Hex | 5D | 45 | D1 | 38 | 43 | 0 | 12 | FA | 3C | 37 |
| Octal | 135 | 105 | 321 | 70 | 103 | 0 | 22 | 372 | 74 | 67 |
| Binary | 1011101 | 1000101 | 11010001 | 111000 | 1000011 | 0 | 10010 | 11111010 | 111100 | 110111 |
Color Harmonies of #5D45D1
Complementary color
Monochromatic Colors of #5D45D1
Black with #5D45D1
Text Example
Text Example
White with #5D45D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D45D1; }
p { color: rgb(93,69,209); }
H1.HeaderClassName
{
color: #5D45D1;
}
.AnyTagClassName
{
color: #5D45D1;
}
</style>
background-color css
<style>
a { background-color: #5D45D1; }
a { background-color: rgb(93,69,209); }
div.DivClassName
{
background-color: #5D45D1;
}
.BgClassName
{
background-color: #5D45D1;
}
</style>
border-color css
<style>
span { border-color: #5D45D1; }
span { border-color: rgb(93,69,209); }
td.TdClassName
{
border-color: #5D45D1;
}
.TagClassName
{
border-color: #5D45D1;
}
</style>