Shades of Slate Blue #5C48CE
Tints of Slate Blue #5C48CE
RGB
CMYK
RGB Variations
Color information
#5C48CE (or 0x5C48CE) is known color: Slate Blue. HEX triplet: 5C, 48 and CE. RGB value is (92,72,206). Sum of RGB (Red+Green+Blue) = 92+72+206=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C48CE is #A3B731. Grayscale: #5C5C5C. Windows color (decimal): -10729266 or 13518940. OLE color: 13518940.
HSL color Cylindrical-coordinate representation of color #5C48CE: hue angle of 248.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C48CE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 72 | 206 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.19 |
| HSL | 248.96º | 0.58% | 0.55% | - |
| HSV(B) | 248.96º | 0.65% | 0.81% | - |
| XYZ | 17.87 | 11.37 | 59.64 | - |
| YUV | 93.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 206 | 0.55 | 0.65 | 0 | 0.19 | 248.96 | 0.58 | 0.55 |
| Hex | 5C | 48 | CE | 37 | 41 | 0 | 13 | F9 | 3A | 37 |
| Octal | 134 | 110 | 316 | 67 | 101 | 0 | 23 | 371 | 72 | 67 |
| Binary | 1011100 | 1001000 | 11001110 | 110111 | 1000001 | 0 | 10011 | 11111001 | 111010 | 110111 |
Color Harmonies of #5C48CE
Complementary color
Monochromatic Colors of #5C48CE
Black with #5C48CE
Text Example
Text Example
White with #5C48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C48CE; }
p { color: rgb(92,72,206); }
H1.HeaderClassName
{
color: #5C48CE;
}
.AnyTagClassName
{
color: #5C48CE;
}
</style>
background-color css
<style>
a { background-color: #5C48CE; }
a { background-color: rgb(92,72,206); }
div.DivClassName
{
background-color: #5C48CE;
}
.BgClassName
{
background-color: #5C48CE;
}
</style>
border-color css
<style>
span { border-color: #5C48CE; }
span { border-color: rgb(92,72,206); }
td.TdClassName
{
border-color: #5C48CE;
}
.TagClassName
{
border-color: #5C48CE;
}
</style>