Shades of Slate Blue #5C47D8
Tints of Slate Blue #5C47D8
RGB
CMYK
RGB Variations
Color information
#5C47D8 (or 0x5C47D8) is known color: Slate Blue. HEX triplet: 5C, 47 and D8. RGB value is (92,71,216). Sum of RGB (Red+Green+Blue) = 92+71+216=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C47D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C47D8 is #A3B827. Grayscale: #5D5D5D. Windows color (decimal): -10729512 or 14174044. OLE color: 14174044.
HSL color Cylindrical-coordinate representation of color #5C47D8: hue angle of 248.69º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C47D8 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 71 | 216 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.15 |
| HSL | 248.69º | 0.65% | 0.56% | - |
| HSV(B) | 248.69º | 0.67% | 0.85% | - |
| XYZ | 19.06 | 11.74 | 66.23 | - |
| YUV | 93.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 216 | 0.57 | 0.67 | 0 | 0.15 | 248.69 | 0.65 | 0.56 |
| Hex | 5C | 47 | D8 | 39 | 43 | 0 | F | F9 | 41 | 38 |
| Octal | 134 | 107 | 330 | 71 | 103 | 0 | 17 | 371 | 101 | 70 |
| Binary | 1011100 | 1000111 | 11011000 | 111001 | 1000011 | 0 | 1111 | 11111001 | 1000001 | 111000 |
Color Harmonies of #5C47D8
Complementary color
Monochromatic Colors of #5C47D8
Black with #5C47D8
Text Example
Text Example
White with #5C47D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C47D8; }
p { color: rgb(92,71,216); }
H1.HeaderClassName
{
color: #5C47D8;
}
.AnyTagClassName
{
color: #5C47D8;
}
</style>
background-color css
<style>
a { background-color: #5C47D8; }
a { background-color: rgb(92,71,216); }
div.DivClassName
{
background-color: #5C47D8;
}
.BgClassName
{
background-color: #5C47D8;
}
</style>
border-color css
<style>
span { border-color: #5C47D8; }
span { border-color: rgb(92,71,216); }
td.TdClassName
{
border-color: #5C47D8;
}
.TagClassName
{
border-color: #5C47D8;
}
</style>