Shades of Slate Blue #5D4FC6
Tints of Slate Blue #5D4FC6
RGB
CMYK
RGB Variations
Color information
#5D4FC6 (or 0x5D4FC6) is known color: Slate Blue. HEX triplet: 5D, 4F and C6. RGB value is (93,79,198). Sum of RGB (Red+Green+Blue) = 93+79+198=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D4FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FC6 is #A2B039. Grayscale: #606060. Windows color (decimal): -10661946 or 12996445. OLE color: 12996445.
HSL color Cylindrical-coordinate representation of color #5D4FC6: hue angle of 247.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D4FC6 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 79 | 198 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.22 |
| HSL | 247.06º | 0.51% | 0.54% | - |
| HSV(B) | 247.06º | 0.6% | 0.78% | - |
| XYZ | 17.5 | 12 | 54.82 | - |
| YUV | 96.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 198 | 0.53 | 0.60 | 0 | 0.22 | 247.06 | 0.51 | 0.54 |
| Hex | 5D | 4F | C6 | 35 | 3C | 0 | 16 | F7 | 33 | 36 |
| Octal | 135 | 117 | 306 | 65 | 74 | 0 | 26 | 367 | 63 | 66 |
| Binary | 1011101 | 1001111 | 11000110 | 110101 | 111100 | 0 | 10110 | 11110111 | 110011 | 110110 |
Color Harmonies of #5D4FC6
Complementary color
Monochromatic Colors of #5D4FC6
Black with #5D4FC6
Text Example
Text Example
White with #5D4FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FC6; }
p { color: rgb(93,79,198); }
H1.HeaderClassName
{
color: #5D4FC6;
}
.AnyTagClassName
{
color: #5D4FC6;
}
</style>
background-color css
<style>
a { background-color: #5D4FC6; }
a { background-color: rgb(93,79,198); }
div.DivClassName
{
background-color: #5D4FC6;
}
.BgClassName
{
background-color: #5D4FC6;
}
</style>
border-color css
<style>
span { border-color: #5D4FC6; }
span { border-color: rgb(93,79,198); }
td.TdClassName
{
border-color: #5D4FC6;
}
.TagClassName
{
border-color: #5D4FC6;
}
</style>