Shades of Slate Blue #5D4DCC
Tints of Slate Blue #5D4DCC
RGB
CMYK
RGB Variations
Color information
#5D4DCC (or 0x5D4DCC) is known color: Slate Blue. HEX triplet: 5D, 4D and CC. RGB value is (93,77,204). Sum of RGB (Red+Green+Blue) = 93+77+204=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DCC is #A2B233. Grayscale: #5F5F5F. Windows color (decimal): -10662452 or 13389149. OLE color: 13389149.
HSL color Cylindrical-coordinate representation of color #5D4DCC: hue angle of 247.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4DCC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 77 | 204 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.2 |
| HSL | 247.56º | 0.55% | 0.55% | - |
| HSV(B) | 247.56º | 0.62% | 0.8% | - |
| XYZ | 18.07 | 11.99 | 58.49 | - |
| YUV | 96.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 204 | 0.54 | 0.62 | 0 | 0.2 | 247.56 | 0.55 | 0.55 |
| Hex | 5D | 4D | CC | 36 | 3E | 0 | 14 | F8 | 37 | 37 |
| Octal | 135 | 115 | 314 | 66 | 76 | 0 | 24 | 370 | 67 | 67 |
| Binary | 1011101 | 1001101 | 11001100 | 110110 | 111110 | 0 | 10100 | 11111000 | 110111 | 110111 |
Color Harmonies of #5D4DCC
Complementary color
Monochromatic Colors of #5D4DCC
Black with #5D4DCC
Text Example
Text Example
White with #5D4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DCC; }
p { color: rgb(93,77,204); }
H1.HeaderClassName
{
color: #5D4DCC;
}
.AnyTagClassName
{
color: #5D4DCC;
}
</style>
background-color css
<style>
a { background-color: #5D4DCC; }
a { background-color: rgb(93,77,204); }
div.DivClassName
{
background-color: #5D4DCC;
}
.BgClassName
{
background-color: #5D4DCC;
}
</style>
border-color css
<style>
span { border-color: #5D4DCC; }
span { border-color: rgb(93,77,204); }
td.TdClassName
{
border-color: #5D4DCC;
}
.TagClassName
{
border-color: #5D4DCC;
}
</style>