Shades of Slate Blue #5C4DCD
Tints of Slate Blue #5C4DCD
RGB
CMYK
RGB Variations
Color information
#5C4DCD (or 0x5C4DCD) is known color: Slate Blue. HEX triplet: 5C, 4D and CD. RGB value is (92,77,205). Sum of RGB (Red+Green+Blue) = 92+77+205=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DCD is #A3B232. Grayscale: #5F5F5F. Windows color (decimal): -10727987 or 13454684. OLE color: 13454684.
HSL color Cylindrical-coordinate representation of color #5C4DCD: hue angle of 247.03º degrees, saturation: 0.56, 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 #5C4DCD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 77 | 205 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.20 |
| HSL | 247.03º | 0.56% | 0.55% | - |
| HSV(B) | 247.03º | 0.62% | 0.8% | - |
| XYZ | 18.09 | 11.99 | 59.12 | - |
| YUV | 96.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 205 | 0.55 | 0.62 | 0 | 0.20 | 247.03 | 0.56 | 0.55 |
| Hex | 5C | 4D | CD | 37 | 3E | 0 | 14 | F7 | 38 | 37 |
| Octal | 134 | 115 | 315 | 67 | 76 | 0 | 24 | 367 | 70 | 67 |
| Binary | 1011100 | 1001101 | 11001101 | 110111 | 111110 | 0 | 10100 | 11110111 | 111000 | 110111 |
Color Harmonies of #5C4DCD
Complementary color
Monochromatic Colors of #5C4DCD
Black with #5C4DCD
Text Example
Text Example
White with #5C4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4DCD; }
p { color: rgb(92,77,205); }
H1.HeaderClassName
{
color: #5C4DCD;
}
.AnyTagClassName
{
color: #5C4DCD;
}
</style>
background-color css
<style>
a { background-color: #5C4DCD; }
a { background-color: rgb(92,77,205); }
div.DivClassName
{
background-color: #5C4DCD;
}
.BgClassName
{
background-color: #5C4DCD;
}
</style>
border-color css
<style>
span { border-color: #5C4DCD; }
span { border-color: rgb(92,77,205); }
td.TdClassName
{
border-color: #5C4DCD;
}
.TagClassName
{
border-color: #5C4DCD;
}
</style>