Shades of Slate Blue #5C48D5
Tints of Slate Blue #5C48D5
RGB
CMYK
RGB Variations
Color information
#5C48D5 (or 0x5C48D5) is known color: Slate Blue. HEX triplet: 5C, 48 and D5. RGB value is (92,72,213). Sum of RGB (Red+Green+Blue) = 92+72+213=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #5C48D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C48D5 is #A3B72A. Grayscale: #5D5D5D. Windows color (decimal): -10729259 or 13977692. OLE color: 13977692.
HSL color Cylindrical-coordinate representation of color #5C48D5: hue angle of 248.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C48D5 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 72 | 213 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.16 |
| HSL | 248.51º | 0.63% | 0.56% | - |
| HSV(B) | 248.51º | 0.66% | 0.84% | - |
| XYZ | 18.74 | 11.71 | 64.22 | - |
| YUV | 94.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 213 | 0.57 | 0.66 | 0 | 0.16 | 248.51 | 0.63 | 0.56 |
| Hex | 5C | 48 | D5 | 39 | 42 | 0 | 10 | F9 | 3F | 38 |
| Octal | 134 | 110 | 325 | 71 | 102 | 0 | 20 | 371 | 77 | 70 |
| Binary | 1011100 | 1001000 | 11010101 | 111001 | 1000010 | 0 | 10000 | 11111001 | 111111 | 111000 |
Color Harmonies of #5C48D5
Complementary color
Monochromatic Colors of #5C48D5
Black with #5C48D5
Text Example
Text Example
White with #5C48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C48D5; }
p { color: rgb(92,72,213); }
H1.HeaderClassName
{
color: #5C48D5;
}
.AnyTagClassName
{
color: #5C48D5;
}
</style>
background-color css
<style>
a { background-color: #5C48D5; }
a { background-color: rgb(92,72,213); }
div.DivClassName
{
background-color: #5C48D5;
}
.BgClassName
{
background-color: #5C48D5;
}
</style>
border-color css
<style>
span { border-color: #5C48D5; }
span { border-color: rgb(92,72,213); }
td.TdClassName
{
border-color: #5C48D5;
}
.TagClassName
{
border-color: #5C48D5;
}
</style>