Shades of Slate Blue #5D4FC3
Tints of Slate Blue #5D4FC3
RGB
CMYK
RGB Variations
Color information
#5D4FC3 (or 0x5D4FC3) is known color: Slate Blue. HEX triplet: 5D, 4F and C3. RGB value is (93,79,195). Sum of RGB (Red+Green+Blue) = 93+79+195=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #5D4FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FC3 is #A2B03C. Grayscale: #5F5F5F. Windows color (decimal): -10661949 or 12799837. OLE color: 12799837.
HSL color Cylindrical-coordinate representation of color #5D4FC3: hue angle of 247.24º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4FC3 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 79 | 195 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.24 |
| HSL | 247.24º | 0.49% | 0.54% | - |
| HSV(B) | 247.24º | 0.59% | 0.76% | - |
| XYZ | 17.16 | 11.86 | 53.01 | - |
| YUV | 96.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 195 | 0.52 | 0.59 | 0 | 0.24 | 247.24 | 0.49 | 0.54 |
| Hex | 5D | 4F | C3 | 34 | 3B | 0 | 18 | F7 | 31 | 36 |
| Octal | 135 | 117 | 303 | 64 | 73 | 0 | 30 | 367 | 61 | 66 |
| Binary | 1011101 | 1001111 | 11000011 | 110100 | 111011 | 0 | 11000 | 11110111 | 110001 | 110110 |
Color Harmonies of #5D4FC3
Complementary color
Monochromatic Colors of #5D4FC3
Black with #5D4FC3
Text Example
Text Example
White with #5D4FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FC3; }
p { color: rgb(93,79,195); }
H1.HeaderClassName
{
color: #5D4FC3;
}
.AnyTagClassName
{
color: #5D4FC3;
}
</style>
background-color css
<style>
a { background-color: #5D4FC3; }
a { background-color: rgb(93,79,195); }
div.DivClassName
{
background-color: #5D4FC3;
}
.BgClassName
{
background-color: #5D4FC3;
}
</style>
border-color css
<style>
span { border-color: #5D4FC3; }
span { border-color: rgb(93,79,195); }
td.TdClassName
{
border-color: #5D4FC3;
}
.TagClassName
{
border-color: #5D4FC3;
}
</style>