Shades of Slate Blue #5D4FDC
Tints of Slate Blue #5D4FDC
RGB
CMYK
RGB Variations
Color information
#5D4FDC (or 0x5D4FDC) is known color: Slate Blue. HEX triplet: 5D, 4F and DC. RGB value is (93,79,220). Sum of RGB (Red+Green+Blue) = 93+79+220=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FDC is #A2B023. Grayscale: #626262. Windows color (decimal): -10661924 or 14438237. OLE color: 14438237.
HSL color Cylindrical-coordinate representation of color #5D4FDC: hue angle of 245.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4FDC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 79 | 220 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.14 |
| HSL | 245.96º | 0.67% | 0.59% | - |
| HSV(B) | 245.96º | 0.64% | 0.86% | - |
| XYZ | 20.23 | 13.09 | 69.17 | - |
| YUV | 99.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 220 | 0.58 | 0.64 | 0 | 0.14 | 245.96 | 0.67 | 0.59 |
| Hex | 5D | 4F | DC | 3A | 40 | 0 | E | F6 | 43 | 3B |
| Octal | 135 | 117 | 334 | 72 | 100 | 0 | 16 | 366 | 103 | 73 |
| Binary | 1011101 | 1001111 | 11011100 | 111010 | 1000000 | 0 | 1110 | 11110110 | 1000011 | 111011 |
Color Harmonies of #5D4FDC
Complementary color
Monochromatic Colors of #5D4FDC
Black with #5D4FDC
Text Example
Text Example
White with #5D4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FDC; }
p { color: rgb(93,79,220); }
H1.HeaderClassName
{
color: #5D4FDC;
}
.AnyTagClassName
{
color: #5D4FDC;
}
</style>
background-color css
<style>
a { background-color: #5D4FDC; }
a { background-color: rgb(93,79,220); }
div.DivClassName
{
background-color: #5D4FDC;
}
.BgClassName
{
background-color: #5D4FDC;
}
</style>
border-color css
<style>
span { border-color: #5D4FDC; }
span { border-color: rgb(93,79,220); }
td.TdClassName
{
border-color: #5D4FDC;
}
.TagClassName
{
border-color: #5D4FDC;
}
</style>