Shades of Slate Blue #5D45DC
Tints of Slate Blue #5D45DC
RGB
CMYK
RGB Variations
Color information
#5D45DC (or 0x5D45DC) is known color: Slate Blue. HEX triplet: 5D, 45 and DC. RGB value is (93,69,220). Sum of RGB (Red+Green+Blue) = 93+69+220=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D45DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45DC is #A2BA23. Grayscale: #5C5C5C. Windows color (decimal): -10664484 or 14435677. OLE color: 14435677.
HSL color Cylindrical-coordinate representation of color #5D45DC: hue angle of 249.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D45DC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 69 | 220 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.14 |
| HSL | 249.54º | 0.68% | 0.57% | - |
| HSV(B) | 249.54º | 0.69% | 0.86% | - |
| XYZ | 19.56 | 11.75 | 68.95 | - |
| YUV | 93.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 220 | 0.58 | 0.69 | 0 | 0.14 | 249.54 | 0.68 | 0.57 |
| Hex | 5D | 45 | DC | 3A | 45 | 0 | E | FA | 44 | 39 |
| Octal | 135 | 105 | 334 | 72 | 105 | 0 | 16 | 372 | 104 | 71 |
| Binary | 1011101 | 1000101 | 11011100 | 111010 | 1000101 | 0 | 1110 | 11111010 | 1000100 | 111001 |
Color Harmonies of #5D45DC
Complementary color
Monochromatic Colors of #5D45DC
Black with #5D45DC
Text Example
Text Example
White with #5D45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D45DC; }
p { color: rgb(93,69,220); }
H1.HeaderClassName
{
color: #5D45DC;
}
.AnyTagClassName
{
color: #5D45DC;
}
</style>
background-color css
<style>
a { background-color: #5D45DC; }
a { background-color: rgb(93,69,220); }
div.DivClassName
{
background-color: #5D45DC;
}
.BgClassName
{
background-color: #5D45DC;
}
</style>
border-color css
<style>
span { border-color: #5D45DC; }
span { border-color: rgb(93,69,220); }
td.TdClassName
{
border-color: #5D45DC;
}
.TagClassName
{
border-color: #5D45DC;
}
</style>